div.fancy-quote {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px dotted #660000;
	background-color: #CF6D2C;
}

div.fancy-quote div {
    /* not used, but available to you to use */
}

div.fancy-quote blockquote {
	font-size: 14px;
	line-height: 20px;
	margin: 0.5em;
	margin-bottom: -16px;
	padding-bottom: 23px;
	padding-top: 0.2em;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/bq.png) bottom left no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
