/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('../images/checkbox-red.png') 0px -28px no-repeat;
	display:inline-block;
}

.ez-radio {
	background: transparent url('../images/radio-black.png') 0px -28px no-repeat;
	display:inline-block; float:left;
}
label{ float:left; display:block; cursor:pointer;}

.ez-checked { background-position: 0px -4px;}
.ez-selected { background-position: 0px -4px; }

/*.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:30px; }


/*.hmnBasvurButtonCapsule .ez-radio { background: transparent url('../images/planRadio_bg.png') 0 0px no-repeat; display:inline-block; float:left; width:31px; height:31px; margin-right:75px; margin-top:9px;}*/



.ez-radio input[type='radio'] {    width: 12px; height: 13px;  margin: 0px 7px 5px 2px;}
.ez-checkbox input[type='checkbox'] {     width: 12px;    height: 9px;    margin: 2px 7px 5px 3px;  }
/*.hmnBasvurButtonCapsule .ez-selected { background-position: 0 -31px; }*/
