#course-details {  
  margin-bottom: 2em;
}
#course-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#course-details ul {
  display: block;
}
#course-details ul li {
  float: left;
  width: 49.9%;    
}
#course-details ul li span {
  display: block;
  background: #e7e7f3;
  margin: 3px;
  padding: 5px 7px 5px 7px;
}
#course-details ul li.left span {
  margin-left: 0;
}
#course-details ul li.right span {
  margin-right: 0;
}

.form-section-heading {
  background: #1f3888;
  color: #fff;
  padding: 5px 7px 5px 7px;
  font-weight: bold;
  margin: 0;
  font-size: 1em;
}
.form-section {
  background: #e7e7f3;
  margin-bottom: 1.5em;
  padding: 15px 20px 15px 10px;
}
.form-section table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.form-section table th,
.form-section table td {
  padding: 5px;
  margin: 0;
  vertical-align: top;
}
.form-section table th {
  font-style: normal;
  font-weight: bold;
  text-align: right;
  padding-top: 8px;
}
.form-section table th.block {
  text-align: left;
  padding-top: 0;
}
.form-section table td input.text {
  width: 130px;
}
.form-section table td em {
  font-style: normal;
  font-size: 0.9em;
}

.form-section-green {
  background: #c0e4da;
  padding: 15px;
  margin-bottom: 1.5em;
}
.form-section-green p.introduction {
  color: #bd0004;
  font-weight: bold;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  line-height: 1.4em;
}
.form-section-green table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: 1px solid #9ec3bb;
}
.form-section-green table th,
.form-section-green table td {
  padding: 10px;
  background: #9ec3bb;
  border: 1px solid #c0e4da;
}
.form-section-green table th {
  text-align: right;
}
.form-section-green table thead td {
  background: #e2f1ee;
  padding: 3px 8px 3px 8px;
  font-weight: bold;
  text-transform: uppercase;  
}
.form-section-green table tbody td {
  text-align: center;
  border-left: 3px solid #c0e4da;
  border-right: 3px solid #c0e4da;
}

table#personal-details,
table#special-needs,
table#demographics,
table#additional-information {
  width: 100%;
}

table#personal-details td input.title {
  width: 90px;
}
table#personal-details td input.postcode {
  width: 100px;
}
table#personal-details td input.parish {
  width: 110px;
}
table#personal-details td input.marriage-date {
  width: 90px;
}

table#special-needs td.left table td textarea {
  margin-bottom: 1em;
}
table#special-needs td.right {
  padding-right: 10px;
}
table#special-needs td.right table td {
  line-height: 1.75em;
  padding-bottom: 14px;
}
table#special-needs td.right table td * {
  vertical-align: middle;
  margin-right: 5px;
}

table#demographics td input.date-of-birth {
  width: 90px;
  text-align: center;
}
table#demographics td label {
  margin-left: 7px;
  margin-right: 7px;
}
table#demographics td label * {
  margin-right: 5px;
  vertical-align: middle;
}

#course-footer p.policies {
  float: left;
  width: 180px;  
}
#course-footer p.proceed {
  float: right;  
  text-align: right;
  width: 400px;
}
#course-footer p.proceed * {
  vertical-align: middle;
}
#course-footer p.proceed label {
  margin-right: 8px;
}
#course-footer p.proceed label a {
  text-decoration: underline;
}
#course-footer p.proceed input.button {
  border: none;
  background: url(/proceed_to_payment_details_button.gif) no-repeat;
  color: #fff;
  width: 182px;
  height: 30px;  
}
