/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); cursor: pointer; }
.ez-checkbox {
	background: url(images/checkbox.gif) no-repeat 0 0;
	display:inline-block;
	cursor: pointer;
}
.ez-checkbox, .ez-radio { zoom: 1; display:inline; height:27px; }
.ez-checked { background-position: 0 -27px; }
.ez-selected { background-position: 0 -27px; }
