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

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

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

.ez-checkbox-green {
	background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
	width:20px;
	cursor:pointer;
}
.ez-checked-green { 
background-position: 0 -18px; 
width:20px;
cursor:pointer;
}

.ez-checkbox-white {
	background: transparent url('../images/checkbox-white.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
	width:20px;
	cursor:pointer;
}
.ez-checked-white { 
background-position: 0 -18px; 
width:20px;
cursor:pointer;
}

.boxspacer{

margin-bottom:40px;
margin-right:10px;

}


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