/*

Stylesheet for Bunford Park
Handwritten by Oliver Coningham (AztecMedia.eu)
http:/www.bunfordpark.co.uk/

*/


/* ------------ Defaults ------------ */

legend
	{
	display: none;
	}	

fieldset
	{
	border: none;
	}
	
form
	{
	padding: 1.25em 0 0 0;
	}			

label {
	color: #942923;
	}
	
input, textarea 
	{
	background-color: #f2f7fb;
	border: 1px solid #c0c3c9;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px;
	width: 330px;
	}

#submit
	{
	border: none;
	height: 36px;
	padding: 0;
	width: 102px;
	}
	
#form div 
	{
	margin-bottom: 10px;
	}	