.outtaHere {
	position:absolute;
	left:-3000px;
}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:13px;
	height:13px;
	overflow:hidden;
	background:url(../images/btn-check.gif) no-repeat;
	margin:0 9px 0 0;
}
.checkboxAreaChecked {background-position:0 -13px;}
/* selects */
.selectArea{
	position:relative;
	height:29px;
	float:left;
	color:#333;
	font-size:12px;
	line-height:29px;
}
.online-form .selectArea{
	color:#fff;
	margin-bottom:10px;
}
.selectArea .left{display:none;}
.selectArea a.selectButton{
	position:absolute;
	top:13px;
	right:11px;
	width:10px;
	height:6px;
	outline:none;
	background:url(../images/btn-select.gif) no-repeat;
}
.online-form .selectArea a.selectButton{background:url(../images/btn-select2.gif) no-repeat;}
.selectArea .center{
	height:29px;
	line-height:29px;
	display:block;
	padding:0 29px 0 13px;
	background:url(../images/bg-select.gif) no-repeat;
}
.online-form .selectArea .center{background:url(../images/bg-select2.gif) no-repeat;}
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0 5px;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#E5E5E5;
	border:1px solid #C9C9C9;
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img { float:left; }
.optionsDivVisible a:hover {
	background-color:#fff;
	color:#333;
}