/* CSS Document */
/* APPLY FORM */
.formWrapper{
	width:560px;
	margin:10px auto;
	background:url("/resources/images/form/formTop.gif") no-repeat;
	padding-top:10px;
	font-size:0.9em;
	}
.fieldsetWrapper{
	background:url("/resources/images/form/formBg.gif") no-repeat bottom #DFF2FF;
	padding:10px 0 10px 10px;
	}	
fieldset{
	border:none;
	}
legend{
	color:#03ACCD;
	font-size:1.4em;
	font-weight:bold;
	margin-left: 0;
	}
.labelWrapper{
	margin-bottom:10px;
	clear: both;
	min-height: 25px;
	}
label.label{
	color:#006699;
	font-weight:bold;
	float:left;
	text-align:right;
	width:210px;
	margin-right:15px;
	}
label.lrg{
	width:260px;
	margin-right:15px;
	}
label.pound{
	width:260px;
	margin-right:7px;
	}
label.checkbox{
	text-align:left;
	width:500px;
	}
select, input{
	color:#6E7562;
	font-size:0.9em;
	}
select.sml, input.sml{ width:55px;}
select.med, input.med{ width:120px}
select.lrg, input.lrg{ width:170px;}

textarea {
	color:#6E7562;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
span.mandatory{
	color:#ED1000;
	font-size:1.2em;
	}
span.example{
	font-size:0.9em;
	color:#A0A794;
	font-style:italic;
	}
span.example2{
	color:#A0A794;
	font-size: 1em;
	font-style:italic;
	}
span.example_forename,
span.example_surname,
span.example_dob,
span.example_home,
span.example_mobile,
span.example_email,
span.example_email2,
span.example_address1,
span.example_address2,
span.example_address3,
span.example_address4,
span.example_postcode,
span.example_national_insurance,
span.example_total_existing,
span.example_monthly_outgoings,
span.example_monthly_mortgage,
span.example_dependants,
span.example_weekly_income,
span.example_weekly_outgoings,
span.example_employer_name,
span.example_work_telephone,
span.example_nationality {
	font-size:0.9em;
	color:#333;
	padding-left: 10px;
	background: url("/resources/images/common/redArrowLeft.gif") no-repeat center left;
	}	
.labelWrapper div.error, .labelWrapper div.note{
	margin:0 0 6px 225px;
	}
div.error.lrg {
	margin:0 0 6px 275px;
	}
div.error.check {
	padding-left:14px;
	}
div.error{
	color:#ED1000;
	}
.buttonWrapper{
	height:30px;
	padding:10px;
	text-align:center;
	background:url("/resources/images/form/fromBot.gif") no-repeat;
	}	
input.nextButton{
	background:url("/resources/images/form/nextButton.gif") no-repeat;
	width:72px;
	height:25px;
	border:none;
	color:#fff;
	font-weight:bold;
	}

.confirmBox{
	background:url("/resources/images/form/confirmBox.jpg") no-repeat #CBE8FF;
	width:560px;
	margin:10px auto;
	}
.confirmBox .reference{
	color:#fff;
	float:right;
	width:95px;
	text-align:center;
	margin:30px 70px 0 0;
	_margin-right:35px;
	}	
.confirmBox .reference span{
	font-size:1.5em;
	font-weight:bold;
	}
.confirmBox .text{
	padding:130px 20px 40px 20px;
	width:330px;
	}
.confirmBox h3{
 	color:#069;
	}
.confirmBox h4{
 	color:#03ACCD;
	}
.confirmBox .confirmBoxBot,
.confirmAgentBox .confirmBoxBot{
	background:url("/resources/images/form/confirmBoxBot.gif") no-repeat bottom;
	padding:5px;
	}
	
	
	
	
.confirmAgentBox{
	background:url("/resources/images/form/confirmAgentBox.jpg") no-repeat #CBE8FF;
	width:560px;
	margin:10px auto;
	}
.confirmAgentBox .reference{
	color:#fff;
	float:right;
	width:95px;
	text-align:center;
	margin:30px 70px 0 0;
	_margin-right:35px;
	}	
.confirmAgentBox .reference span{
	font-size:1.5em;
	font-weight:bold;
	}
.confirmAgentBox .text{
	padding:130px 20px 40px 20px;
	width:330px;
	}
.confirmAgentBox h3{
 	color:#069;
	}
.confirmAgentBox h4{
 	color:#03ACCD;
	}

