#searchForm {
	width: 900px;
	margin-bottom: 20px;
	color: #000000;
	position: relative;
}

#searchForm input.text {
	border-style: inset;
	width: 148px;
}

#searchForm div.city {
	position: absolute;
	width: 148px;
	left: 494px;
	top: 45px;
}

#searchForm div.and {
	position: absolute;
	width: 25px;
	left: 657px;
	top: 60px;
}

#searchForm span.and {
	color: #8cc63f;
	font-weight: bold;
	font-size: 15px;
}

#searchForm div.state {
	position: absolute;
	width: 138px;
	left: 694px;
	top: 45px;
}

#searchForm div.zip {
	position: absolute;
	width: 102px;
	left: 535px;
	top: 103px;
}

#searchForm div.distance {
	position: absolute;
	width: 192px;
	left: 26px;
	top: 44px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

#searchForm div.help {
	position: absolute;
	width: 192px;
	left: 26px;
	top: 97px;
}

#searchForm div.filterHeader {
	position: absolute;
	width: 65px;
	left: 240px;
	top: 50px;
}

#searchForm div.filterSelections {
	position: absolute;
	width: 168px;
	left: 301px;
	top: 46px;
}

#searchForm div.hiddenSubmit {
	display: none;
}

