.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:18px !important;
	height:18px;
	overflow: hidden;
	background:url(/images/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -18px;}

/* Selects */
.selectArea {
	position: relative;
	height:25px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.form-area .selectArea{
	height:22px;
	line-height:20px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	background:none;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:21px;
	height:100%;
	background:url(/images/btn-select.gif) no-repeat;
}
.selectArea a.selectButton:focus{outline:none;}
.form-area .selectArea a.selectButton{
	background:url(/images/btn-select-2.gif) no-repeat;
	width:23px;
	height:22px !important; 
}
.selectArea .center{
	height:23px;
	line-height:23px;
	display:block;
	padding:0 21px 0 9px;
	background:#ebebeb;
	border:1px solid #c5c5c5;
}
.form-area .selectArea .center{
	height:20px;
	line-height:21px;
	background:#fff;
	border:1px solid #ccc;
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {background:#9cc;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul{
	margin:0;
	padding:0;
	overflow:hidden;
	height:1%;
	list-style: none;
	border:1px solid #c5c5c5;
}
.form-area .optionsDivVisible ul{
	background:#fff !important;
	border:1px solid #ccc;
	margin:-2px 0 0 !important;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration:none;
	display: block;
	height:100%;
	padding:3px 4px 3px 9px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:none;
}
.form-area .optionsDivVisible a:hover{
	background:#ccc !important;
}