/* INTERIOR ADS SECTION */

div#interior_interest {
	float: left;
	clear: left;
	width: 249px;
	height: 359px;
	background: #FFFFFF url("../images/interior_sidebar_photos.jpg");
	background-repeat: no-repeat;
}

	#interior_interest span {
		display: none;	
	}
	
/* FORM RULES */

form.body_form {
	margin: 50px 0px;
	font-size: 12px;
}

#main_content form.body_form h3 {
	margin: 20px 0px 20px 0px !important;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	font-size: 12px;
	float: left;
	width: 35%;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px !important;
}

label.special_label {
	width: 95%;
}

label.radio_label {
	width: 5%;
}

fieldset.checkboxes_fieldset {
}

label.checkbox_label {
	width: 20%;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color:#666666;
	background-color: #EAEAEA !important;
}

.body_form input.radio_input {
	border: none !important;
}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #pink !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px 0px 1.5em 0px;
	width: 60%;
	height: 1.5em;
}

.body_form input.field_checkbox {
	margin: 0px 0px 1.5em -120px;
}

.body_form input.checkboxes {
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

textarea.resume_field {
	display: block;
	width: 95%;
	height: 150px;
	
}		