.outtaHere {
	position:absolute;
	top:-9999px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 22px;
	float:left;
	margin:3px 0 0;
	color:#666;
	font:11px/22px Verdana, Arial, Helvetica, sans-serif;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:21px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea a.selectButton:focus { outline:none;}
.selectArea .center {
	height: 22px;
	display:block;
	padding:0 21px 0 7px;
	text-align:left;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	border:1px solid #ada6a5;
	background:#fff;
	z-index: 30;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:2px 0 0;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	height:1%;
}
.optionsDivVisible ul#option_divState {
	overflow:auto;
	overflow-x:hidden;
	height:200px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	color:#666;
	padding: 2px 10px 2px 7px;
}
.optionsDivVisible a:hover {
	background-color: #ccc;
	color: #FFF;
	text-decoration:none;
}
div.frmRateWidgetError {
	color: #CE0041;
	margin: 0;
	font-size: 11px;
}
