#contact-form{width:500px;}


#contact-form label {
	float:left;
	width: 18%;
	font-size: 90%;
	margin-left: 1.2em;
}


#contact-form fieldset {
	border: 1px solid #ffffff;
}

#contact-form legend {
	color: #111111;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

.textbox {
border:1px solid #92B8CE;
color:#000000;
padding:7px;
width:200px;
margin-bottom: 5px;
}

.text_select {
border:1px solid #92B8CE;
color:#000000;
padding:6px;
width:215px;
margin-bottom: 5px;


}

.textarea {
border:1px solid #92B8CE;
width:91%;

}

.submit {
color:#000000;
padding:7px;
width:86px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 360px;
float: left;
}

#form_cover {width: 220px; height: 60px;  margin-bottom: 0px; float:left; margin-right: 20px;}






