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

#quote_form {
	
}

#quote_form th {
	text-align: right;
	vertical-align: top;
}

h2 {
	font-size: 17px;
	padding-left: 55px;
	margin-top: 12px;
}

.form_titles td {
	font-size: 11px;
	height: 15px;
	vertical-align: bottom;
}

#contact_information {
	width: 679px;
	height: 195px;
	margin-left: 26px;
	margin-right: 26px;
	padding: 25px;
	padding-top: 12px;
	border: 2px #000 solid;
}

#contact_information td {
	height: 10px;
}

#contact_information table {
	width: 664px;
	height: 205px;
	cellspacing: 4;
	border: none;
}

#quote_form {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.middle_selectors {
	float: left;
	margin-top: 50px;
}

.middle_selectors tr {
	height: 25px;
}

#middle_selectors_type {
	margin-left: 70px;
	width: 250px;
}

#middle_selectors_area {
	margin-left: 70px;
	width: 350px;
}

.clearfloat {
	clear: both;
}

#additional_information {
	width: 679px;
	margin-left: 26px;
	margin-right: 26px;
}

#submit_button {
	width: 25px;
	margin-left: auto;
	margin-right: auto;
}

.offstate-other_type, .offstate-other_area {
	display: none;
}

.onstate-other_type, .onstate-other_area {
	display: block;
}

.validation_error {
	color: #f00;
}
