.req {
	color: #FF0000;
	}
.message {
	display: block;
	float: left;
	color: #FF0000;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	padding-bottom: 7px;
	margin-left: 10px;
	width: 100%;
	}
#left_panel {
	width: 465px;
	float: left;
	line-height: 17px;
	}
#left_panel h1 {
	font-size: 30px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	margin: 0px 0px 35px 0px;
	font-weight: normal;
	}
#left_panel table {
	margin: 0px;
	}
#left_panel table th {
	text-align: left;
	font-weight: bold;
	width: 107px;
	padding-bottom: 15px;
	}
#left_panel table td {
	text-align: left;
	font-weight: normal;
	padding-bottom: 15px;
	}

#contactForm {
	background: url("../img/static/contact_bg.gif") top left no-repeat;
	float: right;
	width: 466px;
	height: 359px;
	}
#contactForm h4 {
	font-weight: bold;
	font-size: 16px;
	display: block;
	float: left;
	margin: 28px 0px 0px 28px;
	}
#contactForm #req_info {
	float: right;
	background: url("../img/static/required_bg.gif") top left no-repeat;
	width: 153px;
	height: 19px;
	margin: 20px 29px 0px 0px;
	padding: 10px 10px 6px 13px;
	}
#contactForm fieldset {
	float: right;
	border: none;
	width: 410px;
	margin: 17px 28px 0px 0px;
	}
#contactForm fieldset label {
	float: left;
	text-align: right;
	display: block;
	width: 106px;
	height: 21px;
	line-height: 21px;
	margin: 0px 12px 10px 0px;
	}
#contactForm fieldset input {
	float: right;
	width: 287px;
	height: 15px;
	margin: 0px -2px 10px 0px;
	
	}
#contactForm fieldset textarea {
	float: right;
	width: 287px;
	height: 75px;
	margin: 0px -2px 10px 0px;
	
	}
#contactForm fieldset #contact_send {
	float: right;
	width: 139px;
	height: 49px;
	margin: 8px -4px 0px 0px;
	}
#content { 
	margin: 0px 0px 19px 0px;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	