.floatDiv {
	position: absolute;
	padding: 0 0 0 0;
	height: auto;
	border: 1px #CCCCCC solid;
	background-color: white;
	z-index: 100;
	display: none;
}

.floatDiv .colorBtn {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: white;
	border: 1px #2f62c0 solid;
	background-color: #5b8de8;
	cursor: pointer;
	padding: 0 6px 1 6px;
}

.floatDiv .colorBtnOver {
	border: 1px #144cb3 solid;
	background-color: #4875c7;
}

.floatDiv .title {
	height: 42px;
	line-height: 42px;
	cursor: move;
	background: url(/mt_res_v3/img/public/float_bg.png);
	background-size: cover;
}

.floatDiv .title p {
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	font-family: Arial, Microsoft YaHei;
	color: #fff;
	margin-right: 45px;
    margin-left: 45px;
    text-overflow: ellipsis;
}

.floatDiv .close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 42px;
	overflow: hidden;
	background: url(/mt_res_v3/img/public/close.png) no-repeat center;
	cursor: pointer;
	width: 42px;
}

.floatDiv .close:hover {
	background: #cd3232 url(/mt_res_v3/img/public/close_h.png) no-repeat
		center;
}

.floatDiv .message {
	line-height: 25px;
	word-wrap: break-word;
	width: 400px;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
}

.floatDiv .operator {
	height: 55px;
	text-align: center;
}

.divShield {
	width: 100%;
	height: 100%;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	filter: alpha(Opacity = 30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	display: none;
	z-index: 99;
}