blockquote {
	margin-right: 0;
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	padding: 5pt;
	font-style: italic;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    /* end css 3 or browser specific rules */
}

blockquote p {
	margin: .1em 0;
}

.quotesource {
    float: right;
    font-size: 0.7em;
    font-style: normal;
    color: gray;
    margin: 1em;
    margin-right: 0;
    padding-right: 0;
}

