/* 提示消息显示DIV */
.msgDiv {
	text-align: left;
	padding: 20px;
	font-size: 20px;
}

/* 消息框按钮 */
.msgBtn {
	background-color: #c39b70;
	height: 40px;
	font-size: 20px;
	text-align: center;
	color: white;
	border:0px;
	width: 50%;
}