.outtaHere {
	position:absolute;
	left:-3000px;
}
.selectArea {
	border:1px solid #85fc11;
	position: relative;
	height: 18px;
	float:left;
	color:#5a5a5a;
	font-size:12px;
	line-height:18px;
	background:#fff;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background: url(/img/template/select-button.gif) no-repeat 100% 0;
}
.select-small a.selectButton{
	background: url(/img/template/select-button1.gif) no-repeat 100% 0;
}
.selectArea .center{
	height: 18px;
	line-height:18px;
	display:block;
	padding:0 0 0 5px;
}
.activity .selectArea{
	float:right;
} 
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.selectOptions {
	position: absolute;
	border: 1px solid #85fc11;
	display: block;
	z-index: 999;
	font-size: 11px;
	margin:-3px 0 0;
}
.optionsDivInvisible {display: none;}
.selectOptions ul {
	margin:0;
	padding:5px 0 5px 9px;
	overflow:hidden;
	list-style: none;
	height:1%;
	background: url(/img/template/bg-popup1.png) repeat-x;
}
.selectOptions ul li {
	width:100%;
	position:relative;
}
.selectOptions a {
	color: #fff;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 1px 2px;
	font-size:12px;
}
.selectOptions a img {
	border:none;
	float:left;
}
.selectOptions a:hover {
	color: #5a5a5a;
	background:#8bfb15;
}
.radioArea, .radioAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	background: url(/img/template/radio.gif) no-repeat;
	overflow: hidden;
	margin:2px 0 0 !important;
}
.radioAreaChecked {background-position: 0 -14px;}