input[type=checkbox].css-checkbox {
    overflow: hidden;
    height: 17px;
    width: 17px;
    margin: -1px;
    padding: 0;
    z-index: 100;
    border: 0;
}


input[type=checkbox].css-checkbox + label.css-label { 
    padding-left: 2px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -8px;
}


input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

.css-label{
   /* background-image:url(/css/CssCheckbox/lite-blue-check.png);*/
}
