/* FORM RULES */

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

#body_text form.body_form h3 {
	margin: 2em 0;
	color: #8b0000;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	clear: left;
	width: 25%;
	padding: 0px 20px;
	color: black;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	padding: 0px 0px;
	margin: 1.5em 0px;
}

label.special_label {
	width: 80%;
	display: block;
	float: none;
	margin: 1.5em 0px;
}

label.radio_label {
	width: 5%;
	color: #666666;
}

fieldset.checkboxes_fieldset {
	padding: 0px 20px;
}

label.checkbox_label {
	width: 20%;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	margin: 0px 0px 1.5em 0px;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	background-color: #fffff !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;
}

#country_label, #country_feild {
	display: none !important;
}

textarea.comments_field {
	display: block;
	width: 60%;
	height: 150px;
	margin: 0px 0px 1.5em 0px;
	border: 1px solid #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fffff !important;
	
}

input.previewed_field {
	color: #cccccc;
}

input.submit_button {
	margin-left: 32%;
}

* html input.submit_button {
	margin-left: 20%;
}