.display-none { display:none !important; }

#search-form {
	padding: 8px;
	background: url(../images/search_bg.png) no-repeat #135695;
	background-position: 8px 0;
	.background-position: 16px 0;
	color: #fff;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	}
#search-form input,
#search-form select {
	margin-top: 8px;
	}
#price,
#price-two {
	float: left;
	margin-right: 30px;
	}
#search {
	float: left;
	margin-left: 10px;
	padding-top: 9px;
	}
#location {
	float: left;
	}
#bedrooms {
	float: left;
	margin: 0 -150px 0 230px;
	.margin: 0 20px 0 230px;
	width: 355px;
	.width: 180px;
	}
#bedrooms label {
	cursor:pointer;
	font-size:inherit;
	left:0px;
	margin-right:25px;
	position:relative;
	top:0px;
	z-index:2;
	/* YOUR OLD CSS
	position: relative;
	z-index: 2;
	top: 13px;
	.top: 14px;
	left: -166px;
	.left: 9px;
	margin-right: 25px;
	font-size: 11px;
	cursor: pointer;
	*/
	}
/* YOUR OLD CSS
span.radio {
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	margin-top: 8px;
	.margin-top: -4px;
	background: url(../images/radio.png) no-repeat;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 1;
	}
*/
#bedrooms .radiobutton {
	position : relative;
	text-decoration:none;
	text-align : center;
	background:transparent url(../images/radio.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:left;
	height:24px;
	margin-top:8px;
	margin-right:10px;
	padding:6px 0px 0 0;
	position:relative;
	width:26px;
	z-index:1;
	color : #FFF;
}
#bedrooms .radiobutton.active { background-position : 0 -60px; }
