.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	margin:0 5px 0 0 !important;
	background: url(/images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	margin:0 10px 0 0 !important;
	overflow: hidden;
	background:url(/images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -16px;}

/* Selects */
.selectArea {
	position: relative;
	height: 20px;
	float:left;
	color:#999;
	font:14px/16px Arial, Verdana, Tahoma, sans-serif;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:10px;
	height:100%;
	background: url(/images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:100%;
	background: url(/images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 20px;
	padding:0 20px 0 10px;
	line-height:20px;
	display:block;
	background:#fff;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	background-color:#fff;
	display:block;
	z-index:30;
	font-size:12px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px 10px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#999;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}