/* 
    Document   : tooltip
    Created on : 9-mar-2011, 16.58.27
    Author     : Francesco
    Description:
        Purpose of the stylesheet follows.
*/

#tt {position:absolute; display:block;}
#tttop {display:block; height:5px; margin-left:5px; background:url(http://www.englishgratis.com/2/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttbot {display:block; height:5px; margin-left:5px; background:url(http://www.englishgratis.com/2/images/tt_bottom.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#black;
    font-family: 'Verdana',Times,serif;
    font-size:10pt;
    background-color: lightgoldenrodyellow; 
    filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}