.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%;
	z-index: 999;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	padding-top: 10%;
	background: #FFF no-repeat;
}

.InnerFreezePane
{
	text-align: center;
	width: 400px;
	color: #333333;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 50px 20px 20px;
	background: url(../images/common/ajax-loader.gif) no-repeat center 15px;
}

/* top message
 *------------------------------------*/
.m_box{
	height:0px;
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	width:650px;
	z-index: 1000;
	left: 10px;
	font-size: 90%;
	background: #F7F7F7;
	color: #3366CC;
	padding: 15px 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	top: 0px;
	border-top: 2px none #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
}
.m_cnt{
		position:relative;		
		width:100%;
}

.m_box2{
	height:0px;
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	width:100%;
	z-index: 1000;
	background: #F7F7F7;
	top: 0px;
}

#subBox2{
	background: #F6F6F6;
	text-align: center;
	line-height: 45px;
	height: 45px;
}