/* Rounded Bubble */
div.bubble { margin-bottom:35px; }
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #b7e0ff;
	background-color: #fff;
	padding:15px 0;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote h3 { font-size:16px; padding:0 10px; margin:5px 0 10px; }
div.bubble div.rounded blockquote h3 a,
div.bubble div.rounded blockquote h3 a:hover,
div.bubble div.rounded blockquote h3 a:link,
div.bubble div.rounded blockquote h3 a:visited { color:#333; }
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
	line-height:140%;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 25px;
	padding-top: 12px;
	top: 9px;
	background: transparent url('../images/tip-rounded2.gif') no-repeat 15px 0;
}

div.last { border-bottom:none; }
div.prop h3 { margin:5px 0 10px; }
div.prop p { line-height:140%; }
div.prop p.from { font-size:0.9em; color:#666; margin:10px 0 8px; }
