.tip {
padding:1px;
position:absolute; 
z-index:100;
visibility:hidden; 
color:#333333; 
top:20px;
left:90px; 
}
.tip p{
font-family:Tahoma;
font-size:12px;
text-align:left;
padding:0; margin:0
}

.bubble_tl 	{ 
background: url(../images/tooltip/bubble_tl_ie.gif) left bottom no-repeat; 
width:15px; 
height:12px;
}
.bubble_t	{ 
background:url(../images/tooltip/bubble_t_ie.gif) repeat-x bottom; 
height:12px; 
width:170px; 
}
.bubble_tr	{ 
background:url(../images/tooltip/bubble_tr_ie.gif) left bottom no-repeat; 
height:12px; 
width:15px;
}
.bubble_l	{ 
background:url(../images/tooltip/bubble_l_ie.gif) repeat-y left top; 
width:15px; 
min-height: 10px; 
}
.bubble_r	{ 
background:url(../images/tooltip/bubble_r_ie.gif) repeat-y left top; 
width:15px; 
min-height:10px;
}
.bubble_bl	{ 
background:url(../images/tooltip/bubble_bl_ie.gif) no-repeat left top; 
width:15px; 
height:15px;
}
.bubble_b	{ 
background:url(../images/tooltip/bubble_b_ie.gif) repeat-x top; 
height:15px; 
width:170px;
}
.bubble_br	{ 
background:url(../images/tooltip/bubble_br_ie.gif) no-repeat left top; 
width:15px; 
height:15px;
}

