#search-estate-form{
	margin:30px;
	padding:20px 0px 0px 0px;
	border:1px solid #999;
	font:normal normal 12px normal Arial,Helvetica,sans-serif;
}

#search-estate-form #search_estate_form{
	margin:0px 10px;
	padding:0px;
	line-height:35px;
}

#search-estate-form #search_estate_form br{
	clear:both;
}
#search-estate-form #search_estate_form div label,
#search-estate-form #search_estate_form div span,
#search-estate-form #search_estate_form div input{
	float:left;
	line-height:25px;
	margin:0px auto;
	padding:0px;
}
#search-estate-form #search_estate_form div label{
	width:130px;
}
#search-estate-form #search_estate_form div label.error{
	width:130px;
	color:#F00;
	margin-left:15px;
	text-align:left;
	font-weight:bold;
}
#search-estate-form #search_estate_form div label[htmlFor="situation"].error,
#search-estate-form #search_estate_form div label[for="situation"].error{
	clear:both;
}
#search-estate-form #search_estate_form div input{
	width:150px;
}

#search-estate-form #search_estate_form div span.seperator{
	width:10px;
	text-align:center;
	font-weight:bold;
}
#search-estate-form #search_estate_form div select:focus{
	background:#F3F8F8 none repeat scroll 0 0;border:1px solid #000;
	
}
#search-estate-form #search_estate_form div select{
	border:1px solid #888888;
	padding:3px;
	vertical-align:top;
	background:#F9F9F9 none repeat scroll 0 0;border:1px solid #000;
	float:left;
}



#search-estate-form #search_estate_form  .Buttons,
#search-estate-result .Buttons{
    overflow: hidden;
	margin-top:10px;
	text-align:center;
	display:block;
}
#search-estate-form #search_estate_form  .Buttons a.button,
#search-estate-result .Buttons a.button {
    background: transparent url('../images/buttons_span.gif') no-repeat scroll top right;
	color: #444;
    display: block;
	float: left;
    font: normal 12px arial, sans-serif;
	text-decoration: none;
    height: 24px;
	margin-right: 6px;
	padding-right: 18px; 
}

#search-estate-form #search_estate_form  .Buttons a.button span,
#search-estate-result .Buttons a.button span {
    background: transparent url('../images/buttons_a.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

#search-estate-form #search_estate_form  .Buttons a.button:active,
#search-estate-result .Buttons a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

#search-estate-form #search_estate_form  .Buttons a.button:active span,
#search-estate-result .Buttons a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


