.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	background: url(../images/radio.png) no-repeat;
	overflow: hidden;
	margin:2px 0 0;
}
.radioAreaChecked {background-position: 0 -14px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:15px;
	overflow: hidden;
	background: url(../images/checkbox.png) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -15px;}
/* Selects */
.selectArea{
	position:relative;
	height:25px;
	float:left;
	color:#8283bc;
	font-size:14px;
	line-height:25px;
	box-shadow:0 0 5px #bfbebf;
	-webkit-box-shadow:0 0 5px #bfbebf;
	-moz-box-shadow:0 0 5px #bfbebf;
}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:9px;
	height:100%;
	background: url(../images/select-left.png) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.png) no-repeat 100% 0;
}
.selectArea .center{
	height: 25px;
	line-height:25px;
	display:block;
	padding:0 23px 0 9px;
	background: url(../images/select-center.png) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #f6f8fc;
	display: block;
	z-index: 30;
	font-size: 11px;
	margin-left:2px;
}
.drop-dif {
	background:#f6f8fc;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	border:1px solid #fff;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#121481;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}