.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;
}

.label { font-weight:bold; }
.value { }
.hspacer { width:10px; }
.s1 { width:190px; }
.s2 { width:80px; }
.s3 { width:100px; }

.s90 { width:90px; }
.s100 { width:100px; }
.s110 { width:110px; }
.s120 { width:120px; }
.s130 { width:130px; }

