body {
  background-color: #CCC;
  background-image: url(../img/testcenter/logo_background.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  text-align: center;
}

a {
  color: #006ab2;
}

div#logo {
  position: fixed;
  margin: 5px;
  right: 0;
  bottom: 0;
}

div#logo img {
  border: 0;
  width: 120px;
  height: 53px;
}

div.question {
  margin: 70px auto 0 auto;
  width: 500px;
  padding: 50px 25px 50px 25px;
  text-align: left;
  background-color: white;
}

div.question h3 {
  color: #006ab2;
}

div.answer ul {
  color: #006ab2;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

div.answer dl {
  clear: both;
  display: block;
  margin-bottom: 20px;
}

div.answer dt {
  clear: left;
  float: left;
  width: 80px;
}

div.answer dd {
  float: left;
}

div.submit {
  clear: both;
  padding: 15px 0;
}

div.submit input {
  color: #FFF;
  font-size: 10pt;
  cursor: hand;
  font-weight: bold;
  background-color: #006ab2;
  min-width: 100px;
  padding: 12px;
  vertical-align: middle;
  border: none;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

div.submit input:hover {
  text-decoration: underline;
}

div.submit input.disabled {
  color: #AAA;
}

div.submit input:hover.disabled {
  text-decoration: none;
}

div.input {
  clear: both;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

div.input label {
  display: block;
  width: 130px;
  float: left;
}

div.input input {
  border: 1px solid #b0b1b3;
  padding: 5px 10px;
}

.prog-border {
  height: 20px;
  width: 100%;
  background: #FFF;
  border: 1px solid #CCC;
  margin: 0;
  padding: 0;
  position: relative;
}

.prog-bar {
  height: 100%;
  background: #C9DDEC;
}

.prog-text {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  left: 0;
  width: 100%;
  text-align: center;
  color: #006ab2;
}
