/* Rounded Bubble */

.style1 {color: #FFFFFF; padding-top:5px; padding-bottom:5px;}
.style2 {font-size:16px; color: #FFFFFF;}
.style3 {color: #FFFFFF; font-weight:bold;}

div.bubble div.rounded {
margin-top: 25px;	
margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #6391cc;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 3px;
	background: transparent url(tip-rounded2.gif) no-repeat 15px 0;
}
