.messaggioalert{
	background-color: #E2B8B6;
	border: 1px solid #CC0000;
	color: #CC0000;
	width: 80%;
	text-align: center;
	background-image:url('images/messaggio_alert.gif');
	background-position: left top;
	
	background-repeat: no-repeat;
	background-position: left center;
}
.messaggiook{
	background-color: #eeeeee;
	border: 1px solid #000000;
	width: 80%;
	text-align: center;
	background-image:url('images/messaggio_ok.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
.messaggioxwebmaster{
	border: 1px solid #CCCCCC;
	width: 80%;
	color: #CCCCCC;
	text-align: center;
	font-size: 9px;
}


