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

.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(202,9,14);
  background: rgb(255,255,255);
  width: 550px;
  margin-bottom: 20px;
}

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

table.error th {
	text-align: center;
}

table.error td {
	text-align: center;
	padding-bottom: 20px;
}

table.error img {
	border: 0px;
}

.error, b.error
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: rgb(202,9,14);
  font-weight: bold;
  font-size: 11px;
}

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

table.warning
{
  clear: both;
  border: 4px solid rgb(231,164,0);
  background: rgb(255,255,255);
  width: 550px;
  margin-top: 20px;
  margin-bottom: 20px;
}

table.warning a
{
  color: rgb(231,164,0);
}

table.warning img {
	border: 0px;
}

table.warning th {
	text-align: center;
}

table.warning td {
	text-align: center;
	padding-bottom: 20px;
}

.warning
{
  color: rgb(0,0,0);
	font-weight: bold;
}

