/* Normal Bubble */
div.bubble {
	
}
div.bubble blockquote {
	width: 400px;
	padding: 0px;
	background-color: #EEE;
	background-image: url(../img/quote.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: small;
	border: 1px solid #c9c2c1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	display: run-in;
}


div.bubble  p {
	margin: 5px;
}
div.bubble h1 {
	float: right;
	margin-top: 2px;
	white-space: nowrap;
	margin-right: 20px;
}


div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: -15px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}

