

/* fancyform styles */
.checked{ 
	background :url(chk_on.png) center center no-repeat transparent; cursor : pointer;	
}
.unchecked{ 
	background:url(chk_off.png) center center  no-repeat transparent; cursor : pointer;
}
.checked, .unchecked {
	width : 30px;
	height : 30px;
}
.selected{background-color:#222;background-image:url(rdo_on.png)}
.unselected{background-color:#1c1c1c;background-image:url(rdo_off.png)}
.leftcol{float:left;clear:left;width:50%}
.rightcol{float:left;clear:right;width:50%}