#infobar {
font: message-box;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
display: block;
color: InfoText;
background: InfoBackground url(../images/warning.gif) no-repeat fixed .3em .3em;
padding: .45em 0 .45em 2em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
}

#infobar a:hover {
color: HighlightText;
background: Highlight url(../images/warning.gif) no-repeat fixed .3em .3em;
}