@charset "utf-8";
/* CSS Document */
#messageBoxBg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:url(../img/system/opacity_bg.png);
	display:none;
	z-index:101
}
#messageBox{
	width:240px;
	height:90px;
	padding:30px;
	margin:auto;
	margin-top:10%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	background:#FFF;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 5px;
	z-index:100
}
#messageBox a{
	cursor: pointer;
	margin:auto;
	width:80px;
	padding:5px 30px 5px 30px;
	color:#FFF;
	background-color:#39C;
	border-radius:3px
}
