.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	margin:3px 0 0;
	overflow: hidden;
	background: url(../images/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}
.checkbox-list .checkboxArea, .checkbox-list .checkboxAreaChecked{
	width: 10px;
	height: 10px;
	background: url(../images/bg-checkbox2.gif) no-repeat;
}
.checkbox-list .checkboxAreaChecked{
	background-position: 0 -10px;
}
