.checkbox, .radio {
height: 25px;
background: url("../images/wizard/tickbox2.gif") no-repeat 0 -38px;
cursor: pointer;
padding-left:35px;
}
.checkbox input, .radio input {
display: none;
}
.radio {
background: url("../images/wizard/tickbox2.gif") no-repeat 0 0px;
height: 25px;
}
.selected {
background-position: left -38px;
height: 25px;
}

