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

/*radio*/
.radioArea, .radioAreaChecked {
	float:left;
	width:23px !important;
	height:20px !important;
	overflow: hidden;
	padding:0 !important;
	background: url(../images/checkbox.gif) no-repeat;
}
.radioAreaChecked {background-position: 0 -20px;}