.tooltip, .tooltip-2 {
width: 256px; 
position: absolute; 
bottom: 0; 
left: 0;
display: none;
font-weight: normal;
font-size: 12px; 
line-height: 1.5em; 
color: #fff;
z-index: 50; 
}
.tooltip .text {
padding: 5px 15px 35px 15px; 
background: url(../images/tooltip.png) no-repeat 0 100%;
text-decoration: none;
}
.tooltip .top {
height: 10px; 
background: url(../images/tooltip.png) no-repeat 0 0;
}

.tooltip-2 {color: #000;}
.tooltip-2 .text {
padding: 5px 15px 35px 15px; 
background: url(../images/tooltip_2.png) no-repeat 0 100%;
}
.tooltip-2 .top {
height: 10px; 
background: url(../images/tooltip_2.png) no-repeat 0 0;
}