.checkbox { width:100%; float:left; font-size:14px; color:#00235d; line-height:15px; margin:0 0 20px 0;}
.checkbox2 { width:100%; float:left; font-size:14px; color:#00235d; line-height:15px; margin:0 0 27px 0;}
.checkbox a, .checkbox2 a { color:#00235d;}
.checkbox span, .checkbox2 span { display:block;}
.checkbox, .checkbox2 { font-family: 'Josefin Sans', sans-serif;}
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 39px;
	height: 18px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -17px;
}
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;
}