.messageBox {
	display: none;
	position: absolute;
	z-index: 300;/*top:200px !important; */
}

.messageBox-table {
	border: 1px #ddd solid;
	background: #fff
}

.messageBox-title-bar {
	padding: 0 3px 0 10px;
	line-height: 1.8pc;
	font-weight: bold;
	background:#f8f8f8;
	color:#005687;
	border-bottom:1px solid #ddd;
}

.messageBox-title-bar div,.infoMain div {
	font-size: 12px;
	font-family: "宋体";
}

.messageBox-title {
	float: left;
	cursor: default
}

.messageBox-content {
	clear: both;
	overflow: auto;
	padding: 10px
}

a.messageBox-closeBtn {
	display: block;
	float: right;
	cursor: pointer;
	margin-top: 3px;
	background: url("../../../style/ui/img/msgbox-closeBtn.png");
	width: 21px;
	height: 21px
}

a:hover.messageBox-closeBtn {
	background: url("../../../style/ui/img/msgbox-closeOverBtn.png");
	width: 21px;
	height: 21px
}

a.messageBox-maxBtn {
	display: block;
	float: right;
	cursor: pointer;
	margin-top: 3px;
	background: url("../../../style/ui/img/maxBtn.png");
	width: 21px;
	height: 21px
}

a:hover.messageBox-maxBtn {
	background:#01b6ed;
	width: 21px;
	height: 21px
}

.messageBox .btnGroup {
	margin: 0 0 5px 10px
}

.messageBox .mainView {
	border: 0
}

.btn {
	width: 48px;
	background-position: 0 0;
	border-width: 0;
	background:#01b6ed;
	color: #fff;
	border: none;
	height: 22px
}

.fix_fieldset {
	border: 0;
	padding: 0;
	margin: 0
}

.infoMain,.info {
	margin: 0 5px 0 10px;
	text-align: center;
	line-height: 1.2pc
}

.infoMain .preloader_bar {
	background: url(../../../style/ui/img/preloader_bar.gif) no-repeat center;
	height: 6px;
	width: 123px;
	margin: 5px auto 0 88px
}