/* FORM RULES */

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

.body_form p {
	clear: both;
	display: block;
	font-size: 12px !important;
	width: 100%;
}

p.required {
	padding-bottom: 10px !important;
	color: #940101 !important;
	font-size: 12px !important;
	font-weight: bold;
}

span.required_field {
	color: #940101 !important;
	font-size: 12px !important;
	font-weight: bold;
}

.body_form h3 {
	padding: 20px 0px 20px 0px !important;
}

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

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

.body_form fieldset p, .body_form p {
	margin: 0px 0px 15px 0px !important;
	padding: 0px !important;
}

.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;
	background-color: #ffffff;
}

input.error {
	border: 1px solid #940101 !important;
	background-color: #ffecea !important;
}

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

feilset p em {
	display: block;
}

.relocation_container em {
}

#current_country_label, #current_country_feild {
	display: none !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: #ffffff !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px;
	width: 270px;
	_width: 250px;
	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;
}

.file_upload {
	height: 70px !important;
}

textarea.resume_field {
	display: block;
	width: 99%;
	height: 150px;
}

div#submit_container {
	clear: both;
	padding: 20px 0px 0px 0px;
}

.submit_button {
	display: none;
}

a.submit_button {
	display: block;
	margin: 20px 0px 0px 0px;
	height: 60px;
	width: 165px;
	background: url('/images/misc_elements/submit_button.jpg') 0px 0px no-repeat;
}

a.submit_button:hover {
	background-position: 0px -60px !important;
}

	a.submit_button span {
		display: none;
	}