@charset "utf-8";
#headerBox{
	background:url(Imgs/BGs/Hdr_Quote.jpg) no-repeat #fff;
	}
	
/*Form confirmation box - all other form rules are in FormQuoteStyle.css*/
.confirmBox{
	margin:20px 0 0 0;
	min-height:328px;
	width:850px;
	padding:50px 20px 0 20px;
	background:url(Imgs/BGs/QuoteForm_BG.gif) no-repeat;
	text-align:center;
}
.confirmBox p{
	font-size:1.4em;
}
.confirmBox img{
	margin-top:20px;
}