form.wpquoteform ul{list-style: none; margin: 0; padding: 0;}
form.wpquoteform{width: 200px; margin: 0 auto; margin-top: 15px;}
form.wpquoteform label{display: block; width: 120px; font-weight: bold; margin-bottom: 2px; font-size: 12px;}
form.wpquoteform label.label_error{color: red; font-weight: bold;}
form.wpquoteform fieldset{padding: 6px; background: #cbdcea url(images/form_highlight_bg.png) top left repeat-x; /*-moz-border-radius: 7px; -webkit-border-radius: 7px;*/ border-top: 1px solid #bbb; border-left: 1px solid #bbb; border-right: 1px solid #888; border-bottom: 1px solid #888;}
form.wpquoteform input{width: 150px;clear: left;}
form.wpquoteform input.text_input_error{background: pink; padding: 3px; margin: 0 auto;}
form.wpquoteform input.text_input{padding: 2px; margin: 0 auto;}
form.wpquoteform select.form_select{padding: 2px; cursor: pointer; cursor: hand;margin-left: 20px;}
form.wpquoteform select.error_select{padding: 2px; cursor: pointer; cursor: hand; background: pink;}
form.wpquoteform select{width: auto !important; cursor: pointer; cursor:hand; margin-left: 13px;}
form.wpquoteform input.quote_submit{ margin-top: 10px; width: 151px; height: 40px; background: url(images/btn_get_quote.png) top left no-repeat; cursor: pointer; cursor:hand; border: none; outline: none;}
form.wpquoteform input.quote_submit:hover{background-position: 0 -40px;}
form.wpquoteform ul{list-style: none; margin: 0 !important;}
form.wpquoteform ul li{clear: both; margin-bottom: 4px !important; margin-top: 0 !important; padding: 0 !important;}
.hidden{display: none;}
.error{color: red; font-weight: normal;}

/* == CONTACT FORM STYLES== */

form.contactform label {
	display: block;
	width: 100px;
	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: 5px;
	clear: both;
}

form.contactform fieldset {
	border: none;
	padding: 20px;
}

textarea.contactmessage {
	height: 100px;
}

input.contact_submit {
	position: relative;
	left: 110px;
	cursor: pointer;
	cursor: hand;
}

#largequoteform.contactform input{width: 200px; padding: 3px;}
#largequoteform.contactform select{width: 200px; padding: 3px; cursor: pointer; cursor: hand;}
