.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  visibility: visible;
  display: block;
  background-color: #666;
  z-index: 999;
  filter: alpha(opacity=30);
  -moz-opacity:0.30;
  opacity:0.30;
  padding-top: 20%;
}

.InnerFreezePane
{
  text-align: center;
  width: 32px;
  height: 32px;
  padding: 9px;
}
