@font-face {
  font-family: LubalinGraphMediumBT;
  src: url('/fonts/LubalinGraphMediumBT.eot');
  src: url('/fonts/LubalinGraphMediumBT.eot') format('embedded-opentype'),
       url('/fonts/LubalinGraphMediumBT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  background: #adcbe3 url(/images/bg-gradient.png) repeat-x top center;
  background: -webkit-gradient(linear, left top, left bottom, from(#adcbe3), to(#d1f0ff));
  background:  url(/images/star-rays.png) no-repeat top center, -moz-linear-gradient(top,  #adcbe3,  #d1f0ff);
}
body {
  background:  url(/images/star-rays.png) no-repeat top center;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: 'LubalinGraphMediumBT', 'Arial Black';
}

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

img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #2E75B5;
}

a:visted {
  color: #2E75B5;
}

#top_container {
  position: relative;
  width: 960px;
  height: 615px;
  margin: 0px auto;
}

#back_button {
  position: absolute;
  top: 280px;
  left: 80px;
  height: 50px;
  width: 50px;
  background: url(/images/navigation-sprite.png) no-repeat 0px -50px;
}

#forward_button {
  position: absolute;
  top: 280px;
  right: 10px;
  height: 50px;
  width: 50px;
  background: url(/images/navigation-sprite.png) no-repeat;
}

#content_top {
  height: 162px;
  margin: 0px auto;
}

#content_top_border {
  width: 395px;
  height: 8px;
  margin-left: 260px;
  background: url(/images/blue-border1.png) no-repeat;
  box-shadow: 0px 4px 10px #ACC8DE;
}

#content_bottom_border {
  width: 395px;
  height: 8px;
  margin-left: 260px;
  background: url(/images/blue-border2.png) no-repeat;
  box-shadow: 0px -5px 10px #ACC8DE;
}

#progress_bar {
  height: 100px;
}

#rates {
  color: #2E75B5;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px white;
}

#rates a {
  color: #1d4971;
  text-decoration: underline;
}

.terms {
  font-size: .5em;
  color: #1d4971;
}

#loan_offers {
  text-shadow: 1px 1px 1px white;
  color: #2E75B5;
  font-size: 30px;

  /* margin-left: 170px; */
  text-align: center;

  margin-bottom: 30px;
  padding-top: 10px;
}

#logo {
  text-align: center;
  margin: 0px auto;
  padding: 20px 0px;
}

#content {
  margin: 15px;
  height: 300px;
}

.question {
  text-shadow: 1px 1px 1px white;
  color: #0C3C62;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
}

.answers {
/*  margin-left: 52px;*/
  margin: 0px auto;
  padding: 0px auto;
  text-align: center;
  font-size: 25px;
}

button {
  text-shadow: 0px 0px 3px white;
  color: #000000;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 32px;
  width: 250px;
  font-family: 'LubalinGraphMediumBT', 'Arial Black';
  border: 1px solid #6591AE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B8D5EB), to(#789BB5));
  background: -moz-linear-gradient(top,  #B8D5EB,  #789BB5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8D5EB', endColorstr='#789BB5');
}

button:hover:enabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#C2E0F7), to(#80A6C2));
  background: -moz-linear-gradient(top,  #C2E0F7,  #80A6C2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2E0F7', endColorstr='#80A6C2');
}

button:active:enabled {
  background: #80A6C2;
}

.next_button, .submit_button {
  width: 170px;
  margin: 0px 0 0 154px;
}

#girl {
  width: 338px;
  height: 427px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#footer {
  text-align: center;
  width: 100%;
  padding-top: 15px;
/*  background: url(/images/repeating-city.png) repeat-x bottom, #c0def6;*/
  min-height: 100px;
}

#footer .policy {
  margin-left: -50px;
}

form p {
  position: relative;
  padding: 0;
  margin: 0;
}

label  {
  position: absolute;
  top: 5px;
  left: 55px;
}

input, select {
  font-family: 'LubalinGraphMediumBT', 'Arial Black';
  height: 35px;
  margin-bottom: 15px;
  font-size: 0.8em;
}

select {
  border: 1px solid #ccc;
  margin-bottom: 45px;
}

input[type='text'] {
  width: 320px;
}

#input_form {
  margin: 20px 0 0 240px;
  width: 420px;
}

#form_field {
  width: 312px;
}

#terms {
  margin-top: 40px;
  font-size: 10px;
  color: gray;
}

#complete {
  text-align: center;
  padding-top: 55px;
}

.error {
  color: red;
}
