#page{
  margin-top:18px;
}
#banner, #footer{
  background-color:#fff;
}
#main{
  padding:0;
  background:none;
  width:100%;
  text-align:center;
  border:none;
}
#content{
  position: absolute;
  top:108px;
  left: 360px;
  width:414px;
  height:414px;
}
#title{
  position: absolute;
  top:18px;
  left:18px;
  height:108px;
}
#title h1{
  margin-top:18px;
  color:#fff;
  font-size:36px;
}
#previous_button{
  position:absolute;
  bottom:22px;
  left:0px;
}
#progress-bar{
  position:absolute;
  bottom:22px;
  left:130px;
  font-weight:bold;
}
#progress-text-value{
  z-index:+1;
}
#progress-bar-border{
  position:absolute;
  bottom:0px;
  left:35px;
  width:200px;
  font-size:8pt;
  border-style:solid;
  border-width:1px;
  height:13px;
}
#progress-bar-line{
  height:13px;
  border:0;
}
#next_button{
  position:absolute;
  bottom:22px;
  right:0px;
}
#question_instructions{
  font-weight: bold;
  font-size: 13pt;
  text-align:center;
}
ol.referral_questions{
  margin-bottom: 10px;
  padding-left: 5px;
  list-style-type: none;
}
ol.referral_questions li.referral_question{
  margin-top:8px;
}
ol.referral_questions li.referral_question .referral_question_text{
  font-weight:bold;
}
ol.referral_questions li.referral_question div.question_value{
  padding-left: 0px;
}
ul.referral_question_values{
  list-style-type: none;
  padding-left: 0px;
}
li.referral_question_value{
  margin-top: -1px;
}
li.referral_question_value input{
  margin-left:0px;
}
div.referral_field{
  float:left;
  width:407px;
  margin-bottom:7px;
}
div.referral_field_label {
  float:left;
  width:150px;
  font-weight:bold;
  font-size:10pt;
}
.referral_field_comment{
  font-weight:normal;
  font-size:8pt;
}
div.referral_field_value{
  float:left;
  width:250px;
}
.list-line-even{
  background-color:#E2FFBF;
}
.list-line-odd{
  background-color:#FFE2BF;
}
.criteria_weight_page_title{
  font-weight:bold;
  text-align:center;
}
.contact_information_page_title{
  font-size:13pt;
  font-weight:bold;
  text-align:center;
  margin-bottom:10px;
}
th.question_name{
  text-align:center;
  width:50%;
}
td.question_name{
  width:50%;
}
th.value_for_question_weight{
  font-weight:normal;
  text-align:center;
  width:6%;
}
td.value_for_question_weight{
  text-align:center;
  width:6%;
}
a.help{
  background-color:#ddddff;
}
.referral_error_field_state{
  color: red
}
.referral_initial_field_state{
  color: black
}