﻿@charset "utf-8";
/*
	消息窗口
*/
.MsgBox {
	border: 10px solid rgba(100,100,100,0.3);
	margin: 0px;
	padding: 0px;
	text-align: left;

}
.MsgBox .MsgBoxTitle {
	background-color: #FFFFFF;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.MsgBox .MsgBoxTitle .MsgClose
{
	float: right;
	height: 30px;
	width: 30px;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	color: #C60000;
	cursor: pointer;
	font-family: "Arial Black", Gadget, sans-serif;
	text-indent: 5px;
}
.MsgBox .MsgBoxContext
{
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	font-size:16px;
	line-height:22px;
}
.MsgBox .MsgBoxContext, .MsgBox .MsgBoxContext *
{
    font-size:16px;
	line-height:22px;
}
.MsgBox .msgBtnBox
{
	background-color: #EAEAEA;
	width: 100%;
	text-align: center;
}

.MsgBox .msgBtnBox .msgbtn {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 80px;
	float: right;
	background-color: #ff5842;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 10px;
	cursor:pointer;
}
.MsgBox .msgBtnBox .msgBtnEnter{
	background-color: #009966;
	cursor:pointer;
}
.MsgBox .msgLoading{
	background-image: url(../Images/load_016.gif);
	background-repeat: no-repeat;
	background-position: center center;

}
.MsgBox second {
	color: #F00;
}
