/*

Aztec Media - Form Stylesheet
http://www.signsolutions.eu/
Handwritten by Richard Wilmot

*/




fieldset div { 
	clear: both;
	}

legend {
	display: none;
	}
	
textarea, select {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	}
	
p.smaller {
	padding-top:10px;
	width: 320px;
}

textarea {
	background: #fff url('../images/form-textarea.gif') no-repeat top left;
	border: none;
	height: 100px;
	padding: 5px;
	width: 335px;
	overflow:hidden
	}
	
#details label {
	float: left;
	vertical-align: middle;
	width: 110px;
	height: 22px;
	padding-top:5px
	}
	
#details input {
	background: #fff url('../images/form-input.gif') no-repeat top left;
	border: none;
	color: #333	;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
	vertical-align: middle;
	width: 200px;
	height: 17px;
	}
	
#view-map a {
	display:block;
	background:  url('../images/button-view-map.gif') no-repeat top left;
	width: 345px;
	height:226px;
	float:right;
	margin-top: 18px;
	text-indent: -25000px;
	}


