/*Forms
-------------*/	
/*global styles*/	
form {
	padding: 0;
	margin: 0 0 0.625em 0; 
	}
form fieldset {
	border: 1px solid #666;
	padding: 0.625em 0;
	overflow: auto;
	text-align: center; /*IE 5*/	
	}
form legend { 
	padding: 0.625em;
	font-size: 110%; 
	font-weight: bold;	
	color: #999;
	}
form div {
	margin: 0 auto; 
	text-align: left;	
	}	
form  p {
	margin: 0;
	clear: both;
	line-height: 15px;
	padding: 0.3em 0;
	}
form input,
form select,
form textarea {
	background-color: #E5E5E5;
	border: 1px solid #999;
	color: #666;
	text-transform:lowercase;
	text-transform:capitalize;
	}	
form input.button {
	font-size: 90%;
	font-weight: bold;
	cursor: pointer;
	padding: 1px;
	background-color: #696969;
	color: #FFF;
	text-transform: capitalize;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #333;
	}				
		
/*Calculators
-------------*/
form.calculators .centeringContainer {
	width: 330px;
	}	
/*inputs and selects*/
form.calculators input,
form.calculators select {
	width: 160px;
	margin: 0 0 0 10px;
	}
form.calculators input.small {
	width: 70px;
	margin-right: 10px;
	}	
form.calculators input.medium {
	width: 80px;
	}	
form.calculators select {
	width: 70px;
	margin-right: 10px;
	}
form.calculators input.button {
	width: auto;
	}
/*text*/	
form.calculators label {
	float: left; 
	width: 150px;
	padding: 2px 0;	
	display: block;
	}			
form.calculators em { /*disclaimer text*/
	font-size: 90%;
	display: block;
	text-align: left;
	padding: 5px;
	color: #000;
	clear: both;
	}
form.calculators i {
	float: right; 
	width: 80px;
	text-align: left;
	font-size: 90%;
	}
form.calculators i.hidden {
	visibility: hidden;
	}

/*stamp duty calculator*/
form.calculators fieldset#stampDuty .centeringContainer {
	width: 510px;
	}	
form.calculators fieldset#stampDuty .inLine {
	width: auto;
	clear: both;
	padding: 0 0 0.3em 0;
	_height: 1%;
	}	
form.calculators fieldset#stampDuty h3 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	width: 100px;
	}	
form.calculators fieldset#stampDuty p {
	clear: none;
	float: left;
	width: 100px;
	margin: 0;	
	}
form.calculators fieldset#stampDuty input {
	float: left;
	margin: 0 0 0.625em 0.625em;
	}	
form.calculators fieldset#stampDuty input.button {
	margin: 1em 0 1em 110px;
	}	
form.calculators fieldset#stampDuty .hideLabel {
	display: none;
	}		
form.calculators fieldset#stampDuty span {
	float: left; 
	width: 90px; 
	font-weight: bold;
	margin: 0 0.5em 0 0;
	padding: 0 0 1em 0 ;
	font-size: 90%;
	display: block;
	}
form.calculators fieldset#stampDuty span.first {
	width: 110px;
	margin: 0;
	}	

/*Integrated Search Form
------------------------*/
form#search {
	border: 1px solid #666;
	margin: 0 0 1em 0;
	padding: 0;
	_padding-left: 1em;/*IE*/
	}
form#search fieldset {
	margin: 0 0.625em;
	border: none;
	}
form#search fieldset legend {
	display: none;
	}		
form#search fieldset div {
	float: left;
	width: 175px;
	}	
form#search fieldset label,
form#search fieldset strong {
	color: #999;
	display: block;
	font-weight: bold;
	padding: 0 0 0.3em 0;
	}	
form#search fieldset select {
	width: 150px;
	}	
/*bedrooms*/	
form#search fieldset label.small {
	display: inline;
	font-weight:normal;
	} 	
form#search fieldset input.medium {
	width: 30px;
	}		
/*ordered by*/
form#search fieldset select.medium {
	width: 80px;
	}	
/*display per page*/	
form#search fieldset select.small {
	width: 40px;
	}
/*sold properties*/
form#search fieldset input.small {
	width: 10px;
	}	
	
/*Custom Form
-------------*/
body#contactUs form#customForm {
	clear: both;
	}

form#customForm .centeringContainer {
	width: 450px;
	}
form#customForm label {
	float: left;
	display: block;
	width: 200px;
	}
form#customForm label.small {
	display: inline; 
	height: 25px;
	padding-top: 3px;
	width: 80px;
	}
form#customForm label.xsmall {
	float: none;
	width: 50px;
	display:inline;
	}
/*inputs, selects, text areas*/
form#customForm input,
form#customForm select,
form#customForm textarea {
	width: 200px;
	display:inline;
	}
form#customForm input.small {
	width: 94px;
	}
form#customForm input.xsmall {
	width: 24px;
	}
form#customForm input.button {
	width: auto;
	margin-left: 200px;
	}
/*text*/
form#customForm em {
	color: #000; 
	font-weight:bold;
	float: left;
	}
form#customForm em.description {
	color: #000;
	float: left; 
	font-style:normal;
	width: 120px;
	}		
		