#instant-quote {
	font-family: "lucida grande","lucida sans",unicode,sans-serif;
	color: #373737;
	background: white;
	max-width: 100%;
	border:4px solid #E8F1EA;
	padding:2%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
}
#instant-quote h3 {
	color: #8A0000;
	font-size: 130%;
}
#instant-quote select {
	width: 100%;
}
#instant-quote .total-cost  {
	border-top: 1px solid #FFC000;
	padding-top: 10px;
}
#instant-quote label {
	display: block;
}
#instant-quote .total-cost strong {
	color:#156800;
	display:block;
	font-family:Georgia;
	font-size:250%;
	font-weight:normal;
	margin-top:-20px;
	text-align:right;
}
#instant-quote .total-cost em {
	color: gray;
	font-size: smaller;
}
#instant-quote #submit {
	width: 100%;
	font-weight: bold;
	margin: 2% 0;
	font-size: 125%;
}
#instant-quote .breakdowns {
	width: 100%;
	border: 1px solid white;
	margin: 0px;
}
#instant-quote .breakdowns th {
	color:#042904;
	padding:3px;
	text-align:left;
	background: lightGray;
	font-size: 12px;
}
#instant-quote .breakdowns td {
	border-bottom:1px solid lightGray;
	padding:3px;
	font-size: 12px;
}
