@charset "utf-8";
/* MESSAGGI DI ERRORE *************************************************************************************************/	
.errorMsg:before {	content: url(images/cross-circle.png) " ";	}
.alertMsg:before {	content: url(images/exclamation.png) " ";	}
.okMsg:before 	{	content: url(images/tick-circle.png) " ";	}
.waitMsg:before {	content: url(images/clock--exclamation.png) " ";	}
.helpMsg:before {	content: url(images/question.png) " ";	}

