﻿#quoteBox {
	width: 810px;
	height: 254px;
	background: #fff url('../site_img/bg_instantQuote.jpg') no-repeat;	
	position:relative;	
}

#selectionType {
	position:absolute;
	top:40px;
	right:40px;
	width:340px;
	height:125px; 
	/*background-color: aqua;*/
}

		#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:30px;
	width:320px;
	height:45px;  
	/*background-color: aqua;*/
}

		#zipcodeInput {
			padding: 0px;		
			width: 167px;
		}
		
		#zipcodeSubmit {
			padding: 0px;		
			width: 150px;
		}