/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: url("../images/chb.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 50px;
}
#terms{
	width:50px;
	height:50px;
	cursor: pointer;
}
.termsContent-pop form label{
	float: left;
	color:#ffffff;
	font-size: 19px;
	margin-top:20px;
        cursor: pointer;
}
.termsContent-pop form label a{
	color:#ffffff;
	text-decoration: underline;
}
.ez-radio {
	background: transparent url('../images/radio-black.png') 0 0px no-repeat;
	display:inline-block;
}

.ez-checked { background-position: 0 -50px; cursor: pointer;}
.ez-selected { background-position: 0 -50px; cursor: pointer;}

.ez-checkbox-green {
	background: transparent url('../images/checkbox-green.png') 0 0px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -50px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:50px;cursor: pointer; }
