form {
   border-top: solid 1px #eeeeee;
   border-bottom: solid 1px #eeeeee;
   padding-top: 1em;
   margin-bottom: 1em;
}
form table {
   border-top: none;
}
form table td,
form table th {
   border-bottom: none;
}
form table th {
   width: 130px;
}
.errorlist {
   color: #ad1b1b;
   font-size: 0.95em;
   padding-top: 2px;
}
form table input {
   width: 140px;
}
form table textarea {
   width: 240px;
   height: 120px;
}
form table #submit {
   width: 150px;
   padding: 5px 0;
}