.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:12px;
	height:12px;
	overflow: hidden;
	background: url(../images/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -12px;}

/* Selects */
.selectArea {
	position: relative;
	height: 18px;
	float:left;
	color:#cff;
	font-size:11px;
	line-height:18px;
	margin-top:1px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:18px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 18px;
	line-height:18px;
	display:block;
	padding:0 20px 0 0;
	background: url(../images/select-center.gif) repeat-x;
	margin:0 18px 0 7px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	background:#fff;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #cff;
	text-decoration:none;
}