﻿body div.registration > span.introduction {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  background-color: #ffc6c6;
  padding: 10px;
  border: 1px solid #f00;
  margin-bottom: 10px;
}
body div.registration .registrationSection > h3 {
  width: 190px;
  text-align: right;
  color: #A20B0B;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
body fieldset.registration .instructor-mode .completed {
  display: none;
}
