.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.radioArea, .radioAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	overflow: hidden;
	background: url(../images/radio.gif) no-repeat;
	margin:4px 5px 0 0;
}
.radioAreaChecked {background-position: 0 -16px;}
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:4px 5px 0 0;
}
.checkboxAreaChecked {background-position: 0 -16px;}
/* Selects */
.selectArea {
	position: relative;
	height: 23px;
	float:left;
	font-size:12px;
	line-height:23px;
	color:#0d6a41;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
}
.info-box .selectArea{height:22px;}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
	background: url(../images/select-l.gif) no-repeat;
	display: block;
}
.selectArea-f .left {background: url(../images/select-l-a.gif) no-repeat;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:23px;
	height:100%;
	background: url(../images/select-btn.gif) no-repeat;
}
.selectArea-f a.selectButton {background: url(../images/select-btn-a.gif) no-repeat;}
.info-box .selectArea a.selectButton {width:22px;}
* html .selectArea a.selectButton {right:-1px;}
.selectArea .center{
	height: 24px;
	display:block;
	padding:0 23px 0 9px;
	background: url(../images/select-c.gif) repeat-x;
}
.selectArea-f .center{background: url(../images/select-c-a.gif) repeat-x;}
.info-box .selectArea .center{height:22px;}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #f3f3f4;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {background:#9cc;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	height:1%;
	overflow:hidden;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	font-size:12px;
}
.optionsDivVisible a {
	color:#0d6a41;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background:#d8811a;
	color: #FFF;
	text-decoration:none;
}
