﻿.chk_1,.chk_2,.chk_3,.chk_4 {
    display: none;
}
 
/*******STYLE 1*******/
.chk_2 + label {
	overflow:hidden;
	border:1px solid #c1925b;
	width:20px; height:20px;
	display: inline-block;
	vertical-align:middle;
	margin-right:10px;
	position:relative;
	position:relative;
}

.chk_2:checked + label {
	border: 1px solid #c1925b;
	width:20px; height:20px; background-image:url(../images/icon40_2.png); background-repeat:no-repeat; background-position:0 0; background-size:18px 18px;

}

.chk_2:checked + label:after {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 22px;
	vertical-align: text-top;
}

{ display:none; font-family:Verdana, Geneva, sans-serif;}
