  		.FreezePaneOff
  		{
    		visibility: hidden;
    		display: none;
    		position: absolute;
    		top: -100px;
    		left: -100px;
  		}

  		.FreezePaneOn
  		{
    		position: absolute;
    		top: 0px;
    		left: 0px;
    		visibility: visible;
    		display: block;
    		width: 100%;
    		height: 100%;
    		background-color: #ccf;
    		z-index: 999;
    		filter:alpha(opacity=86);
    		opacity:0.8;
    		-moz-opacity:0.85;
    		padding-top: 20%;
  		}
			.InnerFreezePane
			{
				text-align: center;
				width: 60%;
				background-color: #000;
				color: White;
				font-size: large;
				border: dashed 2px #111;
				padding: 9px;
			}