.checkbox1 { width:100%; float:left; font-size:12px; color:#8e8e8e; line-height:17px; margin:0 0 20px;}
.checkbox2 { width:100%; float:left; font-size:12px; color:#8e8e8e; line-height:17px; margin:0 0 15px;}
.checkbox1 a, .checkbox2 a { color:#8e8e8e;}
.checkbox1 a:hover, .checkbox2 a:hover { color:#7a8ca6;}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding:0 0 0 40px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer; font-family: 'Montserrat', sans-serif;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -22px;
}
label.css-label {
	background-image:url(../images/checkbox-thumb1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}