#dhtmltooltip{
position: absolute;
width: 350px;
max-height: 210px;
overflow: hidden;
padding: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
background-color: transparent;
visibility: hidden;
z-index: 100;
}
#tiptitle{
width: 350px;
height: 25px;
max-height: 25px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
background: url(/includes/top.gif);
}
#titlecontent{
height: 25px;
width: 340px;
max-height: 25px;
overflow: hidden;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
font-size: 12px;
font-weight: bold;
padding: 5px;
}
#tipcontent{
max-height: 150px;
overflow: hidden;
background: white;
padding: 3px;
border-top: 0px;
border-left: 2px solid #FAA33B;
border-right: 2px solid #FAA33B;
border-bottom: 0px;
font-size: 12px; 
}
#tipfooter{
width: 350px;
max-height: 25px;
height: 25px;
background: url(/includes/bot.gif);
}
#footercontent{
width: 340px;
max-height: 25px;
height: 25px;
font-weight: bold;
font-size: 12px;
text-align: right;
padding: 5px;
margin-right: 5px;
}
.fixed{
 font-size: 12px;
}

