.ez-hide {opacity: 0; filter:alpha(opacity=0);}
.ez-checkbox, .ez-radio {
	zoom: 1;
	display:inline-block;
	*display:inline;
	_height: 19px;
	height: 19px;
	width: 18px;
	vertical-align: middle;
}
.ez-checkbox {background: transparent url('./checkbox-icon.png') 0 2px no-repeat;}
.ez-radio {background: transparent url('./radio-icon.png') 0 1px no-repeat;}
.ez-checked {background-position: 0 -17px;}
.ez-selected {background-position: 0 -19px;}
