#maincontent
{
	background: #fff;
	float: left;
	clear: both;
	padding: 10px 10px 10px 10px;
	}
#header
{
	float: right;
	clear: both;
	}
	
#searchbox
{
	float: right;
	clear: right;
	font-size: .8em;
	}
#savedsearchbox
{
	float: right;
	clear: right;
	font-size: .8em;
	}
#headtitle
{
	float: left;
	font-size: 20px;
	}
#searchtable
{
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
	background-color:#f5e7cd;
	}
#searchtable table
{
	float: left;
	width: 100%;
	}
#searchtable td
{
	/*background: #eee;*/
	width: 33%;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	}

.searchtitle
{
	font-size: .9em;
	font-weight: bold;
	}
	
.required
{
	font-size: .9em;
	font-weight: normal;
	}


.searchlabel
{
	font-size: .7em;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	color: Navy;
	float: left;
	clear: both;
	width: 100%;
	}
.searchfields
{
	float: left;
	font-size: .7em;
	padding: 0px 5px 0px 5px;
	}
.searchfield
{
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 5px 0px 5px;
	
	}
.searcharea
{
	float: left;
	clear: both;
	font-size: .8em;
	width: 100%;
	
	}
.searchitem
{
	float: left;
	clear: both;
	margin: 0px;
	width: 100%;
	}

/***** Matt added ******/
/*Sizing for range fields*/
#id_s_price, #id_e_price, 
#id_s_sqft, #id_e_sqft,
#id_s_size, #id_e_size,
#id_s_rooms, #id_e_rooms{ width:75px; }

/* Style for 'Sale' RadioSelect */
#searchtitle ul{
	margin:0;
	padding:0;
	list-style:none;
}
#searchtitle ul li{ 
	display:inline;
	font-size:.7em;
	font-weight:normal;
}

/***********************/

.searchitemdetail
{
	float: left;
	clear: both;
	margin: 0px;
	width: 100%;
	font-size: .55em;
	font-style: italic;
	color: #777;
	}
	
#footer{
	float: left;
	padding: 5px 0px 5px 0px;
	}
#moreoptions{
	float: left;
	padding: 5px 5px 5px 5px;
	background: #fff;
	border: 1px solid #aaa;
	font-size: .8em;
	}
	
.moresearch
{
	font-weight: bold;
	text-decoration: underline;
	}
.forlease
{
	text-decoration: underline;
	}
#submitbutton
{
	padding: 5px 5px 5px 5px;
	float: right;
	}