
/* Switch Styles */
.toggle {
    background: url(../img/checkbox.png) bottom left;
    display: block;
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 10px;
    margin-top: 10px!important;
}
.toggle.checked {
    background-position: left top;
}
.toggleR {
    background:url("../img/radio.png") bottom left;
    display:block;
    width:20px;
    height:18px;
}
.toggleR.checked {
    background-position: left top;
}
.disabled {
    opacity: .7;
}