/* Normal Bubble */
div.bubble {
	margin-bottom: 24px;
	width:460px;
	font-size:11px;
	line-height:18px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #f6f4e4;
	line-height:18px;
}

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

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #cfd0b8;
	background-color: #f6f4e4;
}
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: 15px;
	top: 9px;
	background: transparent url(../img/tip-rounded.gif) no-repeat 15px 0;
	width: 500px;
	;
	margin-bottom: 5px;
	
}
.paddingtop5{
padding-top:5px;}
