.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	overflow: hidden;
	margin:1px 5px 0 0;
	background:url(../images/bg-checkbox.png) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -13px;}

/* Selects */
.selectArea {
	position: relative;
	height:21px;
	margin-bottom:14px;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	line-height:20px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:25px;
	height:21px;
	background: url(../images/btn-select.png) no-repeat;
}
.selectArea a.selectButton:focus{outline:none;}
.selectArea .center{
	height:21px;
	line-height:19px;
	display:block;
	padding:0 30px 0 10px;
	background:url(../images/bg-select.png) no-repeat;
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color:#82af33;
	display: block;
	z-index:30;
	font-size:11px;
	color:#666;
	margin:-1px 0 0;
}
.drop-dif {background:#99CCCC;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
	border:#000;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	border-bottom:1px solid #000;
}
.optionsDivVisible a {
	color:#fff;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:3px 4px;
	font-weight:bold;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color:#577b1f;
	color:#fff;
	text-decoration:none;
}