.checkbox
{
    position:relative;
    left:30px;
}

.checked
{
    background-position:-1px -15px !important;
}
.styler
{
    width:15px;
    height:15px;
    background:url(/ledwiz/images/checkbox.png) no-repeat;
    background-position:-1px 0px;
    cursor:pointer;
    overflow:hidden;
    position:relative; /* IE fix to hide overflow */
}
