.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:15px;
	background: url(/inc/img/radio.gif) no-repeat;
	overflow: hidden;
	padding: 0 5px 0 0;
}
.radioAreaChecked {background-position: 0 -15px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:16px !important;
	height:17px;
	overflow: hidden;
	background: url(/inc/img/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -17px;}

/* Selects */
.selectArea {
	position: relative;
	height: 25px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:25px;
	margin:2px 0 0;
	font-size:130%;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
	background: url(/inc/img/select-l.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:30px;
	height:100%;
	background: url(/inc/img/button.gif) no-repeat!important;
	outline:none;
	margin:0;
}
.selectArea .center{
	height: 25px;
	line-height:24px;
	display:block;
	padding:0 30px 0 4px;
	background: url(/inc/img/select-l.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #c5c7d0;
	display: block;
	z-index: 30;
	font-size: 11px;
	color:#000;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	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: 1px 5px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #485464;
	color: #FFF;
	text-decoration:none;
}