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

.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('check_off.gif') left center no-repeat;
	display:inline-block;
}

.ez-radio {
	background: transparent url('radio_off.gif') left center no-repeat;
	display:inline-block;
}
.ez-radio { zoom: 1; *display:inline; _height:22px; }

.ez-checkbox { zoom: 1; *display:inline; _height:22px; } 
.ez-checked { background: transparent url('check_on.gif') left center no-repeat; }

.ez-selected { background: transparent url('radio_on.gif') left center no-repeat; }

.ez-checkbox-green {
	background: transparent url('radio_off.gif') left center no-repeat;
	display:inline-block;
}
.ez-checked-green { background: transparent url('radio_on.gif') left center no-repeat; }