body {
  padding:5px 40px;
}
h1 {
  text-align:center;
}
p {
  padding:5px;
  background:#3c9;
}
fieldset {
  background:#eee;
  margin:10px 0;
}
legend {
  background:#3c9;
  padding:5px;
}
.error {
  border:1px solid #900;
  background:#faa;
  padding:5px;
}
p.success {
  border:1px solid #090;
  background:#cfc;
}
#footer {
  text-align:center;
  font-size:90%;
}
fieldset.submit {
  text-align:center;
}
fieldset.submit input {
  font-size:18px;
}
#header {
  padding:10px;
  border-bottom:1px solid #000;
}
