#left_panel {
	width: 426px;
	float: left;
	line-height: 20px;
	}
#left_panel a:link, #left_panel a:visited, #left_panel a:hover, #left_panel a:active {
	color: #f68b00;
	font-weight: bold;
	}
#right_panel {
	border: none;
	float: right;
	width: 441px;
	}
.red {
	color: #ff0200;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 10px;
	float: left;
	}
.form_text {
	width: 100%;
	height: 20px;
	margin: 5px 0px 5px 0px;
	}
.form_box {
	width: 100%;
	height: 120px;
	margin: 5px 0px 5px 0px;
	}
select {
	margin: 5px 0px 5px 0px;
	}
.required_arrow {
	margin-left: 3px;
	float: right;
	}
.submit_button {
	float: right;
	margin-bottom: 10px;
	padding: 0px;
	}
#contactForm {
	background: url("../img/static/dark_small_top.gif") top left no-repeat;
	width: 441px;
	padding: 6px 10px 0px 0px;
	margin: 12px 0px 75px 0px;
	}
#contact_form_success {
	border: none;
	display: block;
	float: left;
	background: url("../img/static/dark_small_bg.gif") top left repeat-y;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	width: 429px;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
#contactForm #bottom {
	background: url("../img/static/dark_small_bottom.gif") bottom left no-repeat;
	padding: 0px;
	margin: 0px;
	width: 441px;
	line-height: 8px;
	font-size: 1px;
	float: left;
	}

#contactForm #top {
	background: #f3f2e8 url("../img/static/dark_small_top_bg.gif") top left repeat-y;
	display: block;
	width: 389px;
	padding: 0px 30px 0px 22px;
	margin: 0px;
	line-height: 32px;
	height: 32px;
	float: left;
	}
#top .title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	display: block;
	}
#top .legend {
	float: right;
	font-size: 12px;
	display: block;
	}
#contact_form {
	border: none;
	display: block;
	float: left;
	background: url("../img/static/dark_small_bg.gif") top left repeat-y;
	margin: 0px;
	padding: 10px 30px 0px 18px;
	width: 393px;
	}
#error_message {
	color: #ff0200;
	font-size: 13px;
	display: block;
	width: 235px;
	margin-top: 3px;
	float: left;
	background: url("../img/static/indicator.gif") 2px right no-repeat;
	}
#contactForm:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#contactForm #top:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}