.messaggioalert{
  background-image: url(images/alert.gif);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.3em; 
	background-color: #E2B8B6;
	border: 1px solid #CC0000;
	color: #CC0000;
	width: 66%;
	text-align: center;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:30px;
  padding-left:30px; 
  border-radius: 20px;
  box-shadow: 4px 4px 2px #888888;
}


.messaggiook{
	font-size: 1.3em;
	background-color: #eeeeee;
	border: 1px solid #000000;
	width: 66%;
	text-align: center;
  padding-top:6px;
  padding-bottom:6px;
  padding-right:30px;
  padding-left:30px;
  border-radius: 20px;
  box-shadow: 4px 4px 2px #888888;     
}
.messaggioxwebmaster{
	border: 1px solid #CCCCCC;
	width: 66%;
	color: #CCCCCC;
	text-align: center;
	font-size: 9px;
  border-radius: 20px;
}

.messaggiohelp{

  text-align: center;
 	font-size: 1.1em;
  background-image: url(images/info.png);
  background-repeat: no-repeat;
  background-position: left center;
	background-color: #99DDEE;
	border: 1px solid #000000;
	width: 80%;
  padding-top:5px;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom:5px;
  padding-right:30px;
  padding-left:30px; 
  border-radius: 20px; 
  box-shadow: 4px 4px 2px #888888; 
}
