.custom-checkbox {
    padding-left: 17px;
    cursor: pointer;
    height: 12px;
    background: url("../images/custom-checkbox.jpg") no-repeat scroll 0 0 transparent;
}

.custom-checkbox.checked {
    background: url("../images/custom-checkbox.jpg") no-repeat scroll 0 -12px transparent;
}