/* FORM RULES */
#form_error_text {
	padding: 1px 18px;
	background-color: #dcdcdc;
	margin: 0px 0px 10px 0px;
}

#form_succes_text {
	padding: 1px 18px;
	background-color: #c6f584;
	margin: 0px 0px 10px 0px;
}


form#contact_form {
	margin: 0px 0px 0px 20px;
	float: right;
	width: 50%;
}
	#contact_form p {
		margin: 0px;
		padding-bottom: 15px;
		clear:  both;
	}

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

form#footprint_form p {
	margin: 0px auto !important;
	padding: 10px 0px;
	border-top: 1px dotted #343a41;
}

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

.body_form label {
	display: inline;
	float: left;
	margin: 0px 0px 1.5em 0px;
	width: 35%;
	font-weight: bold;
	font-size: 14px;
	color: #0090bb;
}
.form_label {
	font-size: 12px;
	color: #0090bb;
	padding-bottom: 10px;
	padding-right: 10px;
}
.form_field {
	padding-bottom: 10px;
}


#footprint_form label, #footprint_form input {
	text-align: left !important;
	margin: 0px !important;
}

#footprint_form label {
	
}

#footprint_form input {}

.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, .form_field input {
	/* margin: 0px 0px 1.5em 0px; */
	border: 1px solid #dddddd;
	/* font-size: 14px; */
	font-size: 11px;
	color: #black;
	background-color: #efefef !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: #efefef !important
}

.body_form input.text_field, .body_form select.select_field {
	/* margin: 0px 0px 1.5em 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: 60%;
	height: 80px;
	
}

.submit_button {
	margin-left: 100px;

}

#footprint_form .submit_button {
	position: relative;
	left: 220px;
}

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

