
.check label { clear: both; padding: 0px 5px 0px 32px; cursor: pointer; display: block }
.checked { background: url(chk_on.png) no-repeat }
.unchecked { background: url(chk_off.png) no-repeat }
.selected { background: url(rdo_on.png) no-repeat }
.unselected { background: url(rdo_off.png) no-repeat }


