p, h4 {
  margin-top : 4px;
  margin-bottom : 4px;
}
h2, h3 {
  margin-top : 10px;
  margin-bottom : 5px;
}
table#registrationForm tr td.label {
  font-weight : bold;
  text-align : right;
}
table.costTable {
  border : solid 1px gray;
}
table.costTable td.totalColumn {
  font-weight : bold;
  text-align : right;
}
table.costTable tr.totalRow {
  font-weight : bold;
  background-color : white;
}
table#registrationForm tr td div.errorMessage {
  color : red;
}
