#form-container {	
	background:url(../images/bg-contact-main.jpg) repeat-y;
	width:350px;
	margin-left:20px;
	float:left;
	}
#address-container {width:350px; float:left;}	
#form-container-right {float:left;padding-top:20px;}	
#btn-map {
	background:url(../images/btn-map.jpg) no-repeat;
	width:199px;
	height:90px;
	float:left;
	margin-bottom:8px;
	}
	#btn-map span {display:none;}
	#btn-map a {display:block; width:199px; height:90px;}
	#btn-map a:hover {	background:url(../images/btn-map.jpg) -0px -90px no-repeat;}	
form {
	padding:5px 0 0 18px;
	width:320px;
	text-align:left;
	}
label.required {font-size:9px;}
.drop {height:20px; }
form label	{ font-size:12px;color:#89786d;  }
form br { line-height:0; height:0; } 

input, textarea, select { 
	background-color:#ededed; 
	border:none;
	color:#89786d;
	width:315px;
	height:20px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:5px; 
	padding-top:3px; 
	padding-left:4px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
select { width:320px; padding:0; } 

textarea { height:60px; overflow:auto; }

input.submit-image {
	background:color:#89786d;
	width:69px;
	height:32px;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	}
