@charset "utf-8";
/* CSS Document */

#searchContainer{
	width:990px;
	padding-left:10px;
	background:#FFF;
	border:none;
}
#basicSearch{
	width:980px;
	height:28px;
	overflow:hidden;
	background-image:url(images/midSearch2.gif);
	background-repeat:repeat-y;
}
#topSearch{
	width:980px;
	height:16px;
	background-image:url(images/topSearch2.gif);
	border:none;
	overflow:hidden;
}
#bottomSearch{
	width:980px;
	height:23px;
	border:none;
	overflow:hidden;
}
img {
	border:none;
	text-align: center;
}
#advSearch{
	width:980px;
	height:0px;
	border:none;
	background-image:url(images/midSearch2.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:100px;
}
#saveForm{
	width:980px;
	height:0px;
	border:none;
	background-image:url(images/midSearch2.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:100px;
}
#savedSearches{
	width:980px;
	border:none;
	background-image:url(images/midSearch2.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:100px;
}
#advContainer{
	width:880px;
	height:120px;
}

#advSearchBedrooms{
	position:relative;
	width:255px;
	float:left;
	border-right:thin solid #00C;
}

.advSearchBedroomTitle {
	text-align: center;
}

#advSearchBaths{
	position:relative;
	padding-left: 10px;
	width:255px;
	float:left;
	border-right:thin solid #00C;
}
#advSearchTarget{
	padding-left: 10px;
	position:relative;
	width:150px;
	float:left;
}
#advSearchType{
	padding-left: 10px;
	position:relative;
	width:150px;
	float:left;
}
