@charset "utf-8";
/* CSS Document */

.textinputstyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 400px;
	background-color: #cccccc;
border:1px solid #39681d;
	margin-top:10px;
}
.textareastyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 400px;
	background-color: #cccccc;
border:1px solid #39681d;
	margin-top:10px;
}
.submitstyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
border:1px solid #39681d;
	color:#333333;
	width: 400px;
	font-weight: 700;
	cursor:pointer;
	margin-top:10px;
}
.formlabel{
	float:left;
	width: 125px;
	
	padding:2px 0px 3px 3px;
	margin-top:10px;
}
#contactform br{
	clear:left;
}
.two{
	display:none;

}
#url{
	display:none;
}
.four{

}
