.toggle_.checkbox {
	display:none;
}

.toggle {
	background: url("images/toggle.png") no-repeat center bottom;
	display: block;
	width: 70px;
	height: 22px;
	outline: 0 none !important;
	margin: 0 auto;
}
.toggle.checked {
	background-position: center top;
}