	#quote_form				
							{
							width: 550px;
							text-align: center;
							margin-left: auto;
							margin-right: auto;
							}
							
	#quote_form	#header
							{
							width: 450px;
							height: 80px;
							margin-top: 10px;
							background: #324764;
							color: #fff;
							}
							
	#quote_form #header	#inner
							{
							width: 100%;
							margin: 10px;
							border: 1px #fff solid;
							padding: 10px;
							}	
							
	#quote_form #header	#inner h1
							{
							margin-bottom: 0px;
							}								
							
	#quote_form	#button
							{
							width: 450px;
							height: 30px;
							margin-top: 10px;
							padding-top: 5px;
							background: #324764;
							color: #fff;
							text-decoration: none;
							border-top: 1px #ccc solid;
							border-left: 1px #ccc solid;
							border-bottom: 1px #666 solid;
							border-right: 1px #666 solid;							
							}							
							
	#quote_form	#button:hover
							{
							background: #253448;
							}
							
	#quote_form	ul
							{
							list-style: none;
							margin: 0;
							padding: 0;
							text-align: left;
							margin: 20px 0px;
							margin-left: 75px;
							}

	#quote_form	ul li 
							{
							margin-bottom: 5px;
							}
							
	#quote_form	ul li label
							{
							display: inline-block;
							width: 150px;
							text-align: right;
							margin-right: 20px;
							}						
							
	#quote_form	ul li input
							{
							width: 230px;
							border: 1px #666 solid;
							}		
							
 	#quote_form ul li sup
							{
							color: #f00;
							}													
							