.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float: left;
	padding: 0 !important;
	width:16px !important;
	height:16px !important;
	overflow: hidden;
	margin-top: -1px;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {
	background-position: 0 -16px;
}
.form-divider .checkboxArea,
.form-divider .checkboxAreaChecked {
	float: right;
}

/* Selects */
.selectArea {
	height: 24px;
	float: left;
	font-size: 11px;
	position: relative;
	color: #000;
	line-height: 24px;
	background: #ebebeb;
}

.selectArea .left {
	display: none;
}

.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 24px;
	background: url(../images/select-arrow.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 4;
}

.selectArea .center{
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0 26px 0 10px !important;
	padding: 0 !important;
	overflow: hidden;
	float: none !important;
}

.selectArea .disabled {
	width: 100%;
	height: 24px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index: 30;
	font-size: 11px;
	z-index: 1000;
	margin-top: 5px;
	height: 148px !important;
	overflow: auto;
	border: 1px solid #e3e3e3; 
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}

* html .optionsDivVisible ul {
	float: left;
}
* +html .optionsDivVisible ul {
	overflow-x: hidden;
}

.optionsDivVisible ul li {
	width: 100%;
}


.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	display: block;
	height: 1%;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
}
.optionsDivVisible a:hover {
	background-color: #ebebeb;
	text-decoration: none;
}