.error-message {
  display: block;  
  left: inherit;
  clear: both;
  padding-left: 5px;
  color: #990000;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 100%;
}

td.fl {
  width: 112px;
/*  line-height:100%; */
  text-align: left;
}
td.fv  {
  width: 192px;
/*  line-height:150%; */
  text-align: right;
}

