/* 
    Document   : tooltips
    Created on : 2009-05-15, 09:59:43
    Author     : Grzegorz
    Description:
        Purpose of the stylesheet follows.
*/


#tooltip {
    background-color:#000;
    border:1px solid #888888;
    color:#E3EEFB;
    font-family:"Segoe UI",Tahoma,sans-serif;
    font-size:10px;
    padding:10px;    
    text-align:center;
	position: absolute;
	z-index: 3000;
	opacity: 0.85;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight:normal;
}

#tooltip h3, #tooltip div { margin: 0; }



