.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-top: 5px;
	padding-right:5px;
}
.checkboxAreaChecked {background-position: 0 -13px;}
