div.bogus-quote {
	margin-top: 1em;
	margin-bottom: 1em;
/*	border: 1px solid #aaa;*/
}

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

div.bogus-quote blockquote {
  font-size: 1.2em;
  line-height: 1.5em;
	margin: 0.5em;
/*	margin-bottom: -16px;*/
	padding-bottom: 1.0em;
	padding-top: 0.5em;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/bogus.png) repeat;
}

div.bogus-quote blockquote pre {
  font-size: 75%;
  line-height: 1em;
}
