
/* Rounded Bubble */
div.bubble div.rounded {
	border: 1px solid #cccccc; 
	font-family:Tahoma, Arial; padding:10px; margin-top:20px;
	font-size: 12px; line-height:18px; text-align:justify;
	color: #666666; min-height:400px;
	
}
div.bubble div.rounded p strong {
font-family:Tahoma, Arial;
	font-size: 12px; line-height:18px;
	color:#DD0000;
}
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: 9px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}



/* Rounded Bubble */
div.bubble2 div.rounded {
	border: 1px solid #cccccc; 
	font-family:Tahoma, Arial; padding:10px; margin-top:20px;
	font-size: 12px; line-height:18px; text-align:justify;
	color: #666666;
	
}
div.bubble2 div.rounded p strong {
font-family:Tahoma, Arial;
	font-size: 12px; line-height:18px;
	color:#DD0000;
}
div.bubble2 div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble2 div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble2 cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}

