div.contact_left {
	float: left;
	width: 30em; 
}

div.contact_separator {
	background:transparent url(/img/contact_us_separator.png) repeat scroll 0 0;
	float:right;
	height:348px;
	margin-right:75px;
	margin-top:50px;
	width:5px;
}

/** Contact Form **/
	div.contact_right {
	background:#BABABA url(/img/contact_us_bg.png) repeat-x scroll 0 0;
	border-bottom:3px solid #AAAAAA;
	border-right:2px solid #AAAAAA;
	float:right;
	padding:10px;
	width:372px;
}

div.contact_right h4 {
	margin: 0;
}

div.contact_right div.input_div {
	margin-bottom: 5px;
}

div.contact_right div.input_div.text label {
	float:left;
	margin-right:5px;
	text-align:right;
	width:105px;
}

div.contact_right input[type="text"] {
	background:transparent url(/img/contact_us_field.png) no-repeat scroll 0 0;
	border:medium none;
	color:#666666;
	font-family:Arial;
	font-size:18px;
	height:26px;
	padding-left:12px;
	padding-top:8px;
	width:361px;
}

div.contact_right input[type="text"].required {
	background-position: -373px 0;
}

input[type="submit"] {
	background:url('../img/submit_button.png') no-repeat top left;
	border:none;
	width:135px;
	height:34px;
}

input[type="submit"]:hover {
	background-position: -138px 0;
}

div.contact_right textarea {
	background:transparent url(/img/contact_us_text_area.png) no-repeat scroll 0 0;
	border:medium none;
	font-family:arial;
	font-size:18px;
	height:110px;
	padding-left:12px;
	padding-top:9px;
	width:360px;
	color:#666666;
}

div.contact_right textarea.required {
	background-position: -373px 0;
}

div.contact_right .error {
	color:#AA0000;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}

div.contact_right .success {
	color:#00AA00;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}