/* Switch Styles */
.toggle {
    background:url("images/checkbox.png") bottom left;
    display:inline-block;
    width:20px;
    height:18px;
}
.toggle.checked {
    background-position: left top;
}
.toggleR {
    background:url("images/radio.png") bottom left;
    display:inline-block;
    width:20px;
    height:18px;
}
.toggleR.checked {
    background-position: left top;
}