﻿.FreezePaneOff
{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}

.FreezePaneOn
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 110%;
	height:100%;
	background-color: #666 ;
	z-index: 999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	padding-top: 5%;
}

.InnerFreezePane
{
	text-align: center;
	width: 50%;
	background-color: #666;
	background-image: url(/PubsMb/CommonIM/flower.gif);
	background-repeat: no-repeat;
	color: White;
	font-size: large;
	font-weight: bold;
	padding: 9px;
}