/* Off state for a ARC checkbox */
.checkboxOff {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #101010;
	line-height: 16px;
	font-size: 12px;
	background: url(../images/checkbox.gif) no-repeat 0% 50%;
	border: 0px;
}
/* On state for a ARC checkbox */
.checkboxOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #101010;
	line-height: 16px;
	font-size: 12px;
	background: url(../images/checkbox-on.gif) no-repeat 0% 50%;
	border: 0px;
}
