/* ------------- main content */
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d51a24;
}


/*#name, #address, #city, #state, #zip, #phone, #email, #comments {*/
#ContactRequestAddForm input[type=text],#ContactRequestAddForm textarea {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414b56;
	width: 220px;
	border: 1px solid #ffc251;
	padding : 2px 1px 2px 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}