.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height:16px;
	float: left;
	position: relative;
	margin: 2px 0 0 4px !important;
	display: inline;
	overflow: hidden;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.bodyform .selectArea {
	height:16px;
	float: left;
	position: relative;
	margin: 0px 0 0 4px !important;
	display: inline;
	overflow: hidden;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:3px;
	height:16px;
	display: block;
	overflow: hidden;
	background:url(../images/select_left.gif) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
}
.selectArea a.selectButton {
	display: block;
	width: 100%;
	height: 16px;
	background: url(../images/select_right.gif) no-repeat 100% 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}
.selectArea .center{
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 16px 0 8px;
	color: #111111;
	font-size: 11px;
	font-weight: bold;
}
.selectArea .disabled {
	width: 100%;
	height: 19px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 30;
}
* html .optionsDivVisible {padding-top: 0;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0 2px;
	padding:0;
	list-style: none;
}
.optionsDivVisible li {
	width: 100%;
	float: left;
	vertical-align: top;
	background: #7d99a2;
}
.optionsDivVisible a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 5px;
	line-height: 16px;
	font-size: 11px;
	height: 1%;
}
.optionsDivVisible a:hover {background-color: #369;}