/* A fake IE information bar */
#infobar {
    font: .8em normal "Verdana", "Geneva", sans-serif;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
    display: block;
    clear: both;
    width: 99%;
    color: black;
    background: #ffffe6 url(../imagens/warning.gif) no-repeat fixed .3em .3em;
    padding:6px 0 4px 14px;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
}

#infobar a:hover {
    color: white;
    background-color: #08246a;
}

#infobar a img {
    border: none;
}