#form-container {	
	width:409px;
	float:left;
	}
#form-container-right {float:left;padding-top:0px;margin-left:60px;}	
#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.png) no-repeat;
	width:209px;
	height:98px;
	float:left;
	margin-bottom:8px;
	}
	#btn-map2 span {display:none;}
	#btn-map2 a {display:block; width:209px; height:98px;}

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:#4d4d4d;
	width:315px;
	height:30px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:8px; 
	padding-top:3px; 
	padding-left:8px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
select { width:320px; padding:0; } 

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

input.submit-image {
	background:#6cafc0;
	color:#fff;
	width:80px;
	height:32px;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	}
