/* CSS Document */
input[type="checkbox"]{ display: none; }

input[type="checkbox"] + label span{
 display: inline-block;
 width: 21px;
 height: 21px;
 background: url(../img/checks.png) -0px center no-repeat;
 /*margin: -1px 4px 0 0;*/
 vertical-align: middle;
 cursor:pointer;
 margin-right:5px;
 color:#383838;
}
input[type="checkbox"] + label {
	font-size:12px;
	color:#383838;
}
input[type="checkbox"] + label a{
	color:inherit;
	color:#383838;
}

/*input[type="checkbox"]:checked + label span{
 background: url(../img/checks.png) -21px center no-repeat;
}

.check_error{
 background: url(../img/checks.png) -41px center no-repeat;
}*/