ul.msgbox {
  font-weight: bold;
}

/* --[Error]---------------------------------------------- --*/
.msgbox_error {
  color: #CC0000;
  font-weight: bold;
}

fieldset.msgbox_error {
  border-color: #CC0000;
  font-weight: bold;
}

legend.msgbox_error {
  font-weight: bold;
  border-color: #CC0000;
}

/* --[Success]---------------------------------------------- --*/
.msgbox_success {
  color: #00CC00;

}

fieldset.msgbox_success {
  border-color: #00CC00;
  font-weight: bold;
}

legend.msgbox_success {
  font-weight: bold;
  border-color: #00CC00;
}

/* --[Warning]---------------------------------------------- --*/
.msgbox_warning {
  color: #FF9900;
}

fieldset.msgbox_warning {
  border-color: #FF9900;
  font-weight: bold;
}

legend.msgbox_warning {
  font-weight: bold;
  border-color: #FF9900;
}
