/*///////////////////////////////checbox /////////////////////////*/


.campoCheck .labelPrivacy{
	margin-top: 10px;
	padding: 1px 0px 1px 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	height: 16px;
	width: auto;
	color: #343434;
}

.campoCheck label.checked {
	background: url("../img/checked.gif") no-repeat;
	color: #343434;
}

.campoCheck label.over {
	color: #343434;
}




.campoCheck .labelInformativa{
	margin-top: 10px;
	padding: 1px 0px 1px 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	height: 16px;
	width: auto;
	color: #343434;
}



/*////////// errore ////////*/

.errore label.labelPrivacy{
	margin-top: 10px;
	padding: 1px 0px 1px 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	height: 16px;
	color: #d8421a;
	width: auto;
}



.errore label.labelInformativa{
	margin-top: 10px;
	padding: 1px 0px 1px 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	height: 16px;
	color: #d8421a;
	width: auto;
}



.errore label.checked {
	background: url("../img/checked.gif") no-repeat;
	color: #d8421a;
}

.errore label.over {
	color: #d8421a;
}


