#content table {
  font-weight: bold;
  margin: 0px auto 0px auto;
}
#content table input,select {
  background: white url(/images/text_input_shadow.png) no-repeat;
  border: 1px solid #b0b0b0;
  color: #707070;
  height: 24px;
  font-size: 100%;
  line-height: 24px;
  padding: 0px 5px 0px 5px;
  width: 245px;
}
#content table tr {
  height: 40px;
}
hr {
  background: #e0e0e0;
  border: 0px;
  color: #e0e0e0;
  height: 1px;
  margin: 20px 0px 20px 0px;
  width: 100%;
}
div.errors {
  font-size: 90%;
  line-height: 175%;
  padding: 30px;
  padding-left: 60px;
}
