@charset "utf-8";
/* CSS Document */
#contactus {
	
}
#contactus .error {
	padding-left: 5px;
	color:#40bdca;
}
#contactus table {
	padding-left: 10px;
	}
#contactus td {
	padding-bottom: 5px;
	}
#contactus input[type="text"] {
	width: 150px;
}
#contactus textarea {
	width: 250px;
	height: 60px;
}
#contactus .required {
	color:#40bdca;
}

#contactus input[type="submit"], input.submit {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	background-color:#373737;
	border-color: #373737;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 75px;
} 