
/****************   CONTACT FORM ELEMENTS   ****************/

fieldset {
	border:none;
	position:relative;
}
legend {
	display:none;
}
label {
	width:140px; 
	color:#006599;
	text-align: right;
	margin-right: 5px;
}
label, #name, #email, #subject {
	float:left; 
	font-weight: bold;
	font-size: 14px; 
	padding:4px;
}
form p {
	clear: both;
}
form div {
	clear: both;
}
span.radio {
	margin-right: 15px;
}
#name, #email, #subject, select, #phone {
	width:300px; 
	border:4px solid #F3F5EF; 
	color:#333;
}	
#phone, select {
	width: 200px;
}	
#sub-bar select {
	width: 120px;
}
#form div {
	overflow: auto;
}
textArea {
	width:408px; 
	border:4px solid #F3F5EF; 
	color:#333;
}
#sendbutton { 
	float:right;
	padding: 10px 15px 0px 0px;
}
fieldset p.button {
	margin-left: 155px;
}
span.required {
	color: #900;
	font-weight: bold;
	font-size: 18px;
}
div.alert {
	color: #900;
	padding: 10px;
	border: 1px solid #900;
	font-weight: bold;
}
dt {
	margin-top: 15px;
	font-weight: bold;
	color: #006599;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
dl {
	margin: 0;
	padding: 0;
}
.right label {
	text-align: left;
}

	
/****************   CONTACT FORM ELEMENTS   ****************/
