.tool-tip {
	color: #fff;
	width: 300px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #ffffff;
	padding: 8px 8px 4px;
	background: url(../images/bubble2.png) top left;
	text-align: left;
}
 
.tool-text {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: url(../images/bubble2.png) bottom right;
	text-align: left;
	height: 65px; 
}
 
#block {
	background: #fb9a02;
	color: #fff;
	padding: 5px 5px 5px 5px;
	margin: 7px 0px 5px 0px;
	border: 1px dotted #000;
	font-size: 12px;
         z-index: 15000;
}

