.errors {

  FONT-FAMILY:Tahoma, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: red;
  background-image: url(error.png);
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: baseline;
  text-align: left;
  line-height: 16px;
  display: block;
  text-indent: 22px;
  font-weight: normal;
}
.info {

  FONT-FAMILY:Tahoma, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: blue;
  background-image: url(information.gif);
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: baseline;
  text-align: left;
  line-height: 18px;
  display: block;
  text-indent: 22px;
  font-weight: normal;
}
.warning {

  FONT-FAMILY:Tahoma, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #FD8918;
  background-image: url(warning.png);
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: baseline;
  text-align: left;
  line-height: 16px;
  display: block;
  text-indent: 22px;
  font-weight: normal;
}
.fatalMessage {
  FONT-FAMILY:Tahoma, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: red;
  background-image: url(error.png);
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: baseline;
  text-align: left;
  line-height: 16px;
  display: block;
  text-indent: 22px;
}

.messageTable  {
    background-color: #F7F7F7;
    border:1px solid #50824F;
}

.td1{ BACKGROUND-COLOR:#BFCCB3;height:14px;
font-family: Tahoma, sans-serif;font-size: 11px;font-weight: bold;color: #094607;}

