.tooltip {
color:#990000;
cursor:pointer;
margin-bottom:-2px;
margin-left:4px;
}

#tt {
position:absolute;
display:block; background:url(/images/tooltip/tt_left.gif) top left no-repeat;
z-index:1000;
}
#tttop {
display:block;
height:5px;
margin-left:5px;
background:url(/images/tooltip/tt_top.gif) top right no-repeat;
overflow:hidden;
}
#ttcont {
display:block;
padding:2px 12px 3px 7px;
margin-left:5px;
background:#f6c0ad;
background:white;
border:1px solid Tan;
color:#692F52;
color:#333333;
font-family:verdana,arial,helvetica,Times New Roman;
font-size:12px;
}
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(/images/tooltip/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}