.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea {
	float:left;
	width:16px;
	height:16px;
	background:url(/media/images/radio.png) no-repeat;
	overflow: hidden;
}
.radioArea:hover {
	background-position:100% 0;
}
.radioAreaChecked {
	float:left;
	width:16px;
	height:16px;
	overflow: hidden;
	background:url(/media/images/radio.png) no-repeat;
	background-position:0 100%;
}
.radioAreaChecked:hover {
	background-position:100% 100%;
}
/*Checkboxes*/
.checkboxArea {
	float:left;
	width:14px;
	height:14px;
	overflow: hidden;
	background:url(/media/images/checkbox.png) no-repeat;
	margin:2px 0 1px 0;
}
.checkboxArea:hover {
	background-position:100% 0;
}
.checkboxAreaChecked {
	background:url(/media/images/checkbox.png) no-repeat 0 100%;
	float:left;
	width:14px;
	height:14px;
	overflow: hidden;
	margin:2px 0 1px 0;
}
/* Selects */
.selectArea {
	position: relative;
	z-index:30;
	height: 24px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#daf5f9;
	background:url(/media/images/select.png) no-repeat 100% 0;
	padding:0 10px 0 0;
}
.selectArea .left {
	width:5px;
	height:24px;
	background:url(/media/images/select.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
}
.selectArea a.selectButton {
	position: absolute;
	top:1px;
	right:1px;
	width:100%;
	height:22px;
	background:url(/media/images/select-button.png) no-repeat 100% 0;
	outline:none;
}
.selectArea a.selectButton:hover {
	background-position:100% 100%;
}
.selectArea .center {
	height: 24px;
	line-height:24px;
	display:block;
	background: none;
	padding:0 0 0 5px;
}
/*Selects drop-down*/
.optionsDivInvisible {
	display:none;
}
.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	z-index:100;
	display: block;
	margin:-5px 0 0 0;
	z-index:100;
	font-family:Verdana, Geneva, sans-serif;
	color:#daf5f9;
}
.optionsDivInvisible {
	display: none;
}
.optionsDivVisible ul {
	list-style: none;
	background:#2b4f78;
	border:1px solid #516568;
	padding:0 8px 0 0;
	width:100%;
}
.optionsDivVisible ul li{
	width:100%;
	position:relative;
	left:8px;
	margin-left:-8px;
}
.optionsDivVisible a {
	color:#daf5f9;
	text-decoration: none;
	display: block;
	height:1%;
	line-height:20px;
	padding:0 0 0 8px;
	width:100%;
	position:relative;
	left:8px;
	margin-left:-8px;
}
.optionsDivVisible a:hover {
	background:#daf5f9;
	color:#2f527a;
	font-weight:bold;
}
