

/* ---------------- */
/* fancyform styles */
/* ---------------- */

.demo label{
	display:block;
	height:16px;
	width:16px;

	background-position:0 0;
	background-repeat:no-repeat;

	clear:both;
	cursor:pointer
}
.checked{
	background:transparent url(../images/chk_on.gif) no-repeat 0 0;
}
.unchecked{
	background:transparent url(../images/chk_off1.png) no-repeat 0 0;
}

