
h2
{
	margin:20px 40px;
	padding-top:20px;
	padding-bottom:20px;
	color:#41af3c;
	border-bottom:solid 1px #f1f1f1;
}

.contact
{
	padding-bottom:20px;
}
.fcontact
{
	float:left;
	width:220px;
	margin-left:40px;
	padding-bottom:20px;
	border-right:solid 1px #f1f1f1;
	padding-right:40px;
}

.fcontact input[type=text], .fcontact textarea
{
	width:200px;
	background-color:#eeeeee;
	border:0;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	margin-top:5px;
}

 .fcontact textarea
 {
	height:150px;
 }
 
 .fcontact .btn
  {
	display:block;
	width:200px;
	margin-top:10px;
	background-color:#3eae48;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
 }

.maps
{
	float:right;
	width:555px;
	margin-right:40px;
	margin-bottom:20px;
}

#map
{
	width:555px;
	height:385px;	
}