div#title-tip {
    margin: 4px;
    border: solid #000000 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px;
    background: #eeeeee;
    opacity: 1;
    filter: alpha(opacity=80);
    color: #000000;
    font-size: 10pt;
    text-align: left;
    line-height:110%;
    }
