span.hidden{
  display: none;
}

span.error{
  display: inline;
  color: black;
  background-color: pink;  
}

div.message{
	background-color: #ffffee;
	color: #000000;
}

span.name{
	font-weight: bold;
}

span.message{
	color: black;
}
span.time{
	color: #cccccc;
	font-size: small;
}
