@charset "utf-8";
/* CSS Document */
 
.tooltip {
	display:none;
	height:95px;
	width:190px;
	font-size:11px;
	color:#fff;
	z-index:1000;
	/* background-color: #09C;*/
	background-image: url(../images/tooltip/blue_arrow.png);
	background-repeat: no-repeat;
	height: 105px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	
}
.tooltip span { 
	text-align:left; 
	display:block;
	width:182px;
	font:bold;
}
 
 

