a.btnCloseWindow
{
  display: block;
  width: 20px;
  text-align: center;
  text-decoration: none;
  float: right;
  font-family: "Trebuchet MS";
  font-size: 12px;
  border: 1px solid transparent;
}

a.btnCloseWindow:hover
{
  background-color: rgb(30, 0, 0);
  border: 1px solid rgb(200,0,0);
  color: rgb(200,0,0);
}

.chatMessageOwner
{
  font-size: 12px;
  font-weight: bold;
  background-color: rgb(39,69,53);
  color: black;
  margin-right: 3px;
}

.chatMessage
{
  color: white;
  font-size: 13px;
  padding-bottom: 3px;
}
