.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	overflow: hidden;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 26px;
	float:left;
	color:#fff;
	font-size:12px;
	line-height:26px;
}
.select-white .selectArea {
	color:#000;
	height:30px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:11px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.select-white .selectArea .left {background: url(../images/select-left-white.gif) no-repeat;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
.select-white .selectArea a.selectButton {background: url(../images/select-button-white.gif) no-repeat 100% 0;}
.selectArea .center{
	height: 26px;
	line-height:26px;
	display:block;
	padding:0 26px 0 11px;
	background: url(../images/select-center.gif) repeat-x;
}
.select-white .selectArea .center {
	background:#fff;
	height:30px;
	line-height:30px;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index: 30;
	width:178px !important;
	border-left:1px solid #474747;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #444;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 9px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #444;
	color: #FFF;
}
