
.propertyQuickSearch {
	width: 400px;
	height: 214px;
	padding: 0 0 0 55px;
	position: relative;
}
.propertyQuickSearchHeading {
	color: #333;
	font-weight: bold;
	font-size: 2.1em;
	padding: 30px 0 10px 10px;
}
.propertyQuickSearchHeading h1 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
.propertyQuickSearchTextInput {
	width: 300px;
	padding: 9px 10px;
	border: 1px solid #d7d7d7;
	color: #888;
}
.propertyQuickSearchType {
	padding: 5px 0 0 0;
	float: left;
	width: 350px;
}
.propertyQuickSearchType DIV {
	width: 130px;
	padding: 0 0 0 10px;
	float: left;
	margin: 0;
	oveflow: hidden;
}
.propertyQuickSearchType DIV.clearDiv {
	width: auto;
	float: none;
	clear: both;
}
.propertyQuickSearchSubmitDiv {
	width: 62px;
	height: 36px;
	position: absolute;
	top: 71px;
	right: 0;
}
INPUT.propertyQuickSearchSubmit {
	width: 62px;
	height: 36px;
	border: 0;
	background: url(pics/quickSearchSubmit.png) no-repeat center center;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
}
.linkToSearch {
	clear: both;
	float: left;
	padding: 8px 0 0 10px;
}
.linkToSearch A {
	display: inline-block;
	padding: 0 10px 0 0;
	background: url(pics/quickSearchLinkArrow.gif) no-repeat right 5px;
}