input[type=checkbox].c-box {
	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].c-box + label.c-label {
	padding-left:13px;
	height:13px; 
	display:inline-block;
	line-height:13px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:13px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].c-box:checked + label.c-label {
	background-position: 0 -13px;
}
label.c-label {
/* background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_8f0100ee5946ee28f7546afd6d054b55.png); */
background-image:url(../pics/checkbox.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


input[type=checkbox].filled-box {
	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].filled-box + label.filled-label {
	padding-left:13px;
	height:13px; 
	display:inline-block;
	line-height:13px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:13px;
	vertical-align:middle;
	cursor:default;

}

input[type=checkbox].filled-box:checked + label.filled-label {
	background-position: 0 -13px;
}
label.filled-label {
/* background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_8f0100ee5946ee28f7546afd6d054b55.png); */
background-image:url(../pics/filled.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* onclick="return false; */