/* FORM RULES */

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

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

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

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

.body_form p {
	display: block;
	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;
	color: #002033;
}

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

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

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

feilset p em {
	display: block;
}

.relocation_container em{
}

#country_label, #country_feild {
	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: #pink !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 {
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

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


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

a.submit_button {
	display: block;
	width: 165px;
	height: 50px;
	color: #fff !important;
	font-family: 'Fontin';
	font-size: 24px;
	font-weight: 100 !important;
	letter-spacing: -1px;
	line-height: 50px;
	text-align: center;
	background: transparent url("/images/misc_elements/button_background.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	a.submit_button:hover {
		color: #0f7ca2 !important;
		background-position: 0px -50px;
	}

