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

input[type="checkbox"] + label span{
 display: inline-block;
 width: 21px;
 height: 21px;
 background: url(/img/check.png) -0px center no-repeat;
 margin: -1px 4px 0 0;
 vertical-align: middle;
 cursor:pointer;
 margin-right:5px;
 color:#ffffff;
}
input[type="checkbox"] + label{
	text-align:center;
	display:block;
}
input[type="checkbox"] + label div{
	font-family:inherit;
	font-size: 12px;
	margin-bottom: 3px;
	text-align:center;
	display:inline-block;
}
input[type="checkbox"] + label div a{
	color:inherit;
	border-bottom:1px solid #000000;
}

/*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;
}*/