@charset "utf-8";
#quote_box {
	display:block;
	background: #efefef;
	padding: 10px 20px 8px 20px;
}

#get_quote {
	float: left;
}

#your_quote {
	font-size:2em;
	color: #2c4103;
	font-weight:bold;
	background: url(../images/quote_box.png) no-repeat;
	width: 93px;
	height: 28px;
	float: right;
	padding: 10px 0 0 100px;
}
