/*

Brookvale Homes - Form Stylesheet
http://www.brookvale.co.uk/
Handwritten by Richard Wilmot

*/

/* ------------ Content ------------ */

.contact-container-left {
	float: left;
	width: 235px;
	font-size:95%
	}
	
.contact-container-right {
	float: right;
	width: 200px;
	font-size:95%
	}
	
.contact-type {
	float: left;
	margin-right: 20px;
	width: 80px;
	}
	
.contact-content {
	float: left;
	}


/* ------------ Map ------------ */
	
#map {
	border: 5px solid #FFF;
	clear: both;
	height: 306px;
	width: 220px;
	}
	
#map-directions {
	background-color:#FFF;
	clear: both;
	width: 220px;
	padding:5px 0 5px 10px;
	color:#fff;
	font-size:90%
	}	
		

/* ------------ Form ------------ */
	
legend {
	display: none;
	}
	
label {
	font-weight: bold;
	float:left;
	width: 70px;
	padding-top:10px;
	color:#666666
	}	

fieldset {
	border: none;
	}
	
input, textarea {
	background-color: #F2F2F2;
	border: 1px solid #999;
	color: #666666;
	font-family:Trebuchet MS, Verdana, Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	width: 150px;
	float:left
	}
	
textarea {
	height:100px
	}
	
#spam {
	width: 20px;
	}

#submit {
	background: url('../images/btn-send.gif') no-repeat top left;
	border: none;
	height: 25px;
	padding: 0;
	width: 84px;
	float:right;
	margin-right:4px;
	text-indent: -25000px;
	margin-top:-5px
	}

#form div {
	margin-bottom: 10px;
	}	
	
.error {
	color: #780021;
	font-weight: bold;
	}
	
/* ------------ Directions ------------ */

#saddr {
	background-color: #F2F2F2;
	color: #333;
	font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	width: 105px;
	float:left;
	height:14px
	}
	

#get-directions {
	float:left;
}

#get-directions-button {
	background: url('../images/btn-directions.gif') no-repeat top left;
	border: none;
	height: 25px;
	padding: 0;
	width: 84px;
	margin-left:5px
	}
	
span.directions {
	color:#666;
	font-weight:bold;
	float:left;
	text-align:center
}