[type=checkbox].theme-styled,[type=radio].theme-styled {
    appearance: none;
}
[type=checkbox].theme-styled {
    width: 20px;
    height: 20px;
    background: url("../images/blue.png") no-repeat;
    background-position: 0 0;
    margin: 0px;
    vertical-align: top;
}
[type=checkbox].theme-styled:focus, [type=radio].theme-styled:focus {
    outline: none;
}
[type=checkbox].theme-styled:checked {
    background-position: -22px 0;
}
[type=checkbox].theme-styled:disabled {
    background-position: -44px 0;
}
[type=checkbox].theme-styled:checked:disabled {
    background-position: -66px 0;
}
[type=checkbox].theme-styled-simple-advanced {
    appearance: none;
    width: 70px;
    height: 24px;
    background: url("../images/ibutton-advanced.png") no-repeat;
    background-position: 0 0;
    margin: 0px;
}
[type=checkbox].theme-styled-simple-advanced:focus {
    outline: none;
}
[type=checkbox].theme-styled-simple-advanced:checked {
    background: url("../images/ibutton-simple.png") no-repeat;
}
[type=checkbox].theme-styled-simple-advanced:disabled {
    opacity: 0.4;
}
[type=radio].theme-styled {
    width: 20px;
    height: 20px;
    background: url("../images/blue.png") no-repeat;
    background-position: -88px 0;
    margin: 0px;
    vertical-align: top;
}
[type=radio].theme-styled:checked {
    background-position: -110px 0;
}
[type=radio].theme-styled:disabled {
    background-position: -132px 0;
}
[type=radio].theme-styled:checked:disabled {
    background-position: -154px 0;
}
