.error {
	background-color: #FFFFD5;
}

.error-box{
	border: 1px solid #c30;
	margin: 0.5em 1em 1em 1em;
	padding: 1em;
	display: none;
	position: fixed; 
	top:0%; 
	left: 45%; 
	width: 25%; 
	background-color: #FFF;
	z-index: 1000;
}

.adv-obbl-box {
	margin-bottom: 2em;
}                  
label.req {
	display: inline;
	background:url("/img/lau/cv2.0/cv20_appoggio/asterisco_req.png") no-repeat 0px 0px;
	padding-left: 16px;
}
                  
label.error {
	background:url("/img/lau/cv2.0/cv20_appoggio/asterisco_mancante.png") no-repeat 0px 0px;
	padding-left: 16px;
	margin-left: 5px;
	font-weight: bold;
	color: #EA5200;
}
                  
label.valid {
	background:url("/img/lau/cv2.0/cv20_appoggio/asterisco_ok.png") no-repeat 0px 0px;
}

.prova {border: 2px solid red;}

