/* FORM RULES */

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

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

.body_form label {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 35%;
	display: inline;
}

input.error {
	border: 3px solid #666666 !important;
	background-color: #fffcc5 !important;
}

em.error {
	color: #0d98bb;
	display: block;
	padding: 0px 0px 0px 35%;
}

fieldset p em {
	display: block;
}

label.error {
	display: block !important;
	float: none !important;
	color: red !important;
}

.body_form p {
	margin: 0px !important;
	padding: 0px 0px 1.5em 0px;
	display: block;
}


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

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

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 {
	margin: 0px 0px 0px 0px;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	color: #black;
	background-color: #fffff !important;
}

.body_form input.radio_input {}

* 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 0px 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;
	
}

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

input.submit_button {
	display: inline;
	height: 81px;
	width: 207px;
}

input.submit_button_alt {
	height: 81px;
	width: 207px;
}


.submit_button {
	display: none;
}

#sumbmit_container {
	clear: both;
	padding: 30px 0px !important;
	height: 60px;
}
