@charset "utf-8";
/* CSS Document */

#contactForm{
	font-size:13px;
}

#contactForm dd{
	margin:0 0 10px 0;
}

input{
	width:300px;
}

#contactForm textarea {
	width:100%;
	height:200px;
	
}

#sub{
	width:40%;
	background:#3783bf;
	border:solid 1px #06F;
	color:#fff;
	font-weight:900;
	padding:5px;
}

#sub:hover{
	background:#09F;
	border:solid 1px #06F;
	color:#fff;
	font-weight:900;
	padding:5px;
	cursor:pointer;
}


#reset{
	width:40%;
	background:#F90;
	border:solid 1px #F60;
	color:#fff;
	font-weight:900;
	padding:5px;
	float:right;
}

#reset:hover{
	background:#FC0;
	border:solid 1px #F60;
	color:#fff;
	font-weight:900;
	padding:5px;
	cursor:pointer;
}

.req{
	color:red;
	font-size:12px;
}