table.debug
{
  border: 4px solid rgb(0,132,0);
  background: rgb(255,255,255);
}

.debug, .descriptiondebug
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: rgb(0,132,0);
  font-weight: bold;
  font-size: 11px;
}

input.debug
{
  border: 1px solid rgb(0,132,0);
}

table.error
{
  border: 4px solid rgb(230,58,83);
  background: rgb(255,255,255);
}

table.info
{
  border: 4px solid rgb(13,54,109);
  background: rgb(255,255,255);
}

.error, b.error
{
  color: rgb(230,58,83);
}

.info
{
  color: rgb(13,54,109);
}

tr.hidden {
	display: none;
}