@import url("message.css");

#errorDiv
{
  background-color: #FFFFFF;
  border: 1px solid #eee;
  height:320px;
  margin: auto;
  overflow: scroll;
  padding : 8px;
  text-align: left;
  width: 80%;
}

#errorDiv pre
{
  font-size: .9em;
}
