#quoteBox {
	width: 810px;
	height: 245px;
	background: #fff url('../img/bg_mainWeb.jpg') no-repeat;	
	position:relative;	
}
#quoteBox-02 {
	width: 810px;
	height: 245px;
	background: #fff url('../img/bg_mainWeb_02.jpg') no-repeat;	
	position:relative;	
}

#selectionType {
	position:absolute;
	top:40px;
	right:45px;
	width:300px;
	height:125px; 
	
}

#selectionType-02 {
	position:absolute;
	top:15px;
	right:20px;
	width:350px;
	height:185px;
	background: url('../img/homepage-quotebox.png') no-repeat;
	padding: 43px 0 0 15px;
	
}

#selectionType ul {
			margin: 0;
			padding: 0;
			list-style: none outside none;
}
		
#selectionType li {
			border-bottom: 1px #ccc dotted;	
			padding: 2px 0 4px 0;
}
		
#selectionType li.lastQuoteOption {
			border-bottom: none;
			padding: 0;
}

#zipcodeBox {
	position:absolute;
	top:200px;
	right:35px;
	width:270px;
	height:45px;  
	/*background-color: aqua;*/
}

		#zipcodeInput {
			padding: 0px;		
			width: 107px;
		}
		
		#zipcodeSubmit {
			padding: 0px;		
			width: 150px;
		}
