table.message {
   border: solid 1px #003399;
}

table.internal_message {
   border: solid 1px #003399;
   background-color: white;
}

td.theader{
   background-color: #003399;
   font-family: Arial;
   font-size: 14px;
   color: white;
}

input, textarea {
  font-family: Arial;
  font-size: 13px;
}

td.edit_footer{
   border-top: solid 1px black;
   background-color: lightsteelblue;
   font-family: Arial;
   font-size: 13px;
}