.tooltip {
    z-index: 999999999;
}
.tip    {
    width:273px;
    font-family:tahoma,arial;
    background:url("../img/tip-text2.png") left top repeat-y;
}
.tip-top    {
    background:url("../img/tip-top2.png") top left no-repeat;
    height:21px;
    width:273px;
}
.tip-title  {
    color:#e95e25;
    font-weight:bold;
    margin:0 30px 0 30px;
}
.tip-text   {
    color:#000;
    padding:10px 30px 20px 30px;
}
.tip-bottom        {
    background:url("../img/tip-bottom2.png") left bottom no-repeat;
    width:273px;
    height:34px;
}
