   #sidebar,#sidebaropen {
      position: absolute;
      top: 50px;
      left: -2px;
      border: 2px solid #f63;
      z-index: 60;
      background-color: #fdc;
      padding-top: 2px;
   }
   #sidebar {
      overflow: scroll;
      width: 350px;
      display: none;
   }
   #sidebar #sidebarheader {
      position: absolute;
      top: 52px;
      left: 0px;
      width: 350px;
      background-color: #fdc;
      border-bottom: 2px solid #f63;
   }
   #sidebar[id],#sidebaropen[id],#sidebar #sidebarheader[id] {position:fixed;}
   #sidebar #sidebarcontents {
      margin-top: 60px;
   }
   #sidebaropen {
      border: 2px solid #f63;
   }
   #sidebar input[name=contents] {
      width: 250px;
   }
   
   #sidebar h2 {
      margin: 0px 0px 0px 0px;
      font-family: sans-serif;
      font-size: 14pt;
   }
   #sidebar .itemtitle {
      display: inline;
      font-family: sans-serif;
      font-weight: bold;
   }
   #sidebar #sidebarcontents div {
      display: block;
      margin-top: 10px;
   }
