/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { 
	opacity: 0; 
	filter: alpha(opacity=0); 
}

.ez-checkbox {
	width: 15px;
	height: 16px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px 2px 0px 0px;
	background: transparent url("/images/checkbox.png") no-repeat 0 0px;
	vertical-align: top;
}

.ez-checkbox input {
	width: 15px;
	height: 16px;
}

.ez-radio {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0px 3px 0px 0px;
	background: transparent url("/images/radio.png") no-repeat 0 0;
	vertical-align: top;
}

.ez-radio input {
	width: 14px;
	height: 14px;
}

.ez-checked { 
	background-position: 0 100%; 
}
.ez-selected { 
	background-position: 0 100%; 
}

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