.span_checkbox 
	{
	background-image: url("/img/site_template_1/check_1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 35px;
	width: 35px;
	display: block;
	float: left;
	cursor: pointer;
	margin-top: 6px;
	margin-left: 8px;
	}

.span_checkbox.active 
	{
	background-image: url("/img/site_template_1/check_1_checked.png");
	}

.span_checkbox .checkbox 
	{
	position:absolute;
	opacity:0;
	z-index:-1;
	}