.checkbox{
	width: 16px;
	height: 16px;
	padding: 0 0px 0 0;
	margin:0px 6px 2px 0px;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	font-family:'nimbus-sans',Arial,sans-serif;
}

.radio {
	width: 19px;
	height: 20px;
	padding: 0 0px 0 0;
	margin:0px 6px 2px 0px;
	background: url(images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.select {
	position: absolute;
	width: 227px;
	height: 26px;
	padding: 0 24px 0 8px;
	background: url(images/select.png) no-repeat right;
	overflow: hidden;
	border-bottom: 1px solid #B8B7B7;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
	font-size: .9em;
	font-family:'nimbus-sans',Arial,sans-serif;
	font-weight:400;
}

#selectvacant.select,
#selectfloor.select{
	width:100px;
	margin-top:0px;
	height:20px;
}

#selectmin_rent.select,
#selectmax_rent.select{
	width:50px;
	margin-top:0px;
	height:20px;
}

select#availability,
select#floor{
	width:145px
}

select#maxprice,
select#minprice{
	width:95px;
}