form { background: url(../../../themes/v02/assets/img/form.jpg); padding: 30px; overflow: hidden;}  

form ol { list-style: none;}

form ol li { clear:both; padding: 10px 0 0 0; }

form label { font-size: 18px; float: left; display: block; line-height: 40px; width: 140px; color: #000000;}

.n_message { font-size: 18px; text-align: right; padding: 0 24px; line-height: 60px;}

.button { background: none; border: none; color: #74ca33; padding: 0; margin: 0; font-size: 26px; margin-left: 15px; cursor: pointer;}



.single,
textarea {
	width: 245px;
	background: #FFF url(../../../themes/v02/assets/img/back_form_field.gif) repeat-x;
	color: #666;
}
textarea { border: 1px solid; float:left; line-height: 1.5em;}
.single {font-size: 18px; padding: 5px 0 0 0; height: 30px; text-indent: 10px; }

.reqtxt, .emailreqtxt { clear: both; display: block; color: #FFF; margin-left: 140px; }

.linklove { display: none;}


.cf-sb { clear: both; overflow: hidden; display: block; width: 100%;}
.sendbutton { float:right; width: 80px; font-size: 18px;}

.cf_li_text_err { display: none;}

ol.cf-ol li { float: left; width: 392px;}


#usermessagea { padding: 0 30px 0px 30px; font-size: 18px;}


#usermessagea ol { font-size: 12px; padding: 10px 0 10px 0;}



/* =form
----------------------------------------------- */

fieldset {
	clear: both;
}
legend {
	padding: 0 0 1.286em;
	font-size: 1.167em;
	font-weight: 700;
	display: none;
}
fieldset fieldset legend {
	padding: 0 0 1.5em;
	font-size: 1em;
}
* html legend {
	margin-left: -7px;
} /* ie6 */
*+html legend {
	margin-left: -7px;
} /* ie7 */
form .field, form .buttons {
	clear: both;
	margin: 0 0 20px 0;
}
form .field label {
	/*display: block;*/
}
form ul.fields {
	margin: 0 0 22px;
	padding: 0;
}
form ul.fields li {
	list-style-type: none;
	margin: 0;
}
form ul.inline li, form ul.inline label {
	display: inline;
}
form ul.inline li {
	padding: 0 .75em 0 0;
}
input.radio, input.checkbox {
	vertical-align: top;
}
label, button, input.submit, input.image {
	cursor: pointer;
}
* html input.radio, * html input.checkbox {
	vertical-align: middle;
} /* ie6 */
*+html input.radio, *+html input.checkbox {
	vertical-align: middle;
} /* ie7 */




textarea {
	overflow: auto;
}
input.text, input.password, textarea, select {
	margin: 0;
	font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;
	vertical-align: baseline;
}
input.text, input.password, textarea {
	padding: 2px;
	height: 155px;
}
/* horizontal layout */
form.horizontal .field {
	padding-left: 160px;
}
form.horizontal .field label {
	/*display: inline;*/
	float: left;
	width: 150px;
	margin-left: -160px;
}
div.buttons {
	margin-right: 24px;
	float: right;
}
select {
	width: 160px;
}
