
#contactArea{ height:225px;	border-bottom: 5px solid #818c70; overflow: hidden; background: #cfd9c1;
 background:url(../images/bg6dst.jpg) no-repeat #fff ;}

#contactArea h3{ width: 910px; margin: 0 auto; background: #cfd9c1; 
	border: 2px solid #d8cb98; border-top:none;
	/*-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;*/
	text-align:center; }

#contactArea form{ height: 300px; width: 910px;	margin: 0 auto; padding: 25px; }

#info { float: left; width: 350px; }
#message { float: right; width: 500px; }

#contactArea label{	margin-bottom:5px; float: left; clear: both; }

#contactArea input, #contactArea textarea{ padding: 7px; margin-bottom:15px;
	border: 2px solid #818c70; /*-moz-border-radius: 5px; -webkit-border-radius: 5px;*/
	float:right; }

#contactArea input:focus, #contactArea textarea:focus{ border: 2px solid #972324; /*background: #fee99a;*/ }

#contactArea textarea{ height: 110px; line-height: 20px; font-size: 12px; float:right; }

#contactArea input { width: 200px; }
#contactArea input#submit { width: 140px; float:right; cursor: pointer;}
#contactArea textarea { width: 350px; }

/* Alert bar showing errors in contact us form */
#contact_alert_wrapper{	width: 100%; background:#fee99a; position:fixed;top:0px; z-index:100; }
#contact_alert{	width: 910px; margin: 0 auto; background:#fee99a; color:#972324; }
/* X button closing contact_alert */
#contactArea input#x { width: 20px; padding:0px; margin:0px; float:right; cursor: pointer;}

/* Contact button */
a.contact {
	position:relative; top: -5px;
	float: right; height: 34px; width: 115px; display: block; 
	padding-top: 5px;
	
	background:#f9fbf1; border: 5px solid #818c70; border-top:none;
	
	/*-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;*/
	
	text-align: center; text-decoration:none; color:#666;
	font-size: 1.4em;	font-weight:bold;
}

a.contact:hover, a.contact:active {	text-decoration:underline; }

img#checkmark{ float:right; }

