/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0);}
* html .ez-hide {z-index:10;position:relative;}
.ez-checkbox {
	background: transparent url('../images/checkbox-bg.gif') 0 -3px no-repeat;
	display:inline-block;
	width:13px;
	height:13px;
	float:left;
	margin:2px 0 0;
}
.ez-checkbox input{width:13px!important;height:13px!important;padding:0!important;}
.ez-radio {
	background: transparent url('../images/radio-black.png') 0 1px no-repeat;
	display:inline-block;
}

.ez-checked { background-position: 0 -22px; }
.ez-selected { background-position: 0 -19px; }

.ez-checkbox-green {
	background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:13px; }
