#header {
  width: 100%;
  height: 45px;
  background: #B72927 url(gfx/header_background.jpg);
}

#header img {
  margin: 23px 0px 0px 15px;
}

body {
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

a:link, a:visited, a:active {
  color: #B72927;
  text-decoration: none;
}

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

#container {
  width: 520px;
  padding: 13px 15px 15px 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.3em;
}

#title {
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

#text {
  margin-bottom: 10px;
  padding-top: 2px;
}

#text img {
  display: block;
  float: left;
  margin: 4px 7px 0px 0px;
  border: 1px solid #000000;
}

#question {
  height: 134px;
  padding-top: 2px;
  overflow: auto;
}

#question img {
  display: block;
  float: left;
  margin: 4px 7px 0px 0px;
  border: 1px solid #000000;
}

#answers {
  padding-top: 8px;
}

#answers .answer {
  clear: left;
  padding-top: 10px;
}

#answers .answer .input {
  float: left;
  margin-right: 5px;
}

#answers .answer .text {
  float: left;
  width: 490px;
  padding-top: 1px;
}

#topics .head {
  height: 30px;
  border-bottom: 1px solid #000000;
}

#topics .head .text {
  float: left;
  width: 175px;
}

#topics .head .input {
  float: left;
  width: 65px;
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}

#topics .topic {
  clear: left;
  height: 20px;
  border-bottom: 1px solid #EAEAEA;
}

#topics .topic .text {
  float: left;
  width: 175px;
  padding-top: 2px;
}

#topics .topic .input {
  float: left;
  width: 65px;
  text-align: center;
}

#topics .alert {
  color: #BBBBBB;
  font-style: italic;
}

#topics #footer {
  margin-top: 5px;
  font-size: 0.9em;
}

#button_next {
  position: absolute;
  left: 445px;
  top: 415px;
}

#button_next input {
  width: 90px;
}

#button_prev {
  position: absolute;
  left: 15px;
  top: 415px;
}

#button_prev input {
  width: 90px;
}
