/* 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 br { clear: left; }
.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 img.data { margin: 0 0 0 5px; vertical-align: middle; cursor: pointer; }
* html .frm img.data { margin: 5px 0 0 5px; vertical-align: top; cursor: pointer; }
.frm img.search { margin: 0 0 0 5px; vertical-align: middle; cursor: pointer; }
* html .frm img.search { margin: 0 0 0 5px; vertical-align: text-bottom; cursor: pointer; }

/* label 3f6a04 */
.frm label { float: left; width: 135px; margin: 0; padding: 0 10px 3px 0; text-align: left; font-weight: bold; color: #000; }
.frm label.safe-code { height: 28px; padding-top: 10px; }
.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 #87b2ed; background: #e5f0ff; 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: #f5f8fb; }

	/* common input sizes */
	.frm input.pico { width: 20px; }
	.frm input.nano { width: 30px; }
	.frm input.micro { width: 50px; }
	.frm input.verysmall { width: 85px; } /* ip */
	.frm input.small { width: 120px; }
	.frm input.medium { width: 200px; }
	.frm input.large { width: 280px; } /* det_ip */
	.frm input.verylarge { width: 460px; }
	.frm input.extralarge { width: 640px; }
	.frm input.bigmamma { width: 760px; }
	/* chars left */
	.frm input.ch-left { width: 30px; margin-left: 10px; }
	/* for search only */
	.frm input.date { display: inline; float: none; width: 70px; }
	.frm input.keyword { display: inline; float: none; width: 200px; }

/* 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 #87b2ed; background: #e5f0ff; 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 #87b2ed;
	background: #e5f0ff; text-align: left; font: 11px Arial, Tahoma;
}
.frm textarea.address { width: 500px; height: 40px; }
.frm textarea.large { width: 370px; height: 50px; }

/* field */
.frm .field { position: relative; width: 100%; margin: 0; padding: 0; }
.frm .field fieldset { margin: 0; padding: 0 5px; border: 1px solid #e9e9e9; }
.frm .field legend { margin: 5px 0; padding: 0px 3px; border: 1px solid #eee; background: #fff2f2; color: #c10000; }
* 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; }

