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

input[type="checkbox"] + label span{
 display: inline-block;
 width: 22px;
 height: 22px;
 background: url(../img/checks.png) -0px center no-repeat;
 /*margin: -1px 4px 0 0;*/
 vertical-align: middle;
 cursor:pointer;
 margin-right:5px;
 color:#ffffff;
  transform: scale(0.8);
}

input[type="checkbox"] + label table {
	color:#ffffff;
	font-size:16px;
	font-family: 'Cartonnage-Regular';
	
}
input[type="checkbox"] + label a{
	color:#ffffff;
	text-decoration:underline;
}

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


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

/*OTROS*/
