#form-top p {
	color: white;
}

#form-top h2 {
	margin-top: -5px;
}

#rightcol {
	min-height: 2200px;
}
.acreage,
.comments {
	display: none;
}
.fresh #column2 {
	height: auto;
}
.fresh #featured-listing {
	margin-top: 30px;
}
.fresh #rightcol {
	min-height: 1230px;
}

/* selectedAreas styling */

#selectedAreas {
	margin: 10px 25px 0 25px;
	border: 1px solid #666;
	padding: 3px 3px 3px 8px;
	width: auto;
	background: #eee;
	box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	-moz-box-shadow: 5px 5px 3px #888;
	font-family: Verdana, Geneva, sans-serif;
}
#selectedAreas h4 {
	text-decoration: underline;
	margin-bottom: 5px;
}
#selectedAreas li {
	text-indent: 10px;
	line-height: 1.5em;
}
#selectedAreas li:last-child {
	padding-bottom: 3px;
}