﻿  .FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      background-color: #666;
      z-index: 999;
      padding-top: 20%;
      margin:auto;
      width: 100%;
      height: 3000px;
      filter:alpha(opacity=75);
      -moz-opacity:0.75;
      -khtml-opacity: 0.75;
      opacity: 0.75;
   }

   .InnerFreezePane
   {
      text-align: center;
      width: 56%;
      background-color: black;
      color: White;
      font-size: large;
      border: dashed 2px #111;
      padding: 9px;
   }
