<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS File for ezMark jQuery Plugin
 *
 **/

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

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

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

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

.ez-checkbox-green {
	background: transparent url('radio_off.png') left center no-repeat;
	display:inline-block;
}
.ez-checked-green { background: transparent url('radio_on.png') left center no-repeat; }</pre></body></html>