/* iCheck plugin Square skin, aero
----------------------------------- */
.icheckbox_square-aero-2x,
.iradio_square-aero-2x {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    background: url(aero@2x.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-aero-2x {
    background-position: 0 0;
}
    .icheckbox_square-aero-2x.hover {
        background-position: -48px 0;
    }
    .icheckbox_square-aero-2x.checked {
        background-position: -96px 0;
    }
    .icheckbox_square-aero-2x.disabled {
        background-position: -144px 0;
        cursor: default;
    }
    .icheckbox_square-aero-2x.checked.disabled {
        background-position: -192px 0;
    }

.iradio_square-aero-2x {
    background-position: -240px 0;
}
    .iradio_square-aero-2x.hover {
        background-position: -288px 0;
    }
    .iradio_square-aero-2x.checked {
        background-position: -336px 0;
    }
    .iradio_square-aero-2x.disabled {
        background-position: -384px 0;
        cursor: default;
    }
    .iradio_square-aero-2x.checked.disabled {
        background-position: -432px 0;
    }