/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('images/checkbox.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

.ez-radio {
	background: transparent url('images/radio.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

.ez-checked { background: url(images/checkbox-checked.png) no-repeat 0 0; }
.ez-selected { background: url(images/radio-checked.png) no-repeat 0 0; }

.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }
