.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	float:left;
}

.lf {
	float:left;
}

.rf {
	float:right;
}

.clear {
	clear:both;
}

.headers {
	font-family: Georgia, Times, serif;
	background:#fff url(/resources/static/standard/header_back.gif/) no-repeat right top;
	text-align:center;
	height:22px;
	line-height:22px;
	font-size:125%;
	color:#fff;
	font-weight:bold;
}

#three {
	width:300px;
}

.top_level {
	width:100%;
	float:left;
	background:#fff url(/resources/static/standard/top_back.gif/) repeat-x bottom left;
	margin-bottom:8px;
}

.house_right {
	text-align:center;
	float:right;
	background:url(/resources/static/standard/house_right_back.gif/) no-repeat bottom right;
	margin-bottom:8px;
	width:260px;
	padding:20px;
}

.house_right_headline,.house_right_more {
	color:#236fb6;
}

.house_right_more {
	font-size:85%;
	line-height:37px;
}

.house_right_seller {
	float:left;
	margin:10px;
}

.left_column {
	width:315px;
	float:left;
	margin-right: 15px;	
}

.house_search {
	float:left;
	width:315px;
	height:185px;
	background:#fff url(/resources/static/standard/house_back.gif/) no-repeat;
	color:#296be0;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
}
.house_search .btn {
	margin-top:20px;
}
.house_search #Location {
	margin-top:5px;
}
.house_search input,.house_search select {
	border:1px solid #6391B0;
}

.house_search p {
	margin:8px 0;
}

.top_level_inputs {
	text-align:left;
	float:left;
	height:40px;
	margin:20px 10px 0 130px;
}

.left_forms,.right_forms {
	clear:both;
	float:left;
	width:100px;
	color:#296be0;
	font-weight:bold;
}

.left_forms p,.right_forms p {
	color:#296be0;
}

.left_forms {
	margin-left:100px;
}

.right_forms {
	clear:none;
}

.submit_button {
	background:url(/resources/static/standard/hit.gif/) no-repeat;
	width:96px;
	height:20px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	border:none;
	padding-bottom:5px;
}

.submit_button:hover {
	background:url(/resources/static/standard/hit_over.gif/) no-repeat;
}

.house_edge {
	position:relative;
	z-index:99;
	left:-7px;
	top:30px;
}

.local_info {
	background:#2c64c5 url(/resources/static/standard/blue_gradient.gif/) repeat-x;
	clear:both;
	width:315px;
	height:70px;
	color:#fff;
	line-height:1.3em;
	margin-bottom:5px;
}

.local_info img {
	float:left;
	margin-right:8px;
	height:70px;
	width:92px;
}

.local_info a {
	color:#fff;
	text-decoration:underline;
	font-size:.8em;
}
.local_info a:visited {
	color:#fff;
}

.search_local {
	background:#fff;
	border:1px solid #9fc2f7;
	color:#5a8de4;
	padding:5px;
}
.search_local form {
	margin-top: 5px;
}

.white {
	background:url(/resources/static/standard/button_white.gif/) no-repeat;
}

.white:hover {
	background:url(/resources/static/standard/button_white_over.gif/) no-repeat;
}

.house_news {
	float:left;
	width:330px;
	text-align:center;
	padding:15px 0 5px;
}
.house_news span {
	line-height: 1.4em;
}

.house_news_find {
	float:left;
	width:330px;
	text-align:center;
	padding:15px 0 5px;
}

.house_thumb {
	float:left;
	border:1px solid #bdbebf;
	margin:0 5px 5px 0;
	padding:5px;
}

.house_news strong {
	color:#236fb6;
}

.mid_level {
	margin-bottom:8px;
	float:left;
}

.tabbed_box {
	float:left;
	margin-right: 15px;
}

.tab_link_container {
	border:1px solid #97cef5;
	width:303px;
	padding:5px;
}

.tab_link_container a {
	color:#1e71b5;
	line-height: 1.4em;
}

.active_tab,.inactive_tab {
	float:left;
	width:105px;
	font-weight:bold;
	line-height:1.4em;
	padding: 7px 5px 5px 0;
	text-align:center;
}

.active_tab {
	background:url(/resources/static/standard/active_tab.gif/) no-repeat;
	position:relative;
	top:1px;
}

.inactive_tab {
	background:url(/resources/static/standard/inactive_tab.gif/) no-repeat left bottom;
	padding: 8px 5px 4px 0;
}

.email {
	float:left;
	background:#eff8fe url(/resources/static/standard/mail1.gif/) no-repeat top left;
	margin-right:15px;
	width:310px;
	padding:15px 0 5px;
	line-height: 1.4em;
}

/*adjusts width on find agents page */
.email strong {
	color:#236fb6;
}

.sign_up {
	background:#fff;
	float:left;
	margin:5px;
	padding:5px 0;
}

.sign_up p {
	margin:0 0 5px;
}

.sign_up_form,.sign_up_form_right {
	display:block;
	float:left;
	width:115px;
}

.sign_up_form_right {
	width:185px;
}

.sign_up_form input,.sign_up_form_right input {
	border:1px solid #6391b0;
	width:105px;
	float:left;
}

.email-find {
	float:right;
	background:#eff8fe url(/resources/static/standard/mail1.gif/) no-repeat top left;
	width:290px;
	height:150px;
	text-align:left;
	padding:15px 5px 5px;
}
.email-find .sign_up_form {
	width:105px;
}
.email-find .sign_up_form_right {
	width:175px;
}
.email-find input {
	width: 95px;
}

#login_submit {
	font-size:10px;
	color:#fff;
	background:#2c64c5 url(/resources/static/standard/blue_gradient.gif/) repeat-x;
	float:left;
	width:55px;
	height:20px;
	padding-bottom:3px;
	margin-left:5px;
}

#reg_here {
	width:149px;
	height:26px;
	background:#124ec8 url(/resources/static/standard/reg_here.gif/) no-repeat;
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin-left:20px;
}

#reg_here:hover {
	background:#124ec8 url(/resources/static/standard/reg_here_over.gif/) no-repeat;
}

.new_sign_up {
	float:left;
	margin-left: 5px;
}

.bottom_level {
	float:left;
	margin-bottom:8px;
}

.blue_box {
	float:left;
	min-height:20em;
	background:#EFF8FE;
	margin-right:8px;
	width:188px;
	line-height: 1.4em;
	position:relative;
	text-align:center;
	padding:10px;
}
.blue_box h3 {
	font-size: 1.6em;
}

.moar_link {
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
}

.blue_box_span {
	width:195px;
	text-align:left;
	display:block;
	margin-top:10px;
}

.blue_box_span strong {
	color:#222222;
	font-size:1.2em;
	margin-bottom:5px;
}

.canned_links {
	clear:both;
	width:640px;
	margin-right:8px;
	text-align:left;
}

.canned_links ul {
	float:left;
	list-style-type:none;
	margin:0 0 10px 10px !important;
	width: 200px;
}

.canned_links a {
	color:#000;
}

.estate_agents {
	background:#eff8fe;
	margin-bottom:10px;
	padding:8px;
}

.estate_agents img {
	margin:5px;
}

.right_ads img {
	margin:5px 0;
}

.adverts img {
	margin:1px 0 2px;
}

.right_ads {
	text-align:center;
}

.split_adverts {
	margin-top:15px;
}

.split_adverts_left {
	border:1px solid #e1e1e1;
	background:#fafdff;
	text-align:center;
	width:143px;
	padding:5px;
}
.split_adverts_left img {
	margin-bottom:10px;
}

/* Start of Buying Results */
.buying_left {
	width:200px;
	float:left;
	margin-right:10px;
	line-height: 1.4em;
}

.blue_search {
	background:#94cef4 url(/resources/static/standard/blue_box_top.gif/) no-repeat top left;
	color:#003492;
	padding:10px;
}

.blue_search p {
	margin:0 0 10px;
}
.blue_search form .btn {
	float: none !important;
	margin-left: 95px;
}
.blue_search strong {
	color:#1859db;
	margin-bottom:10px;
	font-size: 1.15em;
}

.blue_search_bottom {
	clear:both;
	background:#94cef4 url(/resources/static/standard/blue_box_bottom.gif/) no-repeat top left;
	height:14px;
	width:200px;
	margin-bottom:8px;
}

.blue_search input,.blue_search select {
	border:1px solid #6391B0;
	width:180px;
	margin-bottom:5px;
}

.blue_search .submit_button {
	width:96px;
	margin-left:85px;
}

.middle {
	float:left;
	width:585px;
	line-height: 1.4em;
}

.search_middle,.search_middle_gallery {
	float:left;
	border:1px solid #97cef5;
	width:567px;
	padding:10px 8px 0;
}

.search_middle_gallery {
	padding-right:0;
	width:575px;
}

.prop_found {
	font-size:1.2em;
	font-weight:bold;
	line-height:29px;
	float:right;
}

.within_search {
	border:1px solid #bcdefa;
	padding:8px;
}

.within_search ul {
	list-style-type:none;
	margin:5px 10px 10px;
}

.search_header {
	width:100%;
	border-bottom:1px solid #bcdefa;
	display:block;
	margin-bottom:10px;
}

.active_search {
	background:#94cef4;
	width:100%;
	color:#fff;
	font-weight:bold;
	padding:2px;
}

.search_numbers {
	background:#eff8ff;
	float:left;
	margin-bottom:8px;
	width:557px;
	padding:5px;
}

.search_top_line,.number_list {
	margin:0 0 5px;
	padding:0;
	line-height: 1.1em;
}

.search_top_line li {
	float:left;
	width:152px;
	list-style-type:none;
	margin-bottom:8px;
}

.search_top_line li a {
	padding:2px 0 0 20px;
}

.number_list li {
	border:1px solid #95cdf0;
	float:left;
	list-style-type:none;
	background:#fff;
	font-size:85%;
	margin:0 2px 2px 0;
	padding:1px 3px;
}

.number_list li.currentpage {
	border:1px solid #95cdf0;
	float:left;
	list-style-type:none;
	background:#95cdf0;
	font-size:85%;
	margin-right:2px;
	padding:1px 3px;
}

.number_list .plainLi {
	border:1px solid #eff8ff;
	background:#eff8ff;
}

.ind_result {
	border:1px solid #97cef5;
	background:#eff8ff;
	width:555px;
	float:left;
	margin-bottom:10px;
	padding:5px;
}

.ind_result img {
	float:left;
	margin-right:5px;
}

img.marketed-by {
	float:right !important;
	margin:5px 0 5px 5px;
}

.ind_result strong,.blue_text {
	color:#666;
}

.ind_result strong {
	color:#197777;
}
.ind_result div a {
	color:#333;
}
.ind_result div a:hover {
	color:#993300;
}
.result_top_line {
	background:#fff;
	display:block;
	width:433px;
	float:left;
	border-bottom:1px solid #95cdf0;
	font-weight:bold;
	padding:3px;
}

.result_bottom_line {
	border-top:1px solid #95cdf0;
	margin-top:5px;
	padding:4px 0;
}

.save_tab {
	display:block;
	clear:both;
	float:right;
	height:26px;
	line-height:26px;
	font-size:11px;
	background:url(/resources/static/standard/save_tab.gif/) no-repeat top right;
	padding-left:25px;
	width:80px;
}

.adverts {
	width:585px;
	clear:both;
	margin:6px auto;
}

.result {
	float:left;
	width:630px;
	border:1px solid #97cef5;
	margin-bottom:8px;
	padding:8px;
}

.result_links {
	background:#eff8ff;
	float:left;
	width:620px;
	margin-bottom:15px;
	padding:5px;
}

.result_links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.result_links_list li {
	width:150px;
	float:left;
	margin-right:9px;
}

.result_links_list li a {
	display:block;
	background-position:center left;
	background-repeat:no-repeat;
	padding:2px 0 0 25px;
}

.house {
	font-size:150%;
}

.main_image {
	float:left;
	margin:0 10px 10px 0;
}

.more_details a {
	background:url(/resources/static/standard/blue_arrow.gif/) no-repeat center right;
	font-weight:bold;
	padding:2px 25px 0 0;
}

.house_gallery {
	width:400px;
	background:#eff8ff;
	text-align:center;
}

.house_gallery img {
	border:0;
	margin:0 5px;
}

.prop_details {
	color:#2470ae;
	margin-top:10px;
}

.blue_bottom {
	background:#eff8ff;
	width:630px;
	position:relative;
	left:-8px;
	padding:8px;
}

.blue_bottom strong {
	font-size:110%;
	color:#2470ae;
}

.blue_bottom img {
	margin:0 8px 8px 0;
}

.googlemaps a {
	text-decoration:underline;
	color:#000;
}

.googlemaps p {
	float:left;
	width:339px;
}

.bubble {
	padding-left:60px;
	background:url(/resources/static/standard/bubble.gif/) no-repeat center left;
	height:45px;
	display:block;
}

.clickbigger {
	clear:both;
	border-bottom:1px solid #94cef6;
	padding:5px 0;
}

.googlemaps_results {
	clear:both;
	text-align:center;
	margin:20px 0;
}

.blue_table {
	float:left;
	list-style-type:none;
	background:#fff;
	margin:0 0 10px;
	padding:0;
}

.blue_table li {
	height:24px;
	width:95px;
	padding:4px 0 0 10px;
}

.table_top {
	background-color:#94cef6;
	color:#fff;
	font-weight:bold;
}

.gallery_results {
	background:#EFF8FF;
	float:left;
	width:173px;
	min-height:275px;
	position:relative;
	margin:0 8px 8px 0;
	padding:5px;
}

.gallery_img {
	background:url(/resources/static/standard/house_background.jpg/) no-repeat;
	margin-bottom:5px;
	padding:4px 5px;
}

.save_more {
	display:block;
	float:left;
	width:163px;
	position:absolute;
	bottom:5px;
	font-size:11px;
	color:#CC0000;
}

.save {
	padding-left:20px;
	background:url(/resources/static/standard/save_star.gif/) no-repeat;
	line-height:16px;
}

.more {
	line-height:16px;
}

.blue_text {
	display:block;
	margin-top:3px;
}

.red_text {
	color:#cd3100;
}

.estate_agents_find {
	float:left;
	width:315px;
	margin-right:15px;
}

.letting_agents_find {
	float:right;
	width:310px;
	margin-right:15px;
}

.gallery_box_find {
	background:#eff8fe;
	margin-bottom:10px;
	height:200px;
	padding:8px;
}
.gallery_box_find div:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.thumbnail_agents {
float:left;
margin:0;
padding:5px 7px;
width:80px;
font-size:.9em;
}
.thumbnail_agents img {
margin:0 0 5px;
}

.agent_links ul {
	float:left;
	list-style-type:none;
	padding:0;
}

.agent_links li {
	padding-bottom:5px;
}

.clearboth {
	clear:both;
}

.right_sky {
	float:right;
	width:155px;
}

.hot_property {
	text-align:center;
	background:#eff8ff;
	width:145px;
	margin-bottom:10px;
	font-weight:bold;
	padding:5px;
}

.hot_property img {
	float:none;
}

/* IE Workarounds */
*:first-child+html .top_level_inputs {
	margin:10px 0 0 130px;
}

* html .top_level_inputs {
	margin:10px 0 0 130px;
}

*:first-child+html .left_forms {
	margin-top:10px;
}

*:first-child+html .right_forms {
	margin-top:10px;
}

* html .left_forms {
	margin-top:10px;
}

* html .right_forms {
	margin-top:10px;
}

/* *:first-child+html .canned_links ul  {margin: 10px 0 0 40px;} * html .canned_links ul  {margin: 10px 0 0 40px;} */
*:first-child+html .ind_result {
	float:none;
}

* html .ind_result {
	float:none;
}

* html .blue_box {
	width:193px;
}

* html .blue_box_span {
	width:190px;
}

* html .blue_bottom {
	width:631px;
	left:0;
}

*:first-child+html .search_middle_gallery {
	padding-bottom:8px;
}

* html .search_middle_gallery {
	padding-bottom:8px;
}

/* autocompleter styles */
div.autocomplete {
	position:absolute;
	width:300px !important;
	background-color:#789abc;
	border:1px solid #888;
	margin:0;
	padding:0;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.autocomplete ul li.selected {
	background-color:white;
	color:red;
}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	height:20px;
	font-weight:normal;
	cursor:pointer;
	margin:0;
	padding:2px;
}

li> {
	width:200px;
}

li>.autocomplete {
	position:absolute;
	width:300px;
	background-color:#789abc;
	border:1px solid #888;
	margin:0;
	padding:0;
}

li>.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

li>.autocomplete ul li.selected {
	background-color:white;
	color:red;
}

li>.autocomplete ul li {
	list-style-type:none;
	display:block;
	height:20px;
	font-weight:normal;
	cursor:pointer;
	margin:0;
	padding:2px;
}

.agent {
	border:1px solid #97CEF5;
	margin-bottom:8px;
	padding:8px;
}

.agent h1 {
	background:#EFF8FF;
	margin:0 0 10px;
	padding:10px;
}

.agent .agentlogo {
	float:right;
}

.agent .agentphone {
	font-weight:bold;
}

.agent .agentlinks {
	text-align:right;
	float:right;
	clear:right;
}

.agent .agentlinks p {
	margin-bottom:0;
}

.agent .agentlocation,.agent .agentcontact,.agent .agentprint {
	font-size:.904em;  /* 11px */
	line-height:1.8em;
	padding-right:20px;
	background:url(/resources/static/standard/email_ico.gif/) 100% 0 no-repeat;
}

.agent .agentcontact {
	background:url(/resources/static/standard/print_ico.gif/) 100% 0 no-repeat;
}

.agent .agentprint {
	background:url(/resources/static/standard/map_ico.gif/) 100% 0 no-repeat;
}

.agent .agentcontactform {
	background:#EFF8FF;
	padding:10px;
}

.agent .agentcontactform legend {
	font-size:1.6em;
	font-weight:bold;
	color:#2470AE;
	margin:0 !important;
	padding:0 !important;
}

.agent .agentcontactform label {
	display:block;
	font-size:1em;
	font-weight:bold;
	margin:15px 0 5px;
}

.agent .agentcontactform input.contactsubmit {
	margin-top:10px;
	display:block;
}

.blue_search .agentlogo {
	text-align:center;
}

.blue_search .agentlogo img {
	text-align:center;
	border:2px solid #FFFFFF;
	background:#FFFFFF;
}

.blue_search .agentname strong {
	color:#FFFFFF;
	font-size:1.2em;
}

.blue_search .agentname {
	font-size:1em;
}

.blue_search .agentphone {
	font-weight:bold;
}

#find-agents-form label {
	line-height: 1.4em;
	font-size: 1.15em;
}

.propertyNoResults {
	padding: 20px;
	background: #FFF8E8;
	border: 1px solid red;
	line-height: 1.8em;
	font-size: 1.4em;
	font-weight: bold;
}
.propertyNoResults a {
	color: #990000;
}


/* Updated landing pages for buy and rent */
.propertyHead {
background:#FFFFFF url(/resources/static/standard/header_back.gif/) no-repeat scroll right top;
color:#FFFFFF;
font-family:Verdana,Arial,sans-serif;
font-size:1.1em;
font-weight:bold;
padding:2px 5px 4px;
text-align:center;
}
.propertySearch {
background: #90CAF5 url(/resources/static/standard/house_back.gif/) no-repeat scroll 0 0;
color:#23629F;
font-weight:bold;
margin:0 0 20px 0;
}
.propertySearch img {
left:-7px;
position:relative;
top:30px;
z-index:99;
}
.propertySearch h3 {
margin:0 0 20px;
padding:45px 0 0 60px;
color:#FFF;
font-size:1.4em;
font-family:Verdana,Arial,sans-serif;
}
.propertySearch form {
padding:10px;
}
.propertySearch form ul li.propertySearchLoc input {
width:200px;
}
.propertySearch form label {
margin-right:10px;
}
.propertySearch form ul li.propertySearchMinPrice,
.propertySearch form ul li.propertySearchMaxPrice,
.propertySearch form ul li.propertySearchBeds,
.propertySearch form ul li.propertySearchSubmit {
float:left;
width:48%;
}
.propertySearch form ul li.propertySearchMinPrice input#minPricePCM,
.propertySearch form ul li.propertySearchMaxPrice input#maxPricePCM {
width:110px;
}
.propertySearch form ul li.propertySearchSubmit input {
margin-top:15px;
}
.propertySearchRent {
background:#72A8FA url(/resources/static/standard/header_back.gif/) no-repeat 0 100%;
border-top:2px solid #FFFFFF;
clear:both;
color:#FFFFFF;
font-size:1.4em;
padding:5px;
}
.propertySearchRent a {
color:#FFF;
}
.propertySearchRent a:hover {
color:#23629F;
}

.propertyTabs {
margin-bottom:20px;
}
.propertyTabs ul {
margin-bottom:0;
}
.propertyTabs ul.tabbedTabs {
position:relative;
z-index:2;
}
.propertyTabs ul.tabbedTabs li {
float:left;
font-weight:bold;
text-align:center;
width:105px;
padding:7px 7px 5px 0;
margin:0;
background: transparent url(/resources/static/standard/inactive_tab.gif/) no-repeat 0 0;
}
.propertyTabs ul.tabbedTabs li.ui-state-active {
background: transparent url(/resources/static/standard/active_tab.gif/) no-repeat 0 0;
}
.propertyTabs div {
border:1px solid #97CEF5;
padding:10px;
position:relative;
top:-1px;
z-index:1;
background:url(/resources/static/standard/top_back.gif/) repeat-x 0 100%;
}
.propertyTabs div ul li {
font-size:.9em;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
ul.propertyLocalInfo {
padding: 0 5px 10px;
list-style-type:disc;
margin-bottom:20px;
background:url(/resources/static/standard/top_back.gif/) repeat-x 0 50%;
border-bottom:1px solid #ABD9F7;
}
ul.propertyLocalInfo li {
margin-left:15px;
}

/* */
.localInfoLinks ul {
    padding: 0;
    list-style: none;
}
.localInfoLinks ul ul {
    padding: 5px 0;
}

.propertyLocalInfoForm{
padding: 5px;
list-style-type:disc;
margin-bottom:5px;
}
.propertyLocalInfoForm input {
width:125px;
}
.propertyNews {
padding: 5px 10px;
background:url(/resources/static/standard/top_back.gif/) repeat-x 0 100%;
border-bottom:1px solid #ABD9F7;
margin-bottom:20px;
}
.propertyNews h4 {
background:none;
text-transform:none;
letter-spacing:0;
font-size:1.1em;
padding:0;
}
.propertyNews h4 a {
color:#197777;
}
.propertyNewsImg {
clear:left;
}
.propertyNewsImg img{
margin-bottom:5px;
}
.propertyNewsPar {
margin-bottom:15px;
}
.propertyNewsMore {
text-align:right;
}
.propertyFeatured {
background:url(/resources/static/standard/top_back.gif/) repeat-x 0 100%;
border-bottom:1px solid #ABD9F7;
margin-bottom:20px;
}
.propertyFeatured .propertyFeatImg {
text-align:center;
}
.propertyFeatured .propertyFeatImg img {
padding:4px;
border:1px solid #ABD9F7;
width:255px;
}
.propertyFeatured .propertyFeatPrice {
text-align:center;
font-weight:bold;
}
.propertyFeatured .propertyFeatAgent {
margin-left:10px;
}
.propertyFeatured .propertyFeatMore {
text-align:right;
margin-right:10px;
}
.propertyCompareAll {
margin-bottom:20px !important;
}
.propertyCompare {
padding: 5px 10px;
background:url(/resources/static/standard/top_back.gif/) repeat-x 0 50%;
border-bottom:1px solid #ABD9F7;
float:left;
width: 180px;
margin-right:15px;
}
.propertyCompare h4 {
background:none;
text-transform:none;
letter-spacing:0;
font-size:1.5em;
padding:0;
}
.propertyCompare h4 a {
color:#197777;
}
.propertyCompareMore {
text-align:right;
}
.propertyCanned ul {
float:left;
width: 180px;
margin-right:15px;
}
h4.propertyCannedSubHead {
clear: both;
text-transform: none;
line-height: 1.6;
letter-spacing: 0;
background: #DDE9FF;
padding: 0 5px;
color: #197777;
}
.propertyAdAgents {
padding: 5px 10px;
background:url(/resources/static/standard/top_back.gif/) repeat-x 0 50%;
border-bottom:1px solid #ABD9F7;
margin-bottom:20px;
text-align:center;
}
.propertyAdAgents img {
margin:10px 5px;
}
.propertyHeadLocal {
font-size:1em;
font-family:Verdana,Arial,sans-serif;
}
.estate_agents {
background:url(/resources/static/standard/top_back.gif/) repeat-x 0 50%;
border-bottom:1px solid #ABD9F7;
margin-bottom:20px;
text-align:center;
}
.propertySearch form ul li.propertyAgent label {
width:100px;
float:left;
}
.propertySearch form ul li.propertyAgent input {
width:165px;
}
.propertySearch form ul li.propertyAgentSubmit input {
float:right;
}
.propertyByEmail {
background:#EFF8FE url(/resources/static/standard/mail1.gif/) no-repeat 0 0;
padding: 0 10px;
border-bottom:1px solid #ABD9F7;
margin-bottom:20px;
}
.propertyByEmail h3 {
font-family:Verdana,Arial,sans-serif;
font-size:1.2em;
padding: 0 0 0 60px;
}
.propertyByEmail .propertyByEmailIntro {
padding: 0 0 0 60px;
}
.propByEmail label {
float:left;
width:80px;
}
.propByEmail .helper {
font-size:.9em;
padding-left:80px;
}
.propByEmailSubmit input {
float:right;
}
