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

.ez-radio {
	background: transparent url('../i/radio-unactive.png') 0 1px no-repeat;
	display:inline-block;
	margin-top:4px;
}

.ez-checked { background-position: 0 -18px; }
.ez-selected { background: transparent url('../i/radio-active.png') 0 1px no-repeat;}

.ez-checkbox-green {
	
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px;         
 margin: 0px 8px 5px 8px;
width: 14px;
height: 15px;
}
.inputs-radio label{    position: relative;
    top: 0px !important;}

.inputs-checkbox label{    position: relative;
    top: -8px !important;}
