form {
  padding: 0px;
  margin: 0px;
}

.validate-warning {
  background-color: #ffdddd;
}

span.required {
  color: red;
  /* visibility: hidden */;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10pt;
  cursor: default;
  padding: 0px 3px 0px 3px;
}
