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

.ez-radio {
	width: 18px;
	height: 19px;
	margin-right: 8px;
	background: transparent url('../images/sprite-radio.png') 0 0 no-repeat;
	display:inline-block;
}
.radio_container {
	margin-bottom: 10px;
}
.radio_container.last {
	margin-bottom: 0;
}

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

.ez-selected + label {
        font-weight: bold;
}
