
TABLE.message {
  border: 1px solid #000000;
  width: 70%;  
}

TABLE.message TD {
  padding: 3px;
  margin: 0px;
}


SPAN.alert {
  color: #CC0000;
  font-size: 9pt;
  font-weight: bold;
}

SPAN.success {
  color: #086A04;
  font-size: 9pt;
  font-weight: bold;
}

P.message {
  font-size: 9pt;
}

