/* ------------------------------------------------------------------------
Form Style Sheet - Accuvision

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/

legend
	{
	display: none;
	}
	
	
label, input.radio, input.checkbox, select {
	cursor:pointer;
}
	
.label
	{
	float: left;
	margin-right: 15px;
	width: 135px;
	}

form
	{
	clear: both;
	}
		
#content form p
	{
	float: left;
	/*GR:Start*/
	width:325px;
	/*GR:End*/
	}
	
form div
	{
	clear: both;
	padding: 1px 0;
	}

form div.fieldset {
	position:relative;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
}
form div.fieldset legend {
	display:block;
}
form div.fieldset legend span {
	position:absolute;
	top:10px;
	left:0px;
}
form div.fieldset p {
	position:absolute;
	top:10px;
	left:150px;
}

form .input-text, form textarea
	{
	padding: 2px;
	width: 250px;
	}
	
form .input-text, form textarea, form select
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
#submit
	{
	height: 30px;
	padding-left: 150px;
	width: 103px;
	}
	
.highlight
	{
	background: #e1eef1 url('../images/brochures.jpg') no-repeat top right;
	height: 115px;
	padding: 1.25em 0 0 15px;
	}
	
.highlight label
	{
	width: 120px;
	}
.highlight-2
	{
	background-color: #e1eef1;
	padding: 1.25em 0 0 15px;
	}
form div .cleared
	{
	clear: both;
	padding: 0;
	}
#post #submit
	{
	height: 30px;
	padding-left: 150px;
	width: 108px;
	}

div .cleared
	{
	border: none;
	}

.map img
	{
	border: 1px solid #89BCC7;
	float: right;
	margin: 0;
	padding: 0;
	}
		
.map-text
	{
	clear: both;
	float: left;
	}
	
#directions-london, #directions-birmingham, #directions-leeds {
	margin-bottom: 1.25em;
	vertical-align: middle;
	}
#directions-london input, #directions-birmingham input, #directions-leeds input {
	font-size: 100%;
	margin-top: 3px;
	padding: 2px;
	vertical-align: middle;
	}
#directions-london #submit, #directions-birmingham #submit, #directions-leeds #submit	{
	height: 21px;
	padding-left: 0;
	width: 81px;
	vertical-align: middle;
	}