/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 8px;
	padding: 0px;
}

div.bubbleblock {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubbleblock p {
	font-style: italic;
	font-size: 12px;
	margin: 10px;
	padding: 0px;
}

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

}
div.cite2 {
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 7px 15px 0px 15px;
	top: -2px;
	background: transparent url(images/tip.gif) no-repeat 525px 0px;
	font-style: normal;
}

div.cite div {
	font-style: underline;
	background-color: #DDD9D0;
	color: #000000;
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	cursor: default;
	border: 1px so