@charset "UTF-8";
.left {
	float: left;
	width: 275px;
}
.right {
	float: right;
	width: 660px;
}

#content h3 {
	color: #9e1e00;
	margin: 2px 0 6px 0;
	font-weight: normal;
	font-size: 17px;
}

.left p { padding-right: 10px; }

.left ul { padding-top: 8px; }
.left ul li { padding-bottom: 5px; }
.left ul li strong { width: 50px; display: block; float: left; }

.right td { vertical-align: top; }

label { font-size: 11px; display: block; }
label.required { color: #9e1e00; font-weight: bold; }

.right input { width: 200px; margin: 0 10px 10px 0; }
.right select { margin-bottom: 10px; }

textarea { width: 420px; height: 80px; margin-bottom: 10px; display: block; }

#zip { width: 80px; }

.submit_btn a {
	padding: 2px 8px;
	background-color: #2d2927;
	border: 1px solid #787573;
	color: #c3bfbb;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
.submit_btn a:hover {
	background-color: #9e1e00;
	color: white;
}
