@charset "utf-8";
/* CSS Document */

.checkbox, .radio {
   height: 12px;
   padding: 0 0 0 12px;
   background: url("../images/radio_v2.gif") no-repeat 0 0;
   cursor: default;
}
.checkbox input, .radio input {
   display: none;
}
.radio {
   background: url("../images/radio_v2.gif") no-repeat 0 0;
   float:left;
}
.selected {
   background-position: 0 -22px;
}

