.goog-checkbox {
    display: -moz-inline-box;
    display: inline-block;
    font-size: 1px;
    /* Fixes the height in IE6 */
    height: 16px;
    margin: 0 4px 0 1px;
    vertical-align: text-bottom;
    width: 16px;
    background-size: 16px
    }
.goog-checkbox-checked {
    background: url(../images/tree/check_on_32px.png) no-repeat 0 center;
    height: 16px;
    width: 16px;
    background-size: 16px
    }
.goog-checkbox-undetermined {
    background: url(../images/tree/check_on_disabled_32px.png) no-repeat 0 center;
    height: 16px;
    width: 16px;
    background-size: 16px
    }
.goog-checkbox-unchecked {
    background: url(../images/tree/check_off_32px.png) no-repeat 0 center;
    height: 16px;
    width: 16px;
    background-size: 16px
    }
.goog-checkbox-disabled {
    background: url(../images/tree/check_disabled_32px.png) no-repeat 0 center;
    height: 16px;
    width: 16px;
    background-size: 16px
    }
.radio .goog-checkbox-checked {
    background: url(../images/tree/radio_on_32px.png) no-repeat 0 center;
    border: none;
    height: 16px;
    width: 16px;
    background-size: 16px
    }
.radio .goog-checkbox-unchecked {
    background: url(../images/tree/radio_off_32px.png) no-repeat 0 center;
    border: none;
    height: 16px;
    width: 16px;
    background-size: 16px
    }
.radio .goog-checkbox-disabled {
    background: url(../images/tree/radio_disabled_32px.png) no-repeat 0 center;
    border: none;
    height: 16px;
    width: 16px;
    background-size: 16px
    }