/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox,
.iradio {
    float: left;
    padding: 0;
    width: 18px;
    height: 19px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
}

.iradio {
    background-image: url("./iradio.png");
}

.iradio.checked {
    background-image: url("./iradioh.png");
}

