@charset "utf-8";

/* CSS for Quick Apply Intro Module */
/* CSS Document */


#QuickApply_wrapper {

	width: 267px;
	background: url(media/images/quick-apply-slice.gif) repeat-y left top;
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
	float:right;
	
}

#QuickApply_Slice {

	
	background: url(media/images/quick-apply-top.gif) no-repeat left top;

}

#QuickApply_footer {

	background: url(media/images/quick-apply-footer.gif) no-repeat bottom left;
	
	
}

#QuickApply_Clear {

	clear: both;
}



#QuickApply_FormWrapper {

	width: 240px;
	margin: 0 auto;

	
}

#QuickApply_FormPadding {

	padding: 50px 0 25px 0;

}

fieldset {
	
	border: none;

}

#QA_WrapperLeft {

	width: 110px;
	float: left;
	
}

#QA_WrapperRight {

	width: 100px;
	/*padding-right: 5px;*/
	float: left;
	margin-left: 10px;
	
}

#QuickApply_Form legend {

	display: block;

}



.QA-LeftElement {

	display: block;
	float: left;
	padding-bottom: 10px;
	width: 110px;
	
}

.QA-RightElement {

	display: block;
	float: left;
	padding-bottom: 10px;
	width: 110px;
	
}

#QuickApply_wrapper input#first_name,
#QuickApply_wrapper input#mobile_phone,
#QuickApply_wrapper input#last_name,
#QuickApply_wrapper input#home_phone,
#QuickApply_wrapper input#post_code,
#QuickApply_wrapper input#loan_amount {

	width: 110px;

}

#QuickApply_wrapper input#loan_amount {

	width: 100px;
	font-size: 11px;

}

#QuickApply_wrapper input#email_address {

	width: 180px;
	margin-right: 10px;

}

.Email_Field {

	float: left;

}

.accept_Terms input {
	

	
}

.QA_Submit {
 
	width: 100%;


}

/*	.QA_SubmitRight {

	float: right;
	padding: 0;
	margin: 0 10px 0 0;

}  */


#Submit2 {

	margin: 0 18%;
	width: 150px;

}

#Email_Clear {

	clear: both;
	
}
