.outtaHere {
	position:absolute;
	left:-9999px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 24px;
	float:left;
	margin:0;
	z-index:30;
	color:#d6cadb;
	border:1px solid #34362c;
	background:#27291f;
	font:italic 13px/24px Arial, Helvetica, sans-serif;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:0;
	height:100%;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	background: url(../images/select-button.gif) no-repeat 96% 10px;
}
.selectArea a.selectButton:focus { outline:none;}
.selectArea .center {
	height: 24px;
	display:block;
	padding:0 30px 0 5px;
	text-align:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#e2e2e2;
	z-index: 1000;
	font:13px/16px Arial, Helvetica, sans-serif;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	border:1px solid #fff;
	width:100%;
	overflow:hidden;
	list-style:none;
	height:300px;
	overflow:auto;
	position:relative;
	font-weight:bold;
	z-index:1;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
* html .optionsDivVisible ul li { width:auto;}
* + html .optionsDivVisible ul li { width:258px;}
.optionsDivVisible ul li:first-child { display:none;}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	color:#171717;
	padding: 3px 10px 3px 15px;
}
.optionsDivVisible a:hover {
	background-color: #c1c1c1;
	color: #000;
	text-decoration:none;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:11px !important;
	height:11px;
	overflow: hidden;
	margin:2px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -11px;}
