/* fancyform styles */
.demo label{
	display:block;
	padding:0.1em;
	padding-left:28px;
	background-position:8px center;
	background-repeat:no-repeat;
	
	clear:both;
	cursor:pointer;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}


.checked{background-image:url(chk_on.png)}
.unchecked{background-image:url(chk_off.png)}
.selected{background-image:url(rdo_on.png)}
.unselected{background-image:url(rdo_off.png)}

-->