.msg-bg {
	text-align:left;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #4A4A4A;/*body-bg*/
	top: 0;
	left: 0;
	filter:alpha(opacity=0);/* for IE */
	opacity:0;/*for Firefox */
	z-index: 999901;
}
.msg-bg iframe{
	border: 0px solid red;
	position:absolute; 
	filter:alpha(opacity=0);/* for IE */
	opacity:0;/*for Firefox */
}
.msg-box {
	display:none;
	position: fixed;
	border: 0.5px solid #808080;
	background: #FFF;
	text-align: left;
	z-index: 999999;
}
.msg-box .title {
	position: relative;
	height: 30px;
	border: 1px solid #228FDC;
	overflow: hidden;
	background-color: #228FDC;
	color: #EBEBEB;
	/*background: url(images/bg.png) 0 -330px repeat-x;*/
}
.drag{
	cursor: move ;
}
.msg-box .title h2 {
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 14px;
	color: #EBEBEB;
	width: 50%; 
	height: 100%;
	font-weight: bold;
	padding-top:8px;;: 
}
.msg-box .title .close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 13px;
	height: 13px;
	text-indent: -10em;
	overflow: hidden;
	background: url(images/close.gif) no-repeat;
	cursor: pointer;
}
.msg-box .content-border {
	position: relative;
	top: -1px;
	border: 1px solid #228FDC;
	padding: 5px 0 5px 5px;
	background: url(images/bg.png) 0 -380px repeat-x;
}
.msg-box .content-border .content {
	position: relative;
	overflow: auto;
	text-align: center;
}
.msg-box .content-border .buttons {
	display:none;
	height:30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-top: 1px solid #A6C9E1;
	margin: 0px;
	padding: 0px;
}
.msg-box .content-border .buttons .button{
	background:url(images/button2f.gif) repeat-x; 
	border:1px solid #5B9490; 
	font-size:12px; 
	height:23px; 
	padding:2px 0px;
	padding-bottom: 0px;
	margin: 0px 4px;
	margin-top: 4px;
}
.msg-box .content-border .buttons .pageInfo{
	background:url(images/button2f.gif) repeat-x; 
	border:1px solid #5B9490; 
	font-size: 12px;
	width:40px;
	height:20px; 
	padding:2px 0px;
	padding-bottom: 0px;
	margin: 0px 4px;
	margin-top: 4px;
}
.msg-box .content-border .buttons .pageInfo span{
	border:0px solid #5B9490; 
	padding:0px;
	margin: 0px;
}
.msg-box .content-border .content img,.msg-box .content-border .content iframe{
	display: block;
}
.msg-box .content-border .content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}