#form_wrapper {
	background-color: #FFF5E6;
	width: 400px;
	border: thin dotted #C85A27;
}
#form_wrapper_banner {
	height: 110px;
	width: 400px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #C5592A;
	border-right-color: #C5592A;
	border-bottom-color: #C5592A;
	border-left-color: #C5592A;
}
#form_container {
	width: 350px;
	left: 30px;
	padding-left: 30px;
}
.form_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D46B27;
	text-decoration: none;
}
.button_sub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #476893;
	text-decoration: none;
	background-color: #E1E5F0;
	height: 25px;
	border: thin dotted #C65C2A;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 12px;
}


.hr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C85A29;
}
.col_400 {
	width: 300px;
}
