.infobox {
   text-align:center;
   background: #F9EEBD;
   height:30px;
   color: green;
   font-weight: bold;
   border: #4F4000 1px solid;
   padding: 5px;
}

.errbox {
   text-align:center;
   background: #FFE7E7;
   height:40px;
   color: #ff0000;
   font-weight: bold;
   border: #4F4000 1px solid;
   padding: 5px;
}

