  body
  {
    padding: 0;
    margin: 0;
  }

  #info
  {
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: InfoBackground url(icon_warning.gif) no-repeat fixed .3em .3em;
    font-weight: normal;
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
  }
