[data-checkbox] {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-2px 3px 0 0;
    vertical-align:middle;
    background:url(../images/main/checkbox.png) left 1px no-repeat;
    cursor:pointer;

}

[data-checkbox][data-checkbox-checked] {
    background:url(../images/main/checkbox_checked.png) left top no-repeat;
}

[data-checkbox][disabled] {
    opacity: 0.5;
}

[data-checkbox][data-checkbox-labeled] {
    padding-left: 20px;
    width: auto;
    height: auto;
    line-height: 16px;
}