.tooltip_fixed_container {

position: absolute;
z-index: 10;


background-color: #fdffd4;
font-size:13px; 
font-family: trebuchet ms;
font-weight: normal;
color: #5c5c5c;
padding: 16px 15px;
opacity: 1;
margin-left: -15px;
margin-top: 10px;
display: none;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border: 1px solid #cccdcd;
min-width: 100px;

}



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

.tooltip_fixed {
    cursor: pointer;
}