﻿a.jquery-checkbox,
a.jquery-checkbox:link,
a.jquery-checkbox:visited {
    margin:6px 5px 6px 0px;
    background: url("../images/widgets.png") no-repeat 0px -480px;
    display: block;
    float: left;
    height: 12px;
    width: 12px;
}
a.jquery-checkbox.checked,
a.jquery-checkbox.checked:link,
a.jquery-checkbox.checked:visited { background-position:0px -494px; }

a.jquery-checkbox.input-validation-error,
a.jquery-checkbox.input-validation-error:link,
a.jquery-checkbox.input-validation-error:visited { background-position:-70px -480px; }

a.jquery-checkbox.input-validation-error.checked,
a.jquery-checkbox.input-validation-error.checked:link,
a.jquery-checkbox.input-validation-error.checked:visited { background-position:-70px -494px; }

a.jquery-checkbox:hover { background-position:-14px -480px; }
a.jquery-checkbox.checked:hover { background-position:-14px -494px; }
a.jquery-checkbox.input-validation-error:hover { background-position:-70px -480px; }
a.jquery-checkbox.input-validation-error.checked:hover { background-position:-70px -494px; }
a.jquery-checkbox:active { background-position:-28px -480px; }
a.jquery-checkbox.checked:active { background-position:-28px -494px; }
a.jquery-checkbox.input-validation-error:active { background-position:-70px -480px; }
a.jquery-checkbox.input-validation-error.checked:active { background-position:-70px -494px; }
/*a.jquery-checkbox:focus { background-position:0px -480px; }*/

a.jquery-checkbox.disabled,
a.jquery-checkbox.disabled:link,
a.jquery-checkbox.disabled:active,
a.jquery-checkbox.disabled:visited,
a.jquery-checkbox.disabled:hover,
a.jquery-checkbox.disabled:focus { background-position:-56px -480px; cursor:default; }

a.jquery-checkbox.disabled.checked,
a.jquery-checkbox.disabled.checked:link,
a.jquery-checkbox.disabled.checked:active,
a.jquery-checkbox.disabled.checked:visited,
a.jquery-checkbox.disabled.checked:hover,
a.jquery-checkbox.disabled.checked:focus { background-position:-56px -494px; }

label.checkboxLabel
{
    float:left;
    height:12px;
    margin-left: 6px;
    line-height:12px;
    font-size:12px;
}

label.dynamicLabel {
    cursor: pointer;
}