#content {
	margin: 35px;
	margin-top: 20px;
	text-align: left;
}
#content #title {
	margin-bottom: 30px;
}
#content #title .big {
	color: #DF2618;
	font-size: 26px;
	font-weight: bold;
}
#content #title .small {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

div.formrow {
	display: block;
	clear: both;
	margin: 3px;
	padding: 3px;
}

div.formrow label {
	display: block;
	float: left;
	width: 100px;
	height: 17px;
	padding-top: 2px;
}

div.formrow input {
	display: block;
	float: left;
	width: 300px;
	height: 15px;
}

div.formrow input.zipcode {
	width: 100px;
}

div.formrow span.warning {
	display: block;
	float: left;
	color: #ff0000;
}

div.formrow textarea {
	display: block;
	float: left;
	width: 300px;
	height: 70px;
	overflow: auto !important;
}

div.formrow input.formbutton {
	margin-left: 100px;
	height: 30px;
	font-weight: bold;
}

