* {margin: 0; padding: 0;}
body {
	font-family: arial, verdana, sans-serif;
	font-size: 90%;
	padding: 20px 15px;
}
#content {
	font-size: 85%;
	line-height: 140%;
	width: 600px;
}
h1 {
	color: #7a192d;
	font-size: 140%;
	text-decoration: underline;
}
fieldset {border-width: 0;}
form div {
	float: left;
	padding: 0 40px 10px 0;
	width: 265px;
}
form div.divtextarea {
	clear: left;
	width: 570px/*auto*/;
}
.divtextarea label {float: left;}
.divtextarea textarea {
	float: right;
	height: 80px;
	/*margin-left: 67px;*/
	width: 455px;
}
form input, form select, form textarea {
	border: 1px solid #8190b3;
	padding: 1px;
}
form input:focus, form select:focus, form textarea:focus {border-color: #444;}
form div input, form div select {
	float: right;
	width: 151px;
}
form div select {
	font-size: 95%;
	width: 155px;
}
#contact_us_div {
	clear: both;
	float: right;
	width: auto;
}
#cu_h_submit {
	background-color: #666575;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	padding: 3px 6px;
	width: auto;
}
.errors {
	color: red;
	margin-left: 30px;
}