#tooltip {

position: absolute;
z-index: 10;

background-color: #fffde8;
font-size:14px; 
font-family: trebuchet ms;
font-weight: normal;
color: #1d1d1d;
padding: 16px 15px;
opacity: 1;
margin-left: -30px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0px 0px 3px #555555;
min-width: 150px;
}

#tooltip h3{
    font-weight: normal;
    margin: 0;
    padding: 0;
    
}

.tooltip_treug {

    width: 12px;
    height: 11px;
    background-image: url(img/treug.png);
    margin-top: -27px;
    margin-bottom: 11px;
}