/* Normal Bubble */
div.bubble {
	width: auto;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	background-color: #cedce5;
width:100%;
}

div.bubble blockquote.lighter
{
	background-color: #e7edf1;
}

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

div.bubble cite {
	position: relative;
              margin-bottom;1px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	bottom: 5px;
	background: transparent url(tip.gif) no-repeat 20px 105%;
	font-style: normal;
    z-index:500;
}

div.bubble cite.lighter
{
    background-image:url(tip-lighter.gif);
}
