.quotebox {
	background-image: url(i/quote.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	margin-bottom: 50px;
}

.quotebox .name {
	padding-left: 80px;
	font-size: 20px;
	color: #454545
}
.quotebox .company { color: #00b3e6 }

.quotebox blockquote {
	margin: 0;
	font-style: italic;
}


