#MessageWindow {
  position: absolute;
  border: 10px solid #800000;
  visibility: hidden;
  background-color: #b9dfff;
}

#messageWindow td {
  font-family: Arial;
  font-size: 14px;
}

#messageWindow h1 {
  font-family: Arial;
  font-size: 14px;
  text-align: center;
}

.textfield {
  width: 270px;
  height: 120px;
}
