@charset "utf-8";
/* CSS Document */

/* only for Dreamweaver to see the sub-page in design view
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
}
*/
.request_form_special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #b06110;

	padding-left: 10px;
	padding-right: 10px;	
	padding-top:0px;
	padding-bottom:2px;
	margin-top:2px;
	margin-bottom: 4px;	
}

h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;

padding-left: 10px;
padding-right: 10px;	
padding-top:0px;
padding-bottom:2px;
margin-top:2px;
margin-bottom: 4px;
	
}
h2 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
font-weight: normal;
padding-left: 10px;
padding-right: 10px;	
padding-top:0px;
padding-bottom:2px;
margin-top:2px;
margin-bottom: 4px;

}
.request_form_p{
padding: 0px 0px 10px 10px;
font-size: 12px;}

.request_form_labels{
padding: 0px 0px 10px 10px;
font-size: 12px;}

.request_form_request_quote{
padding: 0px 10px 0px 0px;
font-size: 12px;
	}

input
{
font-size:12px;
color:#333333;
font-family: Georgia, "Times New Roman", Times, serif;
}
.request_form_textfield {
	width: 325px;
	font-size:12px;
	  resize: none; 
}
.request_form_city {
width: 130px;
font-size:12px;
}
.request_form_zip {
width: 50px;
font-size:12px;
}
.request_form_state{
font-size:12px;
color:#333333;
font-family: Georgia, "Times New Roman", Times, serif;
width: 104px;
}
.request_form_multi_line{
	width: 325px;
	font-size:12px;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
  resize: none; 
}
hr {
border:0px; border-top:1px dotted #CCCCCC; height:0px; 
/* width: 95%; */
text-align:center;
}

/** option value selection **/
.option_heading {
	color: #666666;
	font-weight: bold;
}

ul.opt_selector {
	list-style-type: none;
}

.opt_value_image_selector2, .opt_value_dropdown_container2 {
	margin-left: 5%;
}

.opt_value_image_selector img.selected {
	border: 1px dashed #597569;
}

.opt_value_image_selector img.unselected {
	border: 1px solid #CCCCCC;
/*	opacity:0.4;
	filter:alpha(opacity=40)*/;
}

/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}

