.outtaHere {
	position:absolute;
	left:-3000px;
}
/* radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:17px;
	height:17px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
	margin:4px 11px 0 0;
}
.radioAreaChecked {background-position:0 -17px;}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:16px;
	height:15px;
	overflow:hidden;
	background:url(../images/checkbox.gif) no-repeat;
	margin:3px 9px 0 0;
}
.checkboxAreaChecked {background-position:0 -15px;}
.radioAreaCheckedLabel { color: #00aeef !important; }
/* selects */
.selectArea {
	position:relative;
	height:23px;
	float:left;
	color:#333333;
	font-size:12px;
	line-height:23px;
	overflow:hidden;
	white-space:nowrap;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:19px;
	height:100%;
	#background:url(../images/bg-select-left.gif) no-repeat;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:23px;
	line-height:23px;
	overflow:hidden;
	white-space:nowrap;
	#background:url(../images/bg-select-button.gif) no-repeat 100% 0;
}
.selectArea .center{
	height:23px;
	width:206px;
	line-height:23px;
	display:block;
	padding:0 0 0 15px;
	overflow:hidden;
	#background: url(../images/bg-select-center.gif) repeat-x;
}
.selectArea .center img { float:left; }
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:12px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	width:auto;
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#ffffff;
	border:1px solid #C9C9C9;
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img { float:left; }
.optionsDivVisible a:hover {
	background-color:#2F384E;
	color:#fff;
	text-decoration:underline;
}