.ez-checkbox, .ez-radio/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); width:11px; height:11px; margin:0}
.ez-checkbox {
	background: transparent url('../images/checkbox-red.png') 0 1px no-repeat;
	display:inline-block;
	
}

/*.ez-radio {
	background: transparent url('../images/radio-black.png') 0 1px no-repeat;
	display:inline-block;
}*/

.ez-radio input {width: 100%; height: 100%; margin:0; padding:0}

.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -27px; }

.ez-checkbox-green {
	 background: url(../images/checkbox-checked.jpg) 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline;  background: url(../images/checkbox.jpg) no-repeat center;width:13px; height:13px; margin: 0 ; position: relative; top: 3px;opacity:1;}
.ez-checked { background: url(../images/checkbox-checked.jpg) no-repeat center;  width:13px; height:13px; margin: 0; position: relative; top: 3px;}