input.check {
	width   : 12px;
	margin  : 0px 2px 0px 0px;
	opacity : 100;
	vertical-align: bottom;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    background-color: #ffffff;
    background: url(images/check.png);
    background-position: center right;
    background-repeat: no-repeat;
}



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, input[type=checkbox].css-checkbox + label.css-label.clr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left:18px;
	height:13px; 
	display:inline-block;
	line-height:13px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
	background-position: 0 -13px;
}
	
label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_dc83abe70f076c688a549abbdfc274fd.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




