/* QuickSearch Homepage CSS */
#quicksearch_container {
	width:230px;
	height:251px;
	position:absolute;
	z-index:500;
	background-image:url(searchbg.png);
	background-repeat:no-repeat;
	top:10px;
	left:70px;
	float:left;
}
#quicksearch {
	margin-top:0px;
}
#city {
	width:205px;
	height:25px;
	background-image:url(formbg.png);
	background-color:white;	margin-top:44px;
	margin-left:6px;
	border:none;
}
#cityfield {
	float:left;
	border:none;
	width:205px;
	height:23px;
	background-color:white;
	color:#794765;
	border-right:0px;
	margin-top:1px;
	margin-left:1px;
	border:none;
	border-color:transparent;
}
#development {
	width:205px;
	height:25px;
	background-image:url(formbg.png);
	background-color:white;	
	margin-top:10px;
	margin-left:6px;
	border:none;
}
#developmentfield {
	float:left;
	border:none;
	width:205px;
	height:23px;
	background-color:white;
	color:#794765;
	border-right:0px;
	margin-top:1px;
	margin-left:1px;
	border:none;
	border-color:transparent;
}


#minprice {
	width:100px;
	height:25px;
	background-image:url(formbg.png);
	background-color:white;	margin-top:10px;
	margin-left:12px;
	border:none;
	float:left;
}
#minpricefield {
	float:left;
	border:none;
	width:100px;
	height:23px;
	background-color:white;
	color:#794765;
	border-right:0px;
	margin-top:1px;
	margin-left:1px;
	border:none;
	border-color:transparent;
}

#maxprice {
	width:100px;
	height:25px;
	background-image:url(formbg.png);
	background-color:white;	margin-top:10px;
	margin-left:6px;
	border:none;
	float:left;
}
#maxpricefield {
	float:left;
	border:none;
	width:100px;
	height:23px;
	background-color:white;
	color:#794765;
	border-right:0px;
	margin-top:1px;
	margin-left:1px;
	border:none;
	border-color:transparent;
}
#bedrooms {
	width:205px;
	height:25px;
	background-image:url(formbg.png);
	background-color:white;	margin-top:10px;
	margin-left:6px;
	border:none;
}
#bathrooms {
	width:205px;
	height:25px;
	background-image:url(formbg.png);
	background-color:white;	margin-top:10px;
	margin-left:6px;
	border:none;
}
#bedroomsfield {
	float:left;
	border:none;
	width:205px;
	height:23px;
	background-color:white;
	color:#794765;
	border-right:0px;
	margin-top:1px;
	margin-left:1px;
	border:none;
	border-color:transparent;
}
#bathroomsfield {
	float:left;
	border:none;
	width:205px;
	height:23px;
	background-color:white;
	color:#794765;
	border-right:0px;
	margin-top:1px;
	margin-left:1px;
	border:none;
	border-color:transparent;
}
#quicksearchbutton {
	width:116px;
	height:24px;
	border:none;
	background-image:url(quickbutton.png);
	background-color:transparent;
	margin-top: 10px;
	border:0px;
}

/* End QuickSearch CSS */
