#pagination {
	border: 0px solid #96ff00;
	padding: 20px;
	position: absolute;
	top: 180px;
	width: 100%;
	left: 0px;
}
#form_holder {
	position: absolute;
	top: 190px;
	right: 10px;
	width: 280px;
}
.form_subject div {
	padding-left: 0px;
}
.property_list a {
	text-decoration: none;
}
.property_list:hover {
	background: url(../../images/arrow.png) right top no-repeat;
}
.property_list a span.blue {
	font-size: 22px;
	float: right;
	display: block;
	text-align: right;
	margin-top: 10px;
}
.property_list a span.small {
	font-size: 12px;
	float: left;
	display: block;
	clear: both;
	margin-right: 20px;
}
.error_box {
	margin-bottom: 20px;
}
.text.sold a:hover {
	colour: #cccccc;
}
a.left {
	padding-left: 35px;
	background: url(../../images/prev.png) center left no-repeat;
}
a.right {
	padding-right: 35px;
	background: url(../../images/next.png) center right no-repeat;
}