#form-container {	
	background:url(../images/bg-contact-main.jpg) repeat-y;
	width:409px;
	float:left;
	}
#form-container-right {float:left;padding-top:0px;}	
#btn-map {
	background:url(../images/btn-map.jpg) no-repeat;
	width:199px;
	height:61px;
	float:left;
	margin-bottom:8px;
	}
	#btn-map span {display:none;}
	#btn-map a {display:block; width:199px; height:61px;}
	#btn-map a:hover {	background:url(../images/btn-map.jpg) -0px -61px no-repeat;}	

#btn-map2 {
	background:url(../images/btn-map2.jpg) no-repeat;
	width:199px;
	height:61px;
	float:left;
	margin-bottom:8px;
	}
	#btn-map2 span {display:none;}
	#btn-map2 a {display:block; width:199px; height:61px;}
	#btn-map2 a:hover {	background:url(../images/btn-map2.jpg) -0px -61px 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:url(../images/btn-submit.gif) no-repeat;
	width:69px;
	height:32px;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	}
