
.quoteformhead {
	background-color: #9B9FA3;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
}
#quoteformcontent {
	background-color: #DFE1E3;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding : 7px;
}
#quoteformcontent:after {
	clear: both; 
	display: block; 
	font-size: 0px; 
	height: 0px; 
	content: "."
}
.quotecont {
	height: 25px;
	clear: both;
}
.quotecontleft {
	width: 160px;
	float: left;
}
.quotecontright {
	width: 340px;
	padding-bottom: 4px;
	float: left;
}


