#tt {
    position:absolute;
    display:block;
    background:url(images/tt_left.gif) top left no-repeat;
}

#tttop {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(images/tt_top.gif) top right no-repeat;
    overflow:hidden;
}

#ttcont {
    display:block;
    padding:5px;
    margin-left:5px;
    background:#e9e9ea;
    font-size: 13px;
    color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border:#000 solid 1px;
    border-radius: 0em;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#ttcont p {
    margin-top: 5px;
    margin-bottom: 5px;
}

#ttcont p.titulo {
    font-size: 15px;
    font-weight: bold;
    color: #63467A;
}

#ttbot {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(images/tt_bottom.gif) top right no-repeat;
    overflow:hidden;
}

span.hotspot {
    text-decoration: underline;
}
