.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	background: url(../images/radiobox.gif) no-repeat;
	overflow: hidden;
	margin:1px 0 0;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	overflow: hidden;
	background: url(../images/bg-checkbox.gif) no-repeat;
	margin:2px 0 0;
}
.checkboxAreaChecked {background-position: 0 -12px;}

/* Selects */
.selectArea {
	position: relative;
	height: 31px;
	float:left;
	color:#472471;
	font-size:12px;
	line-height:31px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:9px;
	height:31px;
	background: url(../images/select-l.png) no-repeat;
	display: block;
}
* html .selectArea .left{
	background:url(../images/none.gif);	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/select-l.png', sizingmethod='crop');
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:30px;
	height:31px;
	background: url(../images/select-btn.png) no-repeat;
	cursor:pointer;
}
* html .selectArea a.selectButton{
	background:url(../images/none.gif);	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/select-btn.png', sizingmethod='crop');
}
.selectArea .center{
	height: 31px;
	line-height:31px;
	display:block;
	padding:0;
	margin:0 30px 0 9px;
	background: url(../images/select-c.png) repeat-x;
}
* html .selectArea .center{
	background:url(../images/none.gif);	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/select-c.png', sizingmethod='scale');
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index: 30;
	font-size: 11px;
	margin-top:28px;
	border: 1px solid #e9d5eb;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:1px;
	padding:0;
	overflow:hidden;
	list-style: none;
	height:1%;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #472471;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a:hover {
	background-color: #e9d5eb;
	text-decoration:none;
}