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

.ez-radio {
	background: transparent url('../images/radio-btn-dark.png') left bottom no-repeat;
	display:inline-block;
}

.ez-checkbox, .ez-checkbox input{
	width: 31px;
    height: 32px;
}
.ez-radio, .ez-radio input{
	width: 24px;
	height: 24px;
}
.ez-radio.ez-selected{
	background-position: left top;
}
.ez-checkbox.ez-checked{
	background-position: left bottom;
}

.small .ez-radio {
	background: transparent url('../images/checkboxSmall.jpg') 0 0px no-repeat;
}
/*#plan-form .left .featured-plan .ez-radio {
	background: transparent url('../images/checkboxSmall.jpg') 0 0px no-repeat;
	height: 24px !important;
	width:23px !important;
}
#plan-form .left .featured-plan .ez-radio.ez-selected {
	height: 24px;
	width:23px !important;
	background-position: 0 -20px;
}
.plansandpricing #plan-form .row.chb .ez-checkbox{
	height: 35px;
}*/
.small .ez-radio input{
	width: 23px;
	height: 13px!important;
}

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

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