.toolTip{
width:170px;
position: absolute;
background-color: transparent;
}
.toolTipTop{
width:170px;
height: 34px;
background: url('../images1/topToolTip.png') 0px 0px no-repeat;
}
.toolTipCenter{
width:165px;
background: url('../images1/centerToolTip.png') 0px 0px repeat-y;
font-size: 11px;
color:#676767;
font-family: verdana;

text-align: left;
padding:0px 0px 5px 20px;
}
.toolTipBottom{
width:170px;
height: 16px;
background: url('../images1/bottomToolTip.png') 0px 0px no-repeat;
}