/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0);  width:13px; height:13px; }
.ez-checkbox {background: transparent url('../images/radio-black.png') 0 0px no-repeat; width:13px; height:13px;display:inline-block;float:left;}
.ez-radio {background: transparent url('../images/radio-black.png') 0 0px no-repeat; width:13px; height:13px;display:inline-block;margin-top:2px;}
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:15px; }
.ez-checked {  background-position: 0 -13px;}
.ez-selected { background-position: 0 -13px; }
.ez-checkbox-green {display:inline-block;}
.ez-checked-green { background-position: 0 -13px; }
.ez-checkbox-green { zoom: 1; *display:inline; _height:15px; }
/* A Custom iPhone style icon added **/
.ez-checkbox-iphone { background: transparent url('../images/checkbox-iphone.png') -42px 0 no-repeat; display: inline-block; cursor:pointer; }
.ez-checked-iphone { background-position: 0 0; }
.iphone-ui .ez-hide { width: 74px; height: 27px; cursor:pointer; }
.ez-checkbox-iphone { zoom: 1; *display:inline; _height:27px;} /* ie6 fix */ 

