<!--//
			$(function() {
				$('.defaultP input').ezMark();
				$('.customP input[type="checkbox"]').ezMark({checkboxCls: 'ez-checkbox-green', checkedCls: 'ez-checked-green'})
			});	
//-->
