@charset "UTF-8";
/* CSS Document */
/** contact form!**/

input,textarea{
	width:250px;
}
.form div{
 margin-bottom:20px;
 margin-left:10px;
 margin-right: 10px;
 font-size:10px;
 font-family:Helvetica, sans-serif;
 }


.text_field1 {
	background-color: #fff;
	border:1px solid #323400;
}
.text_field2 {
	width:120px;
	border:1px solid #323400;
	
}

.text_submit {
	color: #FDB95A;
	font-size: 11px;
	height:24;
	width: 70px;
	border:none;
	background: #666 no-repeat;
}
.form_titles {
	padding-right: 3px;
	color: #fff;
	font-size: 12px;
}
/**end form!**/

