/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('/assets/images/coupons/checkboxU.gif') 0 0 no-repeat;
	display:inline-block;
}

.ez-checkbox, .ez-radio { zoom: 1; *display:inline;  height:16px;}
.ez-checked { 	background: transparent url('/assets/images/coupons/checkboxC.gif') 0 0 no-repeat;}
.ez-selected { background-position: 0 -19px; }


