
.body_form h3 {
	padding: 20px 0 0;
	clear: both;
}


.body_form h4 {
	margin: 20px 0 10px;
	clear: both;
	font-size: 16px;
}

.body_form p {
	margin: 0 !important;
	clear: both;
}

.body_form label {
	display: block;
	margin: 10px 0;
	float: left;
	width: 220px;
	height: 30px;
	font-size: 14px;
}

.body_form input.text_field {
	margin: 10px 0;
	padding: 5px;
	width: 440px;
	height: 20px;
	font-size: 16px;
	background-color: #ffffff !important;
	border-radius: 3px;
	border: 1px solid #ccc;
	behavior: url('/scripts/PIE.php');
}

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

.body_form label.radio_label {
	width: 60px !important;
}

.body_form div.checkbox_div {
	margin: 20px 0;
}

.body_form p.check_box_paragraph {
	line-height: 44px;
}

.body_form input.check_box {
	margin: 10px 20px 10px 0;
	float: left;
	width: 20px;
	height: 20px;
}

.body_form select {
	margin: 10px 0;
	padding: 5px;
	width: 450px;
	height: 34px;
	font-size: 16px;
	background-color: #ffffff !important;
	border-radius: 3px;
	border: 1px solid #ccc;
	behavior: url('/scripts/PIE.php');
}

.body_form textarea {
	margin: 10px 0;
	padding: 5px;
	width: 660px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #ffffff !important;
	border-radius: 3px;
	border: 1px solid #ccc;
	behavior: url('/scripts/PIE.php');
}

label#current_country_label, input#current_country_field {
	display: none;
}

.body_form input.file_field {
	margin: 10px 0;
	height: 30px;
	font-size: 16px;
	background: transparent !important;
}


span.asterisk {
	color: #cc3300;
	font-size: 24px;
	vertical-align: text-top;
}

.submit_button {
	display: none;
}

#submit_container {
	position: relative;
	margin: 60px 0 0;
	clear: both;
	height: 40px;
	font-size: 14px;
}

a.submit_button {
	padding: 10px 20px;
	height: 35px;
	color: #ffffff !important;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	background-color: #5d97a4;
	border-radius: 4px;
	behavior: url('/scripts/PIE.php');
}

	a.submit_button span, .body_form div.item_info {
		display: none;
	}
	
a.search_submit {
	float: right;
	margin: 16px;
}
	

