

.icheckbox_square-blue , .iradio_square-blue {

    display: block;
    margin: 2px 5px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url('blue.png') no-repeat;
    border: none;
    cursor: pointer;
    float:left;
    margin-right:5px;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -16px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -32px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -48px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -31px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

