div.messageBox {
  background-color: #b2dfc1;
  border: 1px solid #009533;
  width: 500px;
  /*height: 120px; */
  position: absolute;
  top: 200px;
  z-index: 1;
  visibility:hidden
}
div.messageBox table {
  width: 100%;
  height: 100%;
}
div.messageBox th {
  background-color: #26a551;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  padding-left: 5px;
  height: 18px;
}
div.messageBox td {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #53585b;
  padding: 10px;
}
div.messageBox td #messageBoxText {
  width: 100%;
}
div.messageBox td input {
  background-color: #26a551;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #009533;
  width: 100px;
}
