
div.internal_content fieldset.form_fieldset {
  border: 2px solid #DFEAE7;
  background-image: url(/images/application_form/fieldset_back.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 5px 5px 20px 5px;
  margin: 10px 0px;
}

div.internal_content input.submit_button {
  background-image: url(/images/application_form/submit_button_back.png);
  background-repeat: repeat-x;
  border: 1px solid #004F44;
  color: #FFFFFF;
  cursor: pointer;
}

a.policy_list_button, a.policy_cancel_button {
  background-image: url(/images/structure/next_stage_button.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  text-align: center;
  height: 25px;
  width: 166px;
  color: #ffffff;
  padding-top: 15px;
  /* temp */
  border:1px solid #CCCCCC;
  background-color: #f0f0f0;
  color: #525252;
  padding-top:2px;
  height: 18px;
  /* --- */
}

a.policy_list_button:hover, a.policy_cancel_button:hover {
  text-decoration: none;
}
a.policy_list_button:focus, a.policy_cancel_button:focus {
  border:1px solid #CCCCCC;
}

.application_form_continue {
  background-image: url(/images/structure/next_stage_button.gif);
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
  width: 166px;
  height: 41px;
  color:#ffffff;
  cursor: pointer;
  /* temp */
  border:1px solid #CCCCCC;
  background-color: #f0f0f0;
  color: #000000;
  height: 25px;
  width: 250px;
  padding-bottom: 3px;
  /* --- */
}

.introducer_quick_quote_continue {
background-color:#F0F0F0;
border:1px solid #CCCCCC;
color:#000000;
cursor:pointer;
display:block;
height:15px;
margin-left:150px;
padding:5px 40px;
text-transform:uppercase;
width:40px;
}

a.policy_cancel_button {
  float: right;
}

div.internal_content fieldset.form_fieldset select option.profession {
  font-weight: bold;
  background-color: #F2F7F5;
}

div.internal_content form {
  margin: 0px;
  padding: 0px;
}

div.internal_content table tr td.form_col1 {
  width: 35%;
  text-align: right;
}

div.internal_content table tr td.form_col2 {
  width: 10%;
  text-align: center;
}

div.internal_content table tr td.form_col3 {
  width: 55%;
}

div#helptable, div#introducer_helptable {
  position: absolute;
  width: 250px;
  height: auto;
  border: 2px solid #525252;
  z-index: 500;
  display: none;
  background-color: #F2F7F5;
  padding: 5px;
}

div#helptable p.helptable_close, div#introducer_helptable p.helptable_close {
  float: right;
  width: 15px;
  height: 15px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

div#helptable h1, div#introducer_helptable h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

div.application_totals {
  background-image: url(/images/application_form/fieldset_back.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #F2F7F5;
  padding: 0px 5px 5px 5px;
  margin: 0px 0px 20px 0px;
  clear: both;
}

div.application_totals h3 {
  margin: 0px;
  padding: 1px 0px 10px 0px;
  font-size: 12px;
  font-weight: bold;
}


div.application_totals ul {
  margin: 0px;
  padding: 0px;
  height: auto;
  position: relative;
}

div.application_totals ul li {
  list-style-type: none;
  float: left;
  padding: 0px;
  margin: 0px;
  height: 14px;
  position: relative;
  display: block;
}

div.application_totals ul li.policy_total_title {
  width: 80%;
}

div.application_totals ul li.policy_total_price {
  width: 20%;
}

div.application_totals ul li.policy_total_total_price, div.application_totals ul li.policy_total_total_title {
  font-weight: bold;
  background-color: #DFEAE7;
  margin-top: 15px;
  font-size: 12px;
  height: 16px;
}

div.application_totals ul li.policy_total_total_title {
  width: 80%;
}

div.application_totals ul li.policy_total_total_price {
  width: 20%;
}

div.spacer {
  clear: both;
  width: 100%;
  height: 1px;
  font-size: 0px;
}

td.cus_policies_1 {
  width: 25%;
}

td.cus_policies_2 {
  width: 25%;
}

td.cus_policies_3 {
  width: 20%;
}

td.cus_policies_5 {
  padding-right: 10px;
}

td.cus_policies_4 {
  width: 20%;
  text-align: right;
}

td.cus_invoices_1 {
  width: 50%;
}

td.cus_invoices_2 {
  width: 25%;
}

td.cus_invoices_3 {
  width: 25%;
  text-align: right;
}

td.quickq_1 {
  width: 48%;
}

td.quickq_2 {
  width: 5%;
  text-align: center;
}

td.quickq_3 {
  width: 47%;
}

td.quickq_1.main, td.quickq_2.main, td.quickq_3.main {
  padding-top: 0px;
}

p.success_message {
  font-size: 120%;
  font-weight: bold;
}
