p.GuestBook_AddGuest
{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.GuestBook_Guest
{
  background-color:inherit;
  color:white;
  padding: 4px;
  font-size:12px;
  text-align:left;
}

div.GuestBook_Message
{
  border-style:solid;
  border-width:medium;
  border-color:black;
  padding: 0px;
  color:white;
  background-color:inherit;
  font-size:12px;
  text-align:left;
}

table.GuestBook_GuestInfo
{
  background-color: cornflowerblue; 
  color: black;
}
