.tooltip{
   position: absolute;
   max-width: 400px;
   padding: 10px 13px;
   z-index: 2;
    
   color: #303030;
   background: url(tooltip/tool_tip_bg.png);
   border: 2px solid #242424;
    
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
}

.toolTipLeft{
   background: url(tooltip/tool_tip_point.png);
   height:23px;
   width:20px;
   position: relative;
   right: 33px;
   top: 8px;
	
}