div.bubble {
	width: 99%;

}

div.bubble blockquote {
	margin: 0 0 0 -15px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

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

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	font-style: normal;
}




/* Rounded Bubble */
div.bubble div.rounded {
	margin: 20px 10px 10px 10px;
	border: 3px solid #f88e20;
	background-color: #fff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0; padding:5px;
}
div.bubble p.rounded {
	position: relative;
	margin: -12px 0 10px 0;
	padding: 15px 0 10px 15px;
	top: 9px;
	background: transparent url(../images/tip-rounded.gif) no-repeat 25px 0;
}

