#msgcont {
	display: block;
	position: fixed!important;
	position: absolute;
	z-index: 9997;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#msgbg {
	position: absolute;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#window {
	position: absolute;
	z-index: 9999;
	width: 40%;
	height: 30%;
	top: 30%;
	left: 30%;
	background: #fff;
	border: 4px solid #ccc;
}

#frame_box {
	width: 100%;
	height: 100%;
}

.mCi {
	display: none;
}

#msgcont #title {
	width: 96%;
	height: 35px;
	overflow: hidden;
	padding: 0 2%;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	background: #000;
	color: #fff;
}

#msgcont #title #close {
	position: absolute;
	top: 8px;
	right: 2%;
	color: red;
	cursor: pointer;
	line-height: 14px;
}

#msgcont #title #close span {
	font-size: 20px;
}

#msg {
	padding: 10px 2%;
	width: 96%;
	overflow: auto;
}
