@import '/styles/form.css';

fieldset { margin: auto; }
legend { font-weight: bold; }

div.top, div.bottom {
  background: #3C7B34;
  color: white;
  padding: 5px;
  font-size: 110%;
  font-weight: bold;
}
div.top { margin-bottom: 10px; }
div.bottom {
  margin-top: 10px;
  text-align: right;
}

div.formelement label { width: 9em; }

#center { width: auto; }
#center form { margin: 0; }
#center div.bottom a {
  color: white;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 85%;
}
