/**
 * CSS File for ezMark jQuery Plugin
 *
 **/

.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}
.ez-checkbox {
    background: #ededed;
    display: inline-block;
    width: 17px;
    height: 17px;
}
.ez-radio {
    background: transparent url('../images/radio-black.png') 0 0 no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
}
.ez-checked {
    background: transparent url('../images/btn_check_ovr.gif') 0 0 no-repeat;
    width: 17px;
    height: 17px;
}
.ez-selected {
    background-position: 0 -20px;
}
.ez-checkbox-green {
    background: transparent url('../images/btn_check_ovr.gif') 0 0 no-repeat;
    display: inline-block;
    *display: inline;
    
}
.ez-checked-green {
        background: transparent url('../images/radio-black.png') 0 0 no-repeat;
}
.ez-checkbox,
.ez-radio {
    zoom: 1;
    *display: inline;
    _height: 20px;
}