/* form in page */

form { margin: 0; padding: 0; text-indent: 0; word-spacing: 0; }

.frm { line-height: 20px; margin: 0; padding: 0; text-align: justify; font-size: 11px; color: #696969; }
.frm h3 { margin: 0; padding: 0; font-weight: bold; font-size: 15px; color: #000; }
.frm big { font-weight: bold; font-size: 13px; color: #d90000; }
.frm b { color: #000; }
.frm small { clear: both; font-size: 11px; color: #434343; }
.frm span { clear: left; margin: 0; padding: 0; font-weight: normal; font-size: 12px; }
.frm a { padding: 2px 0; border: none; text-decoration: underline; font-size: 11px; color: #696969; }
.frm a:hover { border: none; text-decoration: none; color: #000; }
.frm a.btn { margin-right: 3px; }
	
	/* form text */
	div.form-text { display: inline; font-size: 12px; }
	
	/* form tip */
	div.form-tip { float: left; vertical-align: top; }
	div.form-tip strong { color: #c10000; }
	div.form-tip img { vertical-align: middle; }

/* label */
.frm label { clear: both; float: left; width: 165px; margin: 0; padding: 0 10px 3px 0; text-align: right; font-weight: bold; color: #000; }
.frm label span { font-weight: bold; color: #d90000; }

/* input */
.frm input { 
	display: block; float: left; width: 150px; height: 18px; margin-bottom: 5px; padding: 3px 0 0 3px; border: 1px solid #c8f1b4; background: #dfffdb; font-size: 11px; 
}
.frm input.hidden { display: none; }
.frm input[type="file"] { height: 22px; }

	/* input properties */
	/* no background - for checkbox and radio buttons */
	.frm input.no-bg { display: inline; float: none; width: 30px; border: none; vertical-align: top; background: #fff; }

	/* common input sizes */
	.frm input.code { width: 50px; }
	.frm input.small { width: 120px; }
	.frm input.medium { width: 200px; }
	.frm input.large { width: 310px; }
	/* chars left */
	.frm input.ch-left { width: 30px; margin-left: 10px; }

/* buttons */
.frm input.button { height: 25px; margin: 0; background: #b570a0; color: #fff; }
.frm input.submit { text-align: center; }
.frm input.reset  { margin-left: 10px; text-align: center; }

/* select */
.frm select { display: block; float: left; width: 132px; margin-bottom: 5px; border: 1px solid #c8f1b4; background: #dfffdb; font-size: 11px; z-index: 0; }

	/* common select sizes */
	.frm select.small { width: 150px; }
	.frm select.medium { width: 200px; }
	.frm select.large { width: 300px; }
	.frm select.verylarge { width: 400px; }
	.frm select.extralarge { width: 500px; }
	.frm select.bigmamma { width: 600px; }
	
	/* select properties */
	/* combo navigator */
	.frm select.combo_navigator { display: inline; float: none; width: 220px; height: 20px; margin: 0; padding: 0; }
	
/* textarea */
.frm textarea { 
	display: block; float: left; width: 350px; height: 100px; margin-bottom: 5px; padding: 3px 0 0 3px; border: 1px solid #c8f1b4;
	background: #dfffdb; text-align: left; font: 11px Arial, Tahoma;
}
.frm textarea.address { width: 300px; height: 40px; }
.frm textarea.large { width: 370px; height: 50px; }

	/* form validation */
	/* validation with AJAX */
	#validate-username { position: relative; display: inline; margin: 0; padding: 0; }
	#validate-email { position: relative; display: inline; margin: 0; padding: 0; }
		
		/* response class */
		.err { padding: 3px; background: #fdc9be; color: #d12807; }
		.ok { padding: 3px; background: #d2ffc4; color: #42a921; }
	
	/* validate link */
	.validate { margin-left: 5px; color: #7f00ff; }
	.validate:hover { text-decoration: none; }

/* field */
.frm .field { position: relative; width: 100%; height: 100%; margin: 0; padding: 0; }
.frm .field fieldset { margin: 0; padding: 0 5px; border: 0; border-top: 1px solid #e9e9e9; }
.frm .field legend { margin: 5px 0; padding: 0px 3px; border: 1px solid #eee; background: #000; color: #fff; }
* html .frm .field legend { margin: 5px 0 5px -6px; }
.frm .field img { border: 0; cursor: pointer; }

/* antispam operation */
.codeop { float: left; margin: 0; }
.codeop img { vertical-align: middle; }
.codeop span { font-size: 10px; color: orange; }
