#page p.ConfirmMsgBox {
  position: absolute;
  top: 14.5em;
  display: block;
  width: 75%;
  padding: 0;
  margin: 0 auto 0 auto;
  font-size: 9pt;
  font-weight: bold;
  color: #04b810;
  text-align: center;
}

#page p.ErrorMsgBox {
  position: absolute;
  top: 14.5em;
  display: block;
  width: 75%;
  padding: 0;
  margin: 0 auto 0 auto;
  font-size: 9pt;
  font-weight: bold;
  color: #f00;
  text-align: center;
}

#content td.CanteenPlanningAutoSavePluginCheckBoxError {
  background: #f00;
}

#content td.PlanningMoreMeals input.CanteenPlanningAutoSavePluginInputError {
  font-size: 7pt !important;
  padding: 0;
  width: 15px;
  background: #f00;
}
