.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:right;
	clear:both;
	width:12px;
	height:12px;
	overflow: hidden;
	background: url(/images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -12px;}
/* Selects */
.selectArea {
	height: 25px;
	display:inline;
	float: left;
	position: relative;
	color:#000;
	width:190px !important;
	font-size: 12px;
	line-height: 20px;
	margin-bottom:5px;
}
.selectArea .left {
	width: 4px;
	height: 25px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/images/select-bg.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 25px;
	background: url(/images/button-select.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 4;
}

.selectArea .center{
	display: block;
	height: 25px;
	line-height: 25px;
	margin:0 !important;
	padding:0 0 0 7px!important;
	overflow: hidden;
	float: none !important;
	background: url(/images/center-select.gif) repeat;
}

.selectArea .disabled {
	width: 100%;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	z-index: 30;
	font-size:12px;
	width:190px !important;
	overflow: auto;
	margin:7px 0 0 -1px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible ul li {width: 100%;}
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	padding:0px 4px;
	display: block;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration: none;
}