.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:19px !important;
	height:19px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:0 6px 0 0;
}
.checkboxAreaChecked {background-position: 0 100%;}