.checkbox1Off {
	display: inline;
	padding: 0px 2px 40px; /* NS 6 problem */
	padding-left: 70px;
	color: #666;
	background-image: url(/images/pwcheck1off.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
}
/* On state for a ARC checkbox */
.checkbox1On {
	display: inline;
	padding: 0px 2px 40px; /* NS 6 problem */
	padding-left: 70px;
	color: #000;
	background-image: url(/images/pwcheck1on.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}

