.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 20px !important;
	overflow:hidden;
	float:left;
	color:#797979;
	font: 11px/20px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	background: #fff;
}
.form-list li .selectArea {margin:0 3px 0 0;}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	display: block;
	width:2px;
	background: url(../images/select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:22px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea a.selectButton:focus{outline: none;}
.selectArea .center{
	height: 20px;
	line-height:20px;
	display:block;
	padding:0 22px 0 8px;
	background: url(../images/select-center.gif) repeat-x;
	font-weight: normal !important;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background: #fff;
	font: 11px/20px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	z-index: 1000;
	margin:-1px 0 0;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	border:1px solid #ccc;
}
.optionsDivVisible ul li {
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.optionsDivVisible a {
	color:#797979;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a:hover {text-decoration:underline;}
