/* CSS Document */
body {
  width: 750px;
  height: auto;
  background: rgb(21,109,183);
  margin: 0px;
}

div {
  position:relative;
  padding-left: 5px;
  padding-right: 5px;
}

#header {
  width: 740px;
  height: 30px;
  top: 0;
  right:0;
  bottom:auto;
  left:0;
  background: #3664C2;
}

#next {
  position: absolute;
  top: 220px;
}

#progress_bar {
  position: absolute;
  top: 225px;
  left: 65px;
  height: 15px;
  width: 110px;
  background-color: #ffffff;
  border: 1px solid #1c5180;
  font-size: 12px;
  color: #000000;
  text-align: right;
}

#survey {
  width: 720px;
  height: 370px;
  top: 10px;
  left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgb(21,109,183);
  color: #ffffff;
  font-size: 14px;
  font-family: sans-serif, Arial;
}

#footer {
  width: 740px;
  height: 30px;
  top: 20px;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif, Arial;
  color: #ffffff;
  background: #3664C2;
}

a { text-decoration: none; font-weight:bold; font-size: 12px; font-family: sans-serif, Arial; color: #ffffff; }
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

b { text-decoration: none; font-weight:bold; font-size: 14px; font-family: sans-serif, Arial; color: #ffffff; }
td { text-decoration: none; font-weight:normal; font-size: 14px; font-family: sans-serif, Arial; color: #ffffff; }

.questions { visibility: hidden; position: absolute; left: 0px; top: 0px; }
.answers { display: block; }

input radio {
  font-size: 14px;
  font-family: sans-serif, Arial;
  font-weight: bold;
  background: #0087BE;
}

.grey { color: #bccccc; }