

/* Normal Bubble */
div.bubble {
	width: 100%;
	padding-top:20px; padding-bottom:20px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	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;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	border: 1px solid #cccccc; 
	
	
}
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;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #333333;
	border: 1px solid #fff;
	
}
div#pimped.bubble cite.rounded {
	background: transparent url(images/tip-pimped.gif) no-repeat 15px 0;
}

/* Normal Bubble */
div.bubble2 {
	width: 100%;
	padding-top:10px; padding-bottom:20px;
}

div.bubble2 blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

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

div.bubble2 cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble2 div.rounded {
	border: 1px solid #cccccc; 
	
	
}
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;
}
