.outtaHere{
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked{
	float:left;
	overflow:hidden;
}
/* Selects */
.selectArea{
	position:relative;
	height:21px;
	float:left;
	color:#fff;
	font-size:11px;
	line-height:21px;
}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:100%;
	background:url(images/bg-select-l.gif) no-repeat;
	display:block;
}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:21px;
	height:100%;
	background:url(images/btn-select.gif) no-repeat;
}
* html .selectArea a.selectButton{right:-2px;}
.selectArea .center{
	height:21px;
	line-height:21px;
	display:block;
	padding:0 21px 0 10px;
	background:url(images/bg-select.gif) repeat-x;
}
.selectArea .center img{float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	background-color:#fbfbfb;
	border: 1px solid #b3b5bd;
	display:block;
	z-index:30;
	font-size:11px;
	overflow:auto;
	height:58px;
}
.drop-dif{background:#99cccc;}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul{
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
}
.optionsDivVisible ul li{
	float:left;
	clear:both;
	width:100%;
}
.optionsDivVisible a{
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img{
	border:none;
	float:left;
}
.optionsDivVisible a:hover{
	background-color:#18b0d0;
	color:#fff;
}