#attendee_form .inline-errors {
  margin-left: 190px;
}
#attendee_form label {
  width: 170px;
}
#attendee_form input,
#attendee_form textarea {
  width: 400px;
}
#attendee_form input[type="submit"] {
  width: auto;
}
#attendee_form fieldset {
  margin-bottom: 10px;
}
#attendee_form legend {
  color: #777;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.6em;
  margin-bottom: 10px;
}
#attendee_form .error {
  color: #fff;
  margin: 0 0 1em;
  padding: 5px 10px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc0000), color-stop(100%, #aa0000));
  background: -webkit-linear-gradient(#cc0000, #aa0000);
  background: -moz-linear-gradient(#cc0000, #aa0000);
  background: -o-linear-gradient(#cc0000, #aa0000);
  background: -ms-linear-gradient(#cc0000, #aa0000);
  background: linear-gradient(#cc0000, #aa0000);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.ie7 #attendee_form label,
.ie8 #attendee_form label {
  width: 175px;
}

.submission_summary th {
  background-color: #f0f0f0;
  text-align: left;
}
.submission_summary th,
.submission_summary td {
  border-bottom: 1px solid #ddd;
}
.submission_summary tr:last-child th,
.submission_summary tr:last-child td {
  border-bottom: 0;
}

h1 {
  margin-bottom: 0;
}

