/*

Form stylesheet for IVC Media
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.ivcmedia.co.uk/

Version: June 9, 2008 12:45 PM

*/


/* ------------ Form ------------ */

#form legend {
	display: none;
	}	

#form fieldset {
	border: none;
	}

#form input, #form textarea  {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px;
	width: 268px;
	}

#form #submit	{
	background: none;
	border: none;
	height: 25px;
	padding: 0;
	width: 74px;
	}

#form div {
	margin-bottom: 10px;
	}	

#map {
	background-color: #fff;
	border: 5px solid #fff;
	float: left;
	height: 390px;
	margin: 0 0 1.25em 0;
	width: 595px;
	}

.view-map
	{
	background: url('../images/btn-map.png') no-repeat top left;
	display: block;
	height: 25px;
	text-indent: -25000px;
	width: 79px;
	}	
	
#about #sub-nav {
	margin-bottom: 32px;
	}
	
#content table {
	margin-bottom: 1.25em;
	}