div.blackBubble-tip {
	color: #fff;
	z-index: 13000;
	border:1px solid #000;
}

div.blackBubble-title {
	font-weight: bold;
	font-size: 11px;
	color:#ddd;
	padding: 4px;
	background: #444;
	border:6px solid #000;
}

div.blackBubble-text {
	color:#fff;
	font-size: 12px;
	padding: 8px;
	background: #000;
}

div.blackBubble-text p {
	margin-bottom:2px;
	border-bottom:1px dotted #444;
}

div.blackBubble-text div {
	margin: 0px;
	padding: 4px;
	border:1px dotted #555;
	background:#444;	
	margin-bottom:8px;
	margin-top:8px;	
	font-size: 11px;	
}
div.blackBubble-text div a{
	margin-right:5px;
	color:#fff;
	font-weight:bold;
}