.fe-error, .fe-required { 
  color: orangered;
  font-weight: bold;
}



INPUT.fe-user-short, INPUT.fe-pass-short {
  width: 8em;
}

table tbody tr th.login, table tbody tr td.login {
  border-bottom-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
}



INPUT.fe-address1, INPUT.fe-address2 {
   width: 30em;

}