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

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: InfoText;
    background: InfoBackground url(warning.gif) no-repeat fixed .3em .3em;
    padding: .3em .3em .3em 2em;
    border-bottom: .16em outset;
    margin-bottom: 0em;
    text-decoration: none;
    cursor: default;
}

#infobar a:hover {
    color: HighlightText;
    background-color: Highlight;
}


/* A fake viewplot for IE information bar */
#viewplot {
    width: 100%;
    height: expression( this.parentNode.offsetHeight - this.offsetTop );
    overflow-x: hidden;
    overflow-y: scroll;
}