input[type=checkbox].switcher {
	display: none;
}

.switcher-wrap {
	width: 78px;
	height: 38px;
	margin-bottom: 4px;
	position: relative;
	cursor: pointer;
}

.switcher-wrap span {
	width: 100%;
	height: 100%;
	background: #FFF0F0;
	border: 1px solid #888;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.switcher-wrap div {
	width: 38px;
	height: 36px;
	background: #68b3e7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABL0lEQVQ4jb2TsWoCURBFXVEIWAUU8gkpVhCxT7NNwMYthCgYP0UbsRAEv0wQAv6BkrAmXUKKk+YWo76XfSvowMJjZu6ZGWa2VLqlAVWgA6RAD2gDlUtAD8AK+OTcMmAJNEJhzxIBrIEJMACGwBTYKPYOJCGwX+ADSP/J66vojxeqMTPBHgMmiYGDOq27ElYaxduZQ/MizeI0UNUC1qEw6SLgTV2WbaCjSpMiQGln0jatM5VzEAipmfertF2b0JNzGAi8M++xC9iWcxoCPIHPpY2ts6KT2RSERcAW2B8tRcGlKvULAEfSzF3BhtafHbXvh7WAL2AH3PuSEv1OBx1t5BlzJNg38JRXOVGn6GhnOo2xFrBVbJcLM9A6sDBga3uB3WPmgMtAE+jqi8+2eW37A5jQ9s5WDI/SAAAAAElFTkSuQmCC) center center no-repeat;
	border: 1px solid transparent;
	border-bottom: #4484b3 3px solid;
	color: #FFF;
	font-size: 16px;
	padding: 8px 8px 7px;
	margin: 0;
	outline: none;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
}

.switcher-wrap input[type=checkbox]:checked + span {
	background: #F0FFF0;
}

.switcher-wrap input[type=checkbox]:checked + span + div {
	left: 39px;
}
