 #tt {
 position:absolute;
 display:block;
 z-index:3;
/* background:url(../images/tt_left.gif) top left no-repeat;*/
/*background:#ff00ff;*/

 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
/* background:url(../images/tt_top.gif) top right no-repeat;*/
/*background:yellow;*/
 overflow:hidden;
 }
 #ttcont {
 display:block;
/* padding:2px 12px 3px 7px;*/
padding:8px;
 /*margin-left:5px;*/
 margin:0 5px;
 /*background:#666;*/
 background:#0099FF;
 color:#ffffff;
 
 width:700px;
 border-radius:8px;  -moz-border-radius:8px;  -webkit-border-radius:8px;  -o-border-radius:8px; 
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
/*background:url(../images/tt_bottom.gif) top right no-repeat;*/
/*background:orange;*/
overflow:hidden;
}

.tooltip_table td{ color:#ffffff; }

