#message_area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #000;
	opacity: .7
}
#message {
	position: fixed;
	width: 80%;
	max-width: 800px;
	border-radius: 3px;
	box-shadow: 0 0 12px #000;
	z-index: 100;
	background: #f5f5f5
}
#mg_header {
	padding: 14px 15px 10px;
	border-bottom: 1px solid #fff;
	border-radius: 3px 3px 0 0;
	font-size: 1.9em;
	letter-spacing: 1px;
	background-image: linear-gradient(to bottom, #fff, #f5f5f5)
}
#mg_header:before {
	display: inline-block;
	content: '';
	width: 22px;
	height: 22px;
	margin-right: 6px;
	vertical-align: bottom;
	background-image: url(../img/layout/gray_icon.gif);
	background-size: 1100% 100%;
	background-position: 70%;
	border-radius: 20%
}
#mg_body {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff
}
#mg_body>p {
	width: 90%;
	padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 auto
}
#mg_body h4 {
	width: 90%;
	margin: 8px auto;
	font-size: 1.8em;
	text-align: center
}
#mg_body hr {
	width: 94%;
	margin: 0 auto
}
#mg_body p {
	font-size: 1.2em;
	padding: 6px 0
}
#mg_body img {
	display: block;
	width: 90%;
	margin: 0 auto
}
#mg_body table {
	width: 90%;
	margin: 0 auto
}
#mg_body th, #mg_body td {
	border: 1px solid #ddd;
	padding: 4px 0
}
#mg_body th {
	text-align: left;
	font-size: 1.4em;
	background-color: #f7f7f7
}
#mg_footer {
	padding: 6px 0;
	border-top: 1px solid #fff;
	text-align: right;
	border-radius: 0 0 3px 3px
}
#mg_footer a {
	margin-right: 6px;
	font-size: 1em
}
#mask {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .7
}
