/*  custom checkboxes & radio buttons */

.checkbox
{
    display: block;
    float: left;
    height: 23px;
    margin: 1px 0 0 0;
    padding: 0px 0 0 20px;
    line-height: 23px;
    background: url(../images/netto_checkbox_neutral.png) no-repeat;
    cursor: pointer;
}

.checkbox_checked
{
    background: url(../images/netto_checkbox_checked.png) no-repeat;
}

