.outtaHere {
	position:absolute;
	left:-9999px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	background: url(../images/radio.gif) no-repeat;
	width: 29px !important;
	height:29px;
	overflow:hidden;
}
.radioAreaChecked {background-position:0 -29px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	width: 38px !important;
	height: 30px;
}
.checkboxAreaChecked {background-position:0 -30px;}

/* Selects */
.selectArea {
	position: relative;
	float:left;
	color:#971A53;
	font-size:15px;
	font-weight:bold;
	height: 34px;
	border:1px solid #ededed;
	background:#f7f7f7;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
	background: url(../images/select-btn.gif) no-repeat;
	width: 18px;
}
.selectArea .center{
	height: 32px;
	line-height:32px;
	display:block;
	padding:0 20px 0 10px;
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	font-size: 11px;
	z-index:1001;
	color:#971A53;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}
.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: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}
