form.wpquoteform ul{list-style: none; margin: 0; padding: 0;}
form.wpquoteform{width: 95%; margin: 0 auto;}
form.wpquoteform label{display: block; float: left; width: 100px; font-weight: bold; margin-bottom: 2px; font-size: 12px;}
form.wpquoteform label.label_error{width: 150px; color: red; font-weight: bold;}
form.wpquoteform fieldset{padding: 10px; border: none;}
form.wpquoteform input{clear: left; }
form.wpquoteform input.text_input_error{background: pink; padding: 3px; margin: 0 auto;}
form.wpquoteform input.text_input{width: 200px;padding: 2px; margin: 0 auto;}
form.wpquoteform select.form_select{padding: 2px; cursor: pointer; cursor: hand;}
form.wpquoteform select.error_select{padding: 2px; cursor: pointer; cursor: hand; background: pink;}
form.wpquoteform input.quote_submit{margin-top: 5px; margin-left: 100px;  cursor: pointer; cursor:hand; background: #ff7e00; padding: 5px 10px; color: #fff5eb; font-weight: bold;}
/*form.wpquoteform input.quote_submit:hover{background-position: 0 -40px;}*/
form.wpquoteform ul{list-style: none;}
form.wpquoteform ul li{clear: both; margin-bottom: 10px;}
.hidden{display: none;}
.error{color: red; font-weight: normal;}


/* == CONTACT FORM STYLES== */

form.contactform label {
	display: block;
	width: 8em;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 10px;
}

form.contactform ul {
	margin: 0;
	padding: 0;
}

form.contactform ul li {
	list-style: none;
	margin-bottom: 15px;
}

form.contactform fieldset {
	border: none;
	padding: 20px;
}

textarea.contactmessage {
	height: 100px;
}

input.contact_submit {
	position: relative;
	left: 7em;
}
