header, article, footer, section {
  display: block; }

html {
  background: #555555 url(/_/img/cf-background.jpg) fixed left top repeat; }

body {
  color: #444444;
  font: normal 15px/1.3 sans-serif; }

a {
  color: #882222;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a.btn, button, input[type="submit"] {
  padding: 5px 8px;
  color: #222222;
  background-color: #dddddd;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc #666666 #666666 #bbbbbb;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc');
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  background: -moz-linear-gradient(top, #eeeeee, #cccccc); }
  a.btn:hover, button:hover, input[type="submit"]:hover {
    color: black;
    text-decoration: none;
    background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ededed', endColorstr = '#c5c5c5');
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c5c5c5));
    background: -moz-linear-gradient(top, #ededed, #c5c5c5); }
  a.btn:active, button:active, input[type="submit"]:active {
    border-color: #666666 #bbbbbb #cccccc #666666;
    background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#dddddd');
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
    background: -moz-linear-gradient(top, #cccccc, #dddddd); }

body {
  background: #777777;
  width: 960px;
  margin: 30px auto 90px auto; }

header#sitehead, footer#sitefoot {
  background-color: #993322;
  border-left: 30px solid #882211;
  border-right: 30px solid #882211;
  color: white; }

header#sitehead {
  position: relative;
  padding: 0 30px; }
  header#sitehead h1 {
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 23px 0 13px 75px;
    font-size: 25px;
    background: transparent url(/_/img/sabc-logo-negative-60x30.png) left center no-repeat; }

footer#sitefoot {
  padding: 18px 0;
  color: white;
  font-size: 165%;
  height: 30px;
  background: #993322 url(/_/img/sabc-logo-negative-60x30.png) center center no-repeat;
  text-indent: -9999px; }

#enrollinfo, #pageinfo {
  background-color: white;
  border-left: 30px solid #eeeeee;
  border-right: 30px solid #eeeeee;
  color: #333333;
  padding: 1px 30px;
  position: relative; }

#enrollinfo {
  padding-bottom: 20px; }
  #enrollinfo a.btn {
    position: absolute;
    top: 20px;
    right: 30px; }
  #enrollinfo #infobox {
    border: 1px solid #555555;
    padding: 15px;
    margin: 0 -15px; }
    #enrollinfo #infobox dt {
      display: inline;
      font-weight: bold;
      margin: 0;
      white-space: nowrap; }
    #enrollinfo #infobox dd {
      display: inline;
      margin: 0 2em 0 0;
      white-space: nowrap; }
  #enrollinfo h1 {
    font-size: 23px;
    line-height: 1.1; }

#pageinfo {
  padding: 1px 30px 12px 30px; }
  #pageinfo h1 {
    font-size: 180%; }
  #pageinfo .callout {
    background: #eeee99;
    border-top: 1px solid #dddd88;
    border-bottom: 1px solid #cccc77;
    border-right: 33px solid #dddd88;
    position: absolute;
    top: 6px;
    right: -33px;
    font-size: 150%;
    padding: 8px 50px 8px 60px; }

#pageform {
  color: #333333;
  background: white;
  margin: 0;
  width: 650px;
  padding: 1em 0 0 0; }
  #pageform dl {
    font-size: 16px; }
  #pageform dt {
    display: block;
    float: left;
    width: 195px;
    text-align: right;
    font-weight: bold;
    clear: left;
    padding-top: 5px; }
  #pageform dd {
    margin-left: 208px;
    padding-bottom: 8px; }
    #pageform dd.plain {
      padding-top: 5px;
      padding-left: 6px;
      padding-bottom: 10px; }
  #pageform input {
    font-size: 16px;
    font-family: sans-serif; }
    #pageform input.text {
      padding: 6px 0 6px 4px;
      background: #f6f6f6;
      line-height: 1;
      height: 16px;
      width: 331px;
      margin-bottom: 1px;
      border: 1px solid #aaaaaa;
      border-left-color: #cccccc;
      border-bottom: 2px solid black;
      transition: background 200ms linear;
      text-transform: uppercase;
      -moz-transition: background 200ms linear;
      -webkit-transition: background 200ms linear;
      -o-transition: background 200ms linear; }
      #pageform input.text:focus {
        background: #ffffcc;
        outline: none;
        border-color: #aaaa88 #aaaa88 #886600 #aaaa88; }
    #pageform input.sm {
      width: 44px; }
    #pageform input.half {
      width: 163px; }
  #pageform .formfoot {
    background: #eeee99;
    border-top: 1px solid #dddd88;
    border-bottom: 1px solid #cccc77;
    background-color: #eeee99;
    border-left: 30px solid #dddd88;
    border-right: 30px solid #dddd88;
    padding: 11px 167px;
    margin: 28px -60px 11px -60px;
    width: 566px;
    text-align: center;
    font-size: 21px;
    position: relative; }
    #pageform .formfoot .backlink {
      position: absolute;
      top: 8px;
      left: 15px; }
      #pageform .formfoot .backlink input[type="submit"] {
        font-size: 12px; }
    #pageform .formfoot .forwardlink {
      position: absolute;
      top: 7px;
      left: 615px; }
