.outtaHere {
	position:absolute;
	top:-9999px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 24px;
	float:left;
	display:inline;
	margin:0;
	color:#000;
	font:12px/21px Verdana, Arial, Helvetica, sans-serif;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:29px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea a.selectButton:focus { outline:none;}
.selectArea .center {
	height: 24px;
	display:block;
	padding:0 20px 0 5px;
	text-align:left;
	background: url(../images/select-center.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#fff;
	z-index: 30;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:auto;
	list-style:none;
	height:1%;
	height:100px;
	border:1px solid #ada6a5;
	width:168px;
}
.optionsDivVisible ul li {
	float:left;
	width:150px;
	overflow:hidden;
}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	color:#000;
	padding:4px 0 4px 7px;
}
.optionsDivVisible a:hover {
	background-color:#f2f2f2;
	text-decoration:none;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:20px !important;
	height:19px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -19px;}