.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:23px !important;
	height:23px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}



.radioArea, .radioAreaChecked {
	float:left;
	width:23px !important;
	height:23px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}

.checkboxAreaChecked {background-position: 0 -23px;}
.radioAreaChecked {background-position: 0 -23px;}

.input-search {
	float: left;
	margin:7px 0 0 3px !important;
	padding:2px!important;
	border: 2px solid #ccc;
}

.location-search {
	width: 176px;
}

/*.searching select, .searching form div.location input.default-location {
	color: #999;
}*/

