.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 19px;
	float:left;
	color:#8a8476;
	font-size:11px;
	line-height:18px;
	font-style:italic; 
	margin:0 0 -4px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background:none;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 1px;
	right: 1px;
	width:21px;
	height:18px;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea a.selectButton:focus{outline:none;}
.selectArea .center{
	height: 17px;
	line-height:18px;
	display:block;
	padding:0 21px 0 5px;
	background: none;
	border:1px solid #8a8476;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	background:none;
	border:none; 
	z-index: 30;
	font-size:11px;
}
.drop-dif {background:#fff;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:-5px 0 0;
	padding:0;
	overflow:hidden;
	list-style: none;
	background-color:#fff;
	border: 1px solid #8a8476;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #8a8476;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color:#aaa;
	color:#fff; 
	text-decoration:none;
}
.select-top{
	display:none; 
}
