/* forms in page */

form { margin: 0; text-indent: 0; word-spacing: 0; }

.frm { margin: 0; padding: 12px 0 10px 0; z-index: 1; text-align: justify; font-weight: bold; font-size: 11px; color: #000000/*#577558*/; }
.frm img { border: 0; vertical-align: top; }
.frm a img.order { float: right; }
.frm a { color: #d53030; text-decoration: none; }
.frm a:hover { color: #696969; text-decoration: underline; }
.frm br { clear: left; }

.frm span { clear: left; margin: 0; padding: 0; font-size: 11px; color: #1b331d; }
.frm span.form-tip { color: /*#ff8007*/#000000; }
.frm span.romimoto { font-weight: bold; font-size: 12px; color: #d90000; }
.frm span.prod_count { font-weight: bold; font-size: 13px; color: #4fc11d; }
.frm span a { color: #1b331d; text-decoration: underline; }
.frm span a:hover { color: #d90000; text-decoration: underline; }

/* label */
.frm label { float: left; width: 125px; padding-right: 20px; text-align: left; }
.frm label.new-account { width: 136px; }
.frm label.requests { width: 100px; padding-left: 5px; }
.frm label.safe-code { width: 115px; height: 40px; padding-top: 10px; }

/* input */
.frm input { 
	display: block; float: left; height: 18px;margin-bottom: 10px; border: 1px solid #dcdcdc; background: #f0f0f0; font-size: 12px;
}
.frm input.hidden { display: none; }
.frm input.date { width: 20px; }
.frm input.date-year { width: 30px; }
.frm input.ch-left { width: 30px; margin-left: 10px; }
.frm input.no-radio-bkg { display: inline; float: none; width: 30px; border: none; vertical-align: top; background: #fff; }
.frm input.babe { width: 50px; }
.frm input.little { width: 80px; }
.frm input.code { width: 115px; }
.frm input.small { width: 120px; }
.frm input.medium { width: 200px; }
.frm input.large { width: 310px; }
.frm input.guestbook { width: 200px; }

/* buttons */
.frm input.button { height: 25px; margin: 10px 0 0 0; padding: 0; border: 0; border: 1px solid #000000; background: #be1c1c; color: #fff; }
* html .frm input.button { margin: 0; }
.frm input.submit { text-align: center; }
.frm input.reset { margin-left: 10px; text-align: center; }

/* select */
.frm select { display: block; float: left; width: 120px; margin-bottom: 10px; border: 1px solid #dcdcdc; background: #f9f9f9; font-size: 11px; }
.frm select.medium { width: 250px; }
.frm select.large { width: 450px; }
.frm select.combo_navigator, select.combo_navigator {
	display: inline; float: none; width: 200px; margin: 0; border: 1px solid #dcdcdc; background: #f0f0f0; font-size: 11px;
}
.frm select.combo_filter, select.combo_filter {margin: 0; border: 1px solid #dcdcdc; background: #f0f0f0; font-size: 11px;}

/* textarea */
.frm textarea { 
	display: block; float: left; width: 350px; height: 100px; margin-bottom: 10px; border: 1px solid /*#dcdcdc*/#000000;
	background: #f9f9f9; text-align: left; font: 11px /*"Trebuchet", Tahoma*/ Helvetica;
}
.frm textarea { width: 350px; height: 100px; text-align: left; }
.frm textarea.comments {width: 250px; height: 75px; text-align: left; }

/* field */
.frm .field { position: relative; clear: both; width: 740px; margin: 0; }
.frm .field fieldset { padding: 0 5px; border: 1px solid #e9e9e9/*#000000*/; }
.frm .field legend { margin: 5px 0; padding: 2px 3px; border: 1px solid #eee; background: /*#fff2f2*/#ffffff; color: #c10000; }

/* form messages */
.error { display: block; text-align: center; font-weight: bold; font-size: 12px; color: #d53030; }
.success { display: block; text-align: center; font-weight: bold; font-size: 12px; color: /*#3eb523*/#d53030; }
.warning { display: block; text-align: center; font-weight: bold; font-size: 12px; color: /*#dd8a31*/#d53030; }
.warning a { text-decoration: underline; color: /*#e2ba00*/#dd8a31; }