.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	background: url(../images/bg-radio.gif) no-repeat;
	overflow: hidden;
	margin:5px 0 0;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	overflow: hidden;
	background: url(../images/bg-checkbox.gif) no-repeat;
	margin:5px 0 0;
}
.checkboxAreaChecked {background-position: 0 -16px;}
