
.checkbox {
    background: url("check_box.png") no-repeat scroll -19px 0 transparent;
    cursor: pointer;
    height: 18px;
    vertical-align: middle;
    width: 18px;
}
.checkbox.checked {
    background-position: 0 0;
}

