.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:1px 7px 0 0;
}
.checkboxAreaChecked {background-position: 0 -13px;}

/* Selects */
.selectArea {
	position: relative;
	height: 25px;
	float:left;
	color:#666;
	font-size:12px;
	line-height:25px;
	margin:0 0 0 15px;
	overflow:hidden;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:4px;
	height:25px;
	background: url(../images/select-l.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:25px;
	background: url(../images/select-r.gif) no-repeat 100% 0;
}
.selectArea .center{
	height: 25px;
	line-height:25px;
	display:block;
	padding:0 23px 0 4px;
	background: url(../images/select-c.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 12px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:1px;
	border: 1px solid #C9C9C9;
	background-color: #fcfcfc;
	overflow:hidden;
	list-style: none;
	height:1%;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #666;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 3px 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.optionsDivVisible a:hover {
	background-color: #d4d4d4;
	color: #666;
	text-decoration:none;
}
