
/* ----- form ----- */
#contactForm{float:left; width:790px; height:470px; background:url(../images/contact-map-bg.jpg) no-repeat bottom;}

.emailForm{position:relative; top:60px;}

input, textarea {
	font-size: 100%;
	padding: 4px;
	border: none;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	
}
label {
	font-weight: bold;
	color: #53951E;
}
textarea {
	height: 130px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.txt {
	width: 296px;
	color: #53951E;
	border: none;
	background: #e9eae9;
}
/* style form elements on focus */
input:focus, textarea:focus {
  background: #e5ffa0;
}


.contact-text{position:relative; top:50px; width:500px; margin:0;}
