.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:21px !important;
	height:21px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -21px;}
.radioArea, .radioAreaChecked {
	float:left;
	display:inline;
	width:12px !important;
	height:12px;
	overflow: hidden;
	background: url(../images/bg-radio.gif) no-repeat;
	margin:0 0 0 19px;
	cursor:pointer !important;
}
.radioAreaChecked {background-position: 0 -12px;}
.radiocircle .radioArea, .radiocircle .radioAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	overflow: hidden;
	background: url(../images/radiobutton-2.gif) no-repeat;
	margin:0 4px 0 0;
	cursor:default !important;
}
.radiocircle .radioAreaChecked {background-position: 0 -14px;}
/* Selects */
.selectArea {
	position: relative;
	height: 22px;
	float:left;
	font-size:12px;
	line-height:22px;
	color:#df003b;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
	background:url(../images/bg-drop.gif) no-repeat;
}
.info-box .selectArea{height:22px;}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
	background: url(../images/select-l.gif) no-repeat;
	display: none;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:24px;
	height:100%;
	background: url(../images/bg-drop-btn.gif) no-repeat;
}
.info-box .selectArea a.selectButton {width:24px;}
.selectArea .center{
	height: 22px;
	display:block;
	padding:0 24px 0 5px;
}
.info-box .selectArea .center{height:22px;}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #191515;
	border: 1px solid #383535;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {background:#9cc;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	height:1%;
	overflow:hidden;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	font-size:12px;
}
.optionsDivVisible a {
	color:#fff;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background:#f83157;
	color: #FFF;
	text-decoration:none;
}
