/*

Aztec Media - Form Stylesheet
http://www.aztecmedia.eu/
Handwritten by Oliver Coningham

*/

fieldset { 
	margin-top: 1.25em;
	}

fieldset div { 
	clear: both;
	}

legend {
	display: none;
	}
	
textarea, select {
	color: #464646;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	}

textarea {
	background: #fff url('../images/textarea-bg.gif') repeat-x 0 50%;
	border: 1px solid #c2c2c2;
	height: 149px;
	padding: 5px;
	width: 295px;
	}
	
#details label, #form-login label {
	float: left;
	vertical-align: middle;
	width: 110px;
	}
	
#details input, #form-login input {
	background: #fff url('../images/input-bg.gif') repeat-x 0 50%;
	border: 1px solid #c2c2c2;
	color: #464646;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
	vertical-align: middle;
	width: 180px;
	}

#form-login #login {
	border: none;
	height: auto;
	margin: 0 0 0 110px;
	padding: 0;
	width: auto;
	}

#form-login a {
	margin-left: 110px;
	}
		
#map {
	border: 3px solid #fff;
	height: 400px;
	margin-bottom: 1.25em;
	}
	
#directions, #directions div, #directions input {
	vertical-align: top;
	}
	
#directions #postcode {
	background: #fff url('../images/input-bg.gif') repeat-x 0 50%;
	border: 1px solid #c2c2c2;
	color: #464646;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	padding: 5px;
	width: 180px;
	}
	
#contact #content #copy-inner a,
#about #content #copy-inner a { 
	border-bottom: 1px dotted #464646;
	color: #464646;
	text-decoration: none;	
	}
	
#contact #content #copy-inner a:hover,
#about #content #copy-inner a:hover { 
	border-bottom: 1px solid #fa7f1a;
	color: #fa7f1a;
	}