/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
    cursor: pointer;
    width:18px;
    height:16px;
    line-height: 16px;
    background: url(/resources/img/checkbox.png) left top no-repeat;
    display:inline-block;
    position: relative;
    vertical-align: middle;
}

.ez-radio {
    background: transparent url('resources/img/checkbox.png') 0 1px no-repeat;
    display:inline-block;
}

.ez-checked { background: url(/resources/img/checkbox-checked.png) left top no-repeat, url(/resources/img/checkbox.png) left top no-repeat;}
.ez-selected { background-position: 0 -19px; }

.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }
input[type="checkbox"],
input.hidden-radio {
    height: 16px;
    width: 18px;
    cursor: pointer;
}