input, select, textarea { 
	font: 14px/1.4em Arial, Helvetica, sans-serif;
	color: #4B6581;
}
select {
	color: #4B6581;
}

.reqd {
	color: #C99F46;
	font-weight: bold;
}

fieldset {
	border: none;
}
fieldset#message {
	clear: both;
}

.radios p {
	padding: 0 0 6px;
}

textarea {
	width: 99%;
	margin: 0 0 10px;
}

.field label, 
.field input,
.select select,
.select label {
	display: block;
	width: 60%;
	float: left;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.field input,
.select select {
	background: #E6F0DE;
	border: 1px solid #BDDAAF;
	font-size: 14px;
}
.field label,
.select label {
	text-align: right;
	width: 35%;
	padding-right: 2%;
	font-weight: bold;
}
.textbox label {
	text-align: left !important;
}
.field br {
	clear: left;
}

#extra {
	clear: both;
}

.textbox label {
	font-weight: bold;
}

/* ---------| Send |--------- */
.sendme {
	padding: 25px 0 0 0;
}
#sendForm {

}

/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.field, .select { 
	clear: both; 
 }
.field {
	padding: 0 0 5px; 
	margin: 0 0 10px; 
}

.field:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.field {display:inline-block;}
/* Hide from IE Mac \*/
.field {display:block;}
/* End hide from IE Mac */
