.outtaHere {
	position:absolute !important;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	background:url(../images/bg-radio.gif) no-repeat 0 -14px;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 0;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:12px !important;
	height:14px;
	overflow: hidden;
	background:url(../images/bg-checkbox.gif) no-repeat 0 -13px;
}
.checkboxAreaChecked {background-position: 0 0;}
/* Selects */
.selectArea {
	position: relative;
	float:left;
	color:#999;
	font-size:11px;
	height:20px;
}
.selectArea .left {
	position: absolute;font-size:11px;color:#999;
	top: 0;
	left: 0;
	width:6px;
	height:20px;
	background: url(../images/bg-select-before.png) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top:0;
	right:0;
	width:28px;
	height:20px;
	background: url(../images/btn-select.png) no-repeat 100% 50%;
	text-decoration:none !important;
}
.selectArea .center{
	height:20px;
	line-height:19px;
	display:block;
	padding:0;
	margin:0 6px;
	background: url(../images/bg-select-c.png) repeat-x;
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.drop-box{font-size:11px;}

.drop-box,
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;font-size:11px;
	background:#b20b49;
	color:#fff;
	display: block;
	z-index: 30;
	margin:-1px 0 0;
	font-size:12px;
}
.optionsDivInvisible {display: none;}
.drop-box ul,
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.drop-box ul li,
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.drop-box a,
.optionsDivVisible a {
	color: #fff;font-size:11px;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 1px 4px;
}
.drop-box a img,
.optionsDivVisible a img {
	border:none;
	float:left;
}
.drop-box a:hover,
.optionsDivVisible a:hover {
	background-color: #c10d58;
	color: #fff;
}
