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

input[type="checkbox"] + label span{
 display: 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;
 float:left;
}
input[type="checkbox"] + label div{
	ont-family:"AvenirBook";
	font-size: 12px;
	padding-left:22px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label div a{
	color:inherit;
	border-bottom:1px line;
}

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