/* contact form */
input#email {
	width: 194px;
	height: 19px;
	background: #fff url(../gfx/email_back.jpg) left center no-repeat;
	border: 1px solid #666;
	margin-bottom: 10px;
}
textarea#message {
	width: 194px;
	height: 149px;
	background: #fff url(../gfx/email_textarea_back.jpg) left center no-repeat;
	border: 1px solid #666;
	margin-bottom: 10px;
}


/* search form */
form#search_form {
	background: #0285db url(../gfx/search_back.jpg) center top no-repeat;
	height: 106px;
	width: 370px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
div.search_element {
	float: left;
	width: 123px;
	text-align: center;
	margin-top: 20px;
}
#search_form label {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	width: 120px;
	display: block;
}
#max_price, #bedrooms, #location {
	width: 100px;
	height: 20px;
	margin: 5px 10px 5px 10px;
	background: #fff url(../gfx/input_back.jpg) left top repeat-x;
	border: 1px solid #666;
	text-align: right;
	font-weight: bold;
	padding: 0px;

}
#max_price option, #bedrooms option, #location option {
	width: auto;
	height: 20px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-right: 5px;
}
input.search_button {
	width: 150px;
	height: 25px;
	color: #fff;
	text-align: center;
	border: none;
	background: #0285db url(../gfx/search_button.jpg) center center no-repeat;
}

input.search_button:hover, input.search_button:focus {color: #000;}

#property_descr label {
	width: 120px;
	text-align: left;
	float: left;
	clear: left;
	margin-right: 5px;
}
input.property_enquiry {width: 400px;}
textarea.property_enquiry {width: 400px;}

input.submit {
	width: 100px;
	height: 22px;
	border: none;
	background: #eee url(../gfx/submit_button.jpg) center center no-repeat;
	text-align: center;
	color: #000;
}
input.submit:hover, input.submit:focus {color: #f60;}


/* google news */

#searchcontrol_landlords form, #searchcontrol_home form, .gsc-resultsHeader, .gs-publisher, .gs-publishedDate, .gs-relativePublishedDate, .gs-snippet, .gs-clusterUrl, .gs-watermark, .gsc-search-box, .gsc-cursor, .gs-location {display: none;}
.gs-title {margin-top: 10px; font-weight: bold;}
.gsc-trailing-more-results {margin-bottom: 15px; margin-top: 15px;}

/*
html > body > div #content > div .col2 > div #searchcontrol > div .gsc-control gsc-narrow > div .gsc-resultsbox-visible > div .gsc-resultsRoot > div .gsc-results gsc-newsResult > div .gsc-newsResult gsc-result > div .gs-newsResult gs-result > div .gs-location
html > body > div #content > div .col2 > div #searchcontrol > div .gsc-control gsc-narrow > div .gsc-resultsbox-visible > div .gsc-resultsRoot > div .gsc-results gsc-newsResult > div .gsc-expansionArea > div .gsc-cursor-box > div .gsc-trailing-more-results > a .gsc-trailing-more-results
 html > body > div #content > div .col2 > div #searchcontrol > div .gsc-control gsc-narrow > div .gsc-resultsbox-visible > div .gsc-resultsRoot > div .gsc-results gsc-newsResult > div .gsc-expansionArea > div .gsc-cursor-box > div .gsc-cursor > div .gsc-cursor-page*/

#contact_form {margin-bottom: 20px;}