body, p, th, td, div {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 14px;
}

h1 {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 2em;
}

#outerpage {
  width: 90%;
  margin: auto;
  text-align: left;
  border: 1px solid #000;
  padding: 1em 3em;
  background: #eee;
  
}

#content {
}

table.form th {
  vertical-align: top;
  text-align: right;
  padding-right: 1em;
  font-weight: bold;
  width: 200px;
  padding-bottom: 1em;
}

table.form th .note {
  font-weight: normal;
  font-style: italic;
}

input.mediumtext {
  width: 250px;
}

textarea.mediumtext {
  width: 300px;
  height: 100px;
}

input.error, textarea.error {
  border: 1px solid #f00;
  background: #fcc;
}

label .required {
  color: #f00;
}