@charset "utf-8";
/* CSS Document */

.display-msg-body {
	height: 100%;
	width: 100%;
	position: fixed;
	opacity:1;
	z-index:50000;
	
}
.display-msg-block {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity:0.6;
	z-index: 5000;
}
.display-msg-box {
	background-color: #FFF;
	height: auto;
	width: 60%;
	overflow: auto;
	opacity:1;
	margin: auto;
	clear: none;
	float: none;
	position: absolute;
	z-index: 55000;
	box-shadow:0px 0px 20px #000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	left: 10%;
	right: 10%;
}
