body 
{
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  margin: 10px;

}

.centra
{
	background: white; padding: 25px;
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-top : 1px solid black;
	color : #000000;
	margin : 50px auto;
	text-align : center;
	width: 80%;
}

input 
{
  border: DarkBlue 1px solid;	
  font-size: 10px 
}

form {margin:0;}

#scrolla_messaggi
{
  border: DarkBlue 0px solid;
  position: relative; 
  width: 460px;
  height: 200px; 
  text-align : left;  
  overflow: auto; /* compare automaticamente la barra di scorrimento per scorrere il contenuto eccedente */
}

#visualizza_utenti
{
  border: DarkBlue 1px solid;
  position: relative; 
  width: 250px;
  height: 250px;
  text-align : left;    
  overflow: auto;  
}

.messaggio
{
  margin-bottom: 5px;
  
}
