

body {
  background: black url(../images/content-bg.png) repeat-y 50% 0%;
  margin: 0px;
  padding: 0px;
}

body, input, select, textarea, td, p {
  font-family: Arial, sans-serif;
  font-size: medium;
  color: white;
}

a {
  color: white;
  text-decoration: underline;
}

a.current {
  text-decoration: none;
}

ol, ul {
  text-align: left;
}

#header {
  background: #00060a url(../images/header.png) no-repeat 50% 0%;
  height: 133px;
  width: 100%;
}

#nav {
  list-style: none;
  width: 100%;
  height: 36px;
  padding: 0px 0px 14px 0px;
  background: transparent url(../images/nav-bg.png) repeat-x 0% 0%;
  margin: 0px auto;
}

#nav li {
  float: left;
  height: 36px;
  background: transparent url(../images/nav-divider.png) no-repeat 100% 50%;
}

#nav li a {
  padding: 8px 13px 8px 10px;
  display: block;
}

#nav li label {
  margin-right: 5px;
}

#nav li a, #nav li label {
  color: white;
  text-shadow: black 0px 2px 2px;
  text-decoration: none;
  text-transform: lowercase;
}

#nav li.last {
  float: right;
  margin-right: 20px;
  padding: 0px;
  background: none;
}

#nav li.first {
}

#content {
  width: 927px;
  margin: 40px auto;
  text-align: center;
}

#footer {
  background: transparent url(../images/footer-bg.png) no-repeat 50% 0%;
  width: 100%;
  clear: both;
  height: 262px;
  padding-top: 1px;
}

#content form {
  text-align: left;
  background: transparent url(../images/form-bg.png) 0% 0% repeat;
  padding: 30px 10px 30px 10px;
  margin-top: -52px;
}

#content form li {
  margin-bottom: 5px;
}

#content form label {
  float: left; 
  display: inline;
  width: 175px;
  padding: 0;
  margin: 5px 0px 11px 0px; /* set top margin same as form inputs */
  text-align: left;
}

#content form input, #content form select, #content form textarea {
  margin: 5px 0 0; /* set top margin same as form labels */
  color: black;
}

#content form ul {
  list-style: none;
}

#content form ul li {
  position: relative; /* allow the helptext to be taken out of the flow, while
                         being positioned relative to the li of the input
                         it's supposed to be explaining */
}

form input[type="text"] {
  background: transparent url(../images/input-bg.png) 0% 0% no-repeat;
  border: none;
  height: 26px;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 3px;
  margin-top: 2px;
  width: 228px;
  color: black;
}

#content form input[type="checkbox"], #content form input[type="radio"],
#content form input[type="file"] {
  background: none;
}

.buttons {
  text-align: right;
  margin-top: 50px;
  width: 618px;
}

form label.error {
  clear: both;
  color: #FF05F0;
}

#content form label.error {
  margin-left: 175px;
  width: 100%;
}

#content form input[type="submit"] {
  background: white;
  border: 1px solid black;
  padding: 3px;
}

#content form .helptext {
  width: 400px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-bottom: 10px;
  padding-right: 80px;
  padding-top: 10px;
  text-transform: lowercase;
}

/* per-field error list */
#content form ul ul.errorlist {
  position: absolute;
  right: 0px;
  top: -10px;
  background: transparent url(../images/error-arrow.png) 0% 50% no-repeat;
  padding: 15px 0px 15px 36px;
}

#content form label.checkbox {
  display: inline;
  float: none;
}

li.terms_and_conditions {
  width: 618px;
  text-align: right;
}

li.terms_and_conditions ul.errorlist {
  right: -290px;
}

li.terms_and_conditions textarea {
  width: 618px;
}

#id_terms_and_conditions {
  display: inline;
  float: none;
}

#submission-form li.email {
  padding-top: 10px;
  height: 40px;
}

#submission-form li.password {
  height: 65px;
}

body a#fdbk_tab {
  top: 15px;
}

#login-dialog-form input[type="submit"] {
  margin-top: 10px;
  color: black;
}

/* site-wide headings */

/* page titles */
h1 {
  font-weight: bold;
  font-size: 140%;
  text-align: left;
}

/* page subtitles */
h2 {
  text-align: right;
  font-size: 120%;
}

/* content area titles */
h3 {
}

p {
  text-align: left;
  padding: 5px;
  margin: 3px 0px;
  text-indent: 1em;
}

#breadcrumbs {
  text-align: left;
  margin-top: -45px;
  margin-bottom: 20px;
}

#content .sitemap {
  margin-top: 30px;
}

.login-options {
  padding-top: 15px;
  padding-bottom: 80px;
  text-align: left;
}

