body {
  font-family: sans-serif;
}
.
.
.

/* Hack powodujcy poprawne wywietlenie filedset i legend przez IE */
html fieldset {
  position: relative;
}
html legend {
  position: absolute;
  top: -1em;
  left: -.5em;
}
html fieldset {
  position: relative;
  margin-top:1em;
  padding-top:2em;
  padding-bottom: 2em;
}

/* Style formularza */

fieldset {
  background: #ddd;
}
legend {
  color: white;
  background: maroon;
  padding: .4em 1em;
}
label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.2em;
  display: block;
}
.form_row {
  white-space: nowrap;
  padding-bottom: .5em;
}
.submit {
  margin-left: 15em;
}

