table.info {
  position: relative;
  border-collapse: collapse;
  FONT-FAMILY: "lucida sans";
  font-size: 12px;
}
td.left {
  text-align: left;
}
td.right {
  text-align: right;
}
td.err {
  color: red;
  text-align: left;
}
.but {
  background-color: rgb(100,102,153);
  FONT-FAMILY: "lucida sans";
  border: rgb(100,102,153) 1px solid;
  color: #fff
}
.must {
  FONT-FAMILY: "lucida sans";
  border-color: rgb(98,150,66);
  border-style: solid;
  border-width:  1px;
}
.nomust {
  FONT-FAMILY: "lucida sans";
  border-color: rgb(100,102,153);
  border-style: solid;
  border-width:  1px;
}
#success {
  position: relative;
  FONT-FAMILY: "lucida sans";
  font-size: 12;
}