
/* Normal Bubble */
div.bubble { font-size:12px; margin-top: 40px; float:left; padding:0; width:100%; }

div.bubble blockquote { margin: 0px; padding: 0px; }

div.bubble blockquote p { margin: 0px; padding: 0px; }


/* Rounded Bubble */
div.bubble div.rounded { margin: 0px; background-color: #b7e0ff; padding:15px; }
div.bubble div.rounded blockquote { border:none;  }
div.bubble div.rounded blockquote p { margin: 0px 0px; }
div.bubble cite.citeRounded { position: relative; margin: 9px 0px 0px 25px; padding:15px 0 0px 0px;  background:url(../images/tip-rounded.gif) right top no-repeat ; float:left;}

