@CHARSET "UTF-8";

#contentAreaForm { float:left;}

#messagewrapper {
  background-color: #f7f7f7;
  color: #646464;
  border: #AF0000 solid 1px;
  display: none;
  margin: 4px 0px 8px;
  padding: 8px;
}



#messagewrapper li {
  list-style-type: none;
  vertical-align: middle;
  text-align: left;
  padding-left: 25px;
  min-height: 25px;
  height: 25px;
}

#messagewrapper li.red {
  color: #AF0000;
  background: transparent url(../form/delete.gif) scroll no-repeat center left;
}
#messagewrapper li.yellow {
  color: #9F9200;
  background: transparent url(../form/alert.gif) scroll no-repeat center left;
}
#messagewrapper2 li.green {
  color: #1FAE4B;
  background: transparent url(../form/check.gif) scroll no-repeat center left;
}

#messagewrapper2 {
  background-color: #f7f7f7;
  color: #646464;
  border: #1fae4b solid 1px;
  display: none;
  margin: 4px 0px 8px;
  padding: 8px;
}

#messagewrapper2 li {
  list-style-type: none;
  vertical-align: middle;
  text-align: left;
  padding-left: 25px;
  min-height: 25px;
  height: 25px;
}
