/*

Form stylesheet for The Farmyard
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.farmyardretreat.co.uk/

*/


/* ------------ Defaults ------------ */

legend {
	display: none;
	}	

fieldset {
	border: none;
	}
	
label {
	color: #86b97f;
	}
	
input, textarea {
	background-color: #f2f7fb;
	border: 1px solid #c0c3c9;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
	}

#location input, #location textarea {
	vertical-align: middle;
	}
	
#postcode {
	padding: 7px;
	width: 150px;
	}
	
#submit	{
	border: none;
	height: 29px;
	padding: 0;
	width: 87px;
	}
	
#form div {
	margin-bottom: 10px;
	}	
	
#map {
	height: 310px;
 	width: 340px;
	}