/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); width: 20px; height: 20px; }
.ez-checkbox {
	background: transparent url('../img/bg_checkbox.png?v=3') left top no-repeat;
	display:inline-block;
	width:20px;
	height:20px;
	position:relative;
	top:-2px;
	margin-right: 5px;
	margin-left: -6px;
	vertical-align: middle;
}

.ez-radio {
	background: transparent url('../img/bg_radio_btn.png?v=2') 0 0px no-repeat;
	display:inline-block;
	width:17px;
	height:17px;
	position: relative;
	top: 2px;
	margin:0 5px !important; 
}

.ez-checked { background-position: left bottom }
.ez-radio:hover, .ez-selected { background-position: 0 -17px; }

.ez-checkbox-green {
	background: transparent url('../img/checkbox-green.png') 0 0px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }

.pictureMemories .ez-checkbox {
	margin-left: 0;
}
