input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; overflow: hidden; height:10px; width:10px; margin:3px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:21px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}

.results input[type=checkbox].css-checkbox + label.css-label {
	cursor:default;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image:url('images/FA/check2.png');
	font-weight: bold;
}
label.css-label {
	background-image:url('images/FA/check1.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}