#info
  {
    overflow-x: hidden;
    width: 99.9%;
    z-index:1000;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    position:fixed;
    right:0;
    top:0;
    cursor:pointer;
  }
  
  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    overflow-x: hidden;
    width:100%;
    clear: both;
    color: InfoText;
    background: #FFCC00 url(http://mggsnet.com/forums/images/warning.gif) no-repeat fixed .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    border-color: #FFCC00;
    text-decoration: none;
    cursor: default;
    position:fixed;
    right:0;
    top:0;
    cursor:pointer;
  }




  #infobar a:hover
  {
	color: #000000;
	background: #FF9933 url(http://mggsnet.com/forums/images/warning.gif) no-repeat fixed .3em;
	position: fixed;
	right: 0;
	top: 0;
	cursor: pointer;
}




  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
    position:fixed;
    right:0;
    top:0;
    cursor:pointer;
  }