/* MANAGEMENT RECRUITERS OF GASTONIA NORTH GENERAL RULES */

/* FORM RULES */

form.body_form {
	padding: 2%;
	background: transparent url("/images/backgrounds/small_diagonal_lines.gif");
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 35px;
}

.body_form h2 {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
}

.body_form h3 {
	margin: 20px 0px;
	font-size: 16px;
}

.body_form h2, .body_form h3 {
	font-weight: 100;
	color: #525252;
}


.body_form label {
	margin: 0px 0px 15px 0px;
	float: left;
	width: 23%;
	color: #F29133;
}

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

label.special_label, label.radio_label {
	float: none;
	margin: 15px 0px;
	color: #F29133;
}

label.special_label {
	width: 91%;
}

label.radio_label {
	width: 23%;
}

fieldset.checkboxes_fieldset {}

label.checkbox_label {
	width: 23%;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	margin: 0px 0px 15px 0px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C7D5B9 !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: #C7D5B9 !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px 2% 25px 0px;
	width: 70%;
	height: 25px;
}

.body_form select.select_field {
	margin: 0px 2% 35px 0px;
}

.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.resume_field {
	display: block;
	width: 91%;
	height: 150px;
	
}

a#submit_form_button {
	display: block;
	width: 220px;
	height: 80px;
	background: transparent url("/images/misc_elements/submit_form_button.png");
	background-repeat: no-repeat;
}

	#submit_form_button span {
		display: none;
	}