/*
 * If you want to keep the alert bar looking like the IE version it's best not to
 * modify the styles below.
 * Note - these work ONLY in IE. If you want them to work in Firefox or other
 * browsers you DO need to tweak them.
 */
#sf_alertbar {
  position:       absolute;
  left:           0;
  top:            0;
  z-index:        99;
  font:           message-box;
  border-bottom:  2px outset;
  text-align:     left;
}

#sf_alertbar a, #sf_alertbar a:link, #sf_alertbar a:visited, #sf_alertbar a:active {
  display:        block;
  padding:        0.4em 0.4em 0.4em 25px;
  background:     InfoBackground url(warning.gif) no-repeat fixed .3em center;
  width:          100%;
  color:          InfoText;
  text-decoration: none;
  cursor:         default;
}

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