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

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

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

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