/*

Applied Acoustic Design - Form Stylesheet
http://www.aad.co.uk/
Handwritten by Oliver Coningham

*/

																					/* ------------ Form ------------ */

#contact-form legend
	{
	display: none;
	}	

#contact-form fieldset
	{
	border: none;
	}

#contact-form input, #contact-form textarea 
	{
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	color: #666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	width: 270px;
	}
	
#contact-form textarea{
	height:120px;
	}

#contact-form label 
	{
	display: block;
	float: left;
	width: 150px;
	}

#contact-form #send
	{
	border: none;
	height: 25px;
	margin: 10px 0 0 310px;
	padding: 0;
	width: 120px;
	}

#contact-form div 
	{
	margin-bottom: 5px;
	}	
	
																					/* ------------ Map ------------ */

#contact #map-outer
	{
	background: url('../images/map-outer-bg.png') no-repeat 0 0;
	height: 180px;
	margin-top: 10px;
	padding: 10px;
	width: 440px;
	}	

#contact #map-inner
	{
	height: 180px;
	width: 440px;
	}
	
#contact #map-inner #copyright {
	background: none;
	height: auto;
	width: auto;
	}	