/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); cursor: pointer;}
.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px; }

.ez-checkbox-green {
    display:inline-block;
    *display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }


/* Mes modifications  */

.ez-checkbox  {
    background:url(/images/global/checkbox.png) no-repeat 0 0;
    display:inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}

.ez-radio {
    background: transparent url(/images/global/radio.png) no-repeat center 0;
    display:inline-block;
    width:19px;
    height:19px;
    cursor: pointer;
}

.ez-checked { background-position: 0 -20px; }
.ez-selected { background-position: 0 -19px; }

.ez-radio-big {
    background:url(/images/global/radio.png) no-repeat center 0;
    display:inline-block;
    width:21px;
    height:20px;
    cursor: pointer;
    margin-right:5px;
    float:left;
}
.ez-selected-big { background-position: 0px -20px; }

.ez-radio-arrow {
    background: transparent url(/images/global/radio2.png) no-repeat center 0;
    display:inline-block;
    width:13px;
    height:13px;
    cursor: pointer;
}
.ez-selected-arrow { background-position: 0 -13px; }
