.checkbox, .radio { 
  height: 21px; 
  padding: 0 0 0 25px; 
  background: url("/pic/checkbox.gif") no-repeat 0 0; 
  cursor: default;
} 
.checkbox input, .radio input { 
  display: none; 
} 
.radio { 
  background: url("/pic/radio.gif") no-repeat 0 0; 
} 
.selected { 
  background-position: 0 -52px; 
} 
