-
Puede cambiar posición de elementos
<blockquote>
<p>Here is a long quotation here is a long quotation.</p>
</blockquote>
CSS
<style type="text/css"><!--
blockquote {
display: block;
border-radius: 10px;
border: 1px dotted #000;
box-shadow: 0 3px 9px #777, 0 3px 20px #CCC inset;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
}
--></style>