.outtaHere {
	position:absolute;
	left:-3000px;
}
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:15px;
	height:14px;
	overflow: hidden;
	margin:9px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {
	background-position: 0 -14px;
}
/*SELECT*/
.selectArea {
	position: relative;
	height: 32px;
	float:left;
	color:#929aa1;
	font-size:11px;
	line-height:23px;
	margin:0 0 0 7px;
	display:inline;
}
.cell-4 .selectArea, .cell-2 .selectArea {
	margin:0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:11px;
	height:100%;
	background: url(../images/bg-text-l.gif) no-repeat;
	display: block;
}
.selectArea.selectAreaActive {
	color:#a23800;
}
.selectArea.selectAreaActive .left {
	background:url(../images/bg-text-l-active.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
.selectArea.selectAreaActive a.selectButton {
	background: url(../images/select-button-active.gif) no-repeat 100% 0;
}
.selectArea .center {
	height: 32px;
	line-height:32px;
	display:block;
	padding:0 11px 0;
	background: url(../images/bg-sel-center.gif) repeat-x;
}
.selectArea.selectAreaActive .center {
	background: url(../images/bg-sel-center-active.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	margin:7px 0 0;
	background:url(../images/bg-select.gif) repeat-x;
	display: block;
	z-index: 550;
	font-size:11px;
	color:#929aa1;
}
.optionsDivInvisible {
	display: none;
}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
	background:url(../images/drop-sel-l.gif) repeat-y;
}
.optionsDivVisible a {
	color:#929aa1;
	position:relative;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	margin:0;
}
.optionsDivVisible ul li {
	background:url(../images/drop-sel-r.gif) repeat-y 100%;
}
.optionsDivVisible a:hover {
	text-decoration:none;
	color:#a23800;
}
.select-bottom {
	height:10px;
	position:relative;
}
.select-bottom-left {
	height:10px;
	margin:0 10px 0 0;
	font-size:0;
	background:url(../images/bg-drop-btm-left.gif) no-repeat;
}
.select-bottom-right {
	width:11px;
	height:10px;
	font-size:0;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/bg-drop-btm-right.gif) no-repeat;
}

#divPets {
	padding: 5px 0px;
	clear: both;
}

#divPets .valid-cell {
	margin: 0px 30px 10px 0px;
}

#divPets .cell {
	padding-left: 0px;
}

#divHousingPreferences .valid-cell {
	margin-left: 10px;
}

#divHousingPreferencesUnits .cell {
	padding: 0px 8px 0px 0px;
}

div.check-holder.PremiumHousing {
	margin-top: 15px;
}

#Budget {
	width: 150px;
}

