#facebox .body {
  position: relative;
  color: #dddddd;
  background-color: #191919; }
  #facebox .body h1 {
    font-size: 1.3em; }
  #facebox .body h1, #facebox .body h2, #facebox .body h3, #facebox .body h4, #facebox .body h5, #facebox .body h6 {
    margin-bottom: 10px;
    display: block;
    height: 20px;
    color: white;
    border-bottom-width: 1px;
    border-bottom-color: #3b3b3b;
    border-bottom-style: dotted; }
  #facebox .body p {
    font-size: 1.1em;
    margin-bottom: 10px; }
  #facebox .body ol {
    list-style: decimal;
    padding-left: 20px; }
  #facebox .body h2 {
    border-bottom: 0;
    display: inline; }
  #facebox .body * {
    z-index: 10000; }
  #facebox .body .registration_reminder {
    position: absolute;
    left: 190px;
    top: 20px;
    color: #A8A8A8;
    font-weight: bold; }
    #facebox .body .registration_reminder a {
      text-decoration: underline;
      color: #A8A8A8;
      margin-left: 10px; }
  #facebox .body .eligibility_reminder {
    font-size: 0.9em;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #B0B0B0; }
#facebox .footer {
  border: none;
  display: none;
  height: 0px;
  padding: 0;
  margin: 0; }
