/* FORM RULES */

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

#body_text form.body_form h3 {
	margin: 2em 0;
	font-size: 14px;
	text-transform: uppercase;
}

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

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

.body_form p {
	display: block;
	height: 40px;
	overflow: hidden;
}

.body_form p#attach_resume {
	display: block;
	height: 60px;
	overflow: hidden;
}

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

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

label.special_label, label.radio_label {
	float: none;
	margin: .75em 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: .75em 0px .75em 0px;
	padding: 2px;
	border: 1px solid #cdcdcd;
	background-color: #ffffff !important;
	font-size: 14px;
}

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

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

feilset p em {
	display: block;
}

.relocation_container em{
}

#current_country_label, #current_country_field {
	display: none !important;
}

.body_form input.radio_input {
	margin: .75em 0px;
}

* 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: .75em 0px .75em 0px;
	width: 60%;
	height: 1.5em;
}

.body_form input.field_checkbox {
	margin: .75em 0px .75em -120px;
}

.body_form input.checkboxes {
	float: left;
	clear: right;
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
}

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

.submit_button {
	display: none;
}

a.submit_button {
	display: block;
	width: 225px;
	height: 54px;
	background: transparent url("/images/misc_elements/submit_btn.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.submit_button:hover {
	background-position: 0px -54px;
}

	a.submit_button span {
		display: none;
	}
