
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,
div.content.quick-quote 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/application_form/submit_button_back.png);
  background-repeat: repeat-x;
  border: 1px solid #004F44;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 150px;
  padding: 2px 0px;
}

a.policy_list_button:hover, a.policy_cancel_button:hover {
  text-decoration: none;
}

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 {
  position: absolute;
  width: 250px;
  height: auto;
  border: 2px solid #004F44;
  z-index: 500;
  display: none;
  background-color: #F2F7F5;
  padding: 5px;
}

div#helptable p.helptable_close {
  float: right;
  width: 15px;
  height: 15px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

div#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: 40%;
}

td.quickq_2 {
  width: 5%;
  text-align: center;
}

td.quickq_3 {
  width: 55%;
}

form#quick_quote table td,
form#quick_quote table td,
form#quick_quote table td{
	padding-top: 2px;
}

td.quickq_1.main, td.quickq_2.main, td.quickq_3.main {
  padding-top: 15px !important;
}

p.success_message {
  font-size: 120%;
  font-weight: bold;
}

div.policy_inception_date select {
  width: 54px !important;
}

div.sale_inception_date select {
  width: 54px !important;
}


/* quote form */

form#quick_quote {
	width: 460px;
	margin: 0 auto;
}
.quote_form_step_1 {
  display: block;
  width: 462px;
  height: 24px;
  background-image: url(../images/quote_step_quick_quote.jpg);
  background-repeat: no-repeat;
	margin: 0 auto;
	margin-top:3px;
}
.quote_form_step_2 {
  display: block;
  width: 462px;
  height: 24px;
  background-image: url(../images/quote_step_select_policies.jpg);
  background-repeat: no-repeat;
	margin: 0 auto;
	margin-top:3px;
}
.quote_form_step_3 {
  display: block;
  width: 462px;
  height: 24px;
  background-image: url(../images/quote_step_level_of_cover.jpg);
  background-repeat: no-repeat;
	margin: 0 auto;
	margin-top:3px;
}
.quote_form_step_4 {
  display: block;
  width: 462px;
  height: 24px;
  background-image: url(../images/quote_step_policy_questions.jpg);
  background-repeat: no-repeat;
	margin: 0 auto;
	margin-top:3px;
}
.quote_form_step_5 {
  display: block;
  width: 462px;
  height: 24px;
  background-image: url(../images/quote_step_payment.jpg);
  background-repeat: no-repeat;
	margin: 0 auto;
	margin-top:3px;
}
.quote_form_step_6 {
  display: block;
  width: 462px;
  height: 24px;
  background-image: url(../images/quote_step_complete.jpg);
  background-repeat: no-repeat;
	margin: 0 auto;
	margin-top:3px;
}

.qq_terms_of_business
{
 text-align:center;
 margin-bottom: 10px;
}

.qq_information {
	width: 460px;
	margin: 0 auto;
}

.success_message {
	font-weight: bold;
}
  
a.quick_quote_continue {
  background-image: url(../images/structure/apply_now_image.gif);
  background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 5px;
  width: 154px;
  height: 34px;
	text-decoration: none;
}
a.quick_quote_continue {
  text-decoration: none;
}

.date_selects select {
  width: 54px;
}

select#cc_type {
	width: 202px;
}
select#cc_exp_mm {
	width: 50px;
}
select#cc_exp_yy {
	width: 50px;
}
input#cc_postcode {
	width: 200px !important;
}

div#price_indication {
	
}
div#price_indication table td {
	padding-bottom:3px;
}

form#quick_quote table td.form_col1,
form#quick_quote table td.quickq_1 {
	width: 55%;
	text-align: left;
}
form#quick_quote table td.quickq_1 {
	padding-left: 10px;
}
form#quick_quote table td.quickq_1.main {
	padding-left: 0;
}
form#quick_quote table td.quickq_1.main span {
	float: left;
}
form#quick_quote table tr.sale-total {
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
	padding-bottom:3px;
}

div.content.quick-quote div.internal_ccol {
	width: 820px;
}

div.content.quick-quote p.qq-faq {
	float: right;
	margin-top: -25px;
}

div.content.quick-quote form#quick_quote {
	width: auto;
}

div.content.quick-quote div.submit_row {
	background-color: #f2f7f5;
	float: left;
	margin: 17px 0 0 15px;
	padding-bottom: 10px;
	width: 275px;
}
div.content.quick-quote div.submit_row > p {
	padding: 5px;
}
div.submit_row > input {
	margin: 10px auto 0 auto;
	display: block;
}

div.content.quick-quote div.application_totals {
	margin: 0;
}
div.content.quick-quote div.application_totals h3 span {
	font-size: 11px;
}
div.content.quick-quote div.application_totals p.disclaimer {
	margin: 0;
  padding-top: 0;
}

div.content.quick-quote div.quote_form_container {
	float: left;
	width: 530px;
}

div.content.quick-quote div.internal_rcol {
	display: none;
}

div.content.quick-quote div.rcol_cta {
	float: left;
  margin: 15px 0 0 60px;
  width: 190px;
}

div.content.quick-quote div.rcol_cta > div {
  clear: left;
  display: block;
  padding-top: 10px;
	text-align: center;
}
div.content.quick-quote div.rcol_cta div.rcol_verisign_logo {
  height: 100px;
}
div.content.quick-quote div.rcol_cta div.rcol_callback {
	text-align: left;
  padding: 0 0 0 15px;
}
