div.bubble {
	background:url(/images/tooltip/tri.gif) left top no-repeat;
	position: absolute;
	width:212px;
	float:left;
}
div.bubble div.inner {
	float:right;
	width:196px;
	background:#FFFFFF;
}
div.bubble div.inner div.text {
	float:left;
	width:184px;
	padding:5px;
	overflow:hidden;
	border-top:2px solid #ffcc00;
	border-bottom:2px solid #ffcc00;
	border-right:2px solid #ffcc00;
	border-left:2px solid #ffcc00;
	color:#999999;
	font-size:12px;
	white-space:normal;
}
div.bubble div.title {
	background: #ffefaf;
	border-top:2px solid #ffcc00;
	border-right:2px solid #ffcc00;
	width:196px;
	height:19px;
	float:right;
}
div.bubble div.title h3 {
	float:left;
	font-size:15px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	color:#333333;
}
div.bubble div.title a.close {
	background:url(/images/tooltip/close.gif) center center;
	width:18px;
	height:18px;
	float:right;
	margin:5px 5px 0px 0px;
}