@charset "utf-8";
/* CSS Document 
.MsgOverlay {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.5);
	display:none;
}*/
.MsgOverlay {
	position:fixed;
	top:0;
	left:0;
	background-image: url(form_bg.png);
	/*background:rgba(0, 0, 0, 0.5);*/
	display:none;
	z-index:99999998;
}
.MsgOuter {
	background:#FFF;
	border:1px solid #FFF;
	box-shadow:0px 3px 7px #333;
	-moz-box-shadow:0px 3px 7px #333;
	-webkit-box-shadow:0px 3px 7px #333;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-khtml-border-radius:4px;
	position:absolute;
	z-index:99999999;
	max-width:75%;
	position:fixed;
	display:none;
	
	behavior: url(../pie/PIE.htc);	
}
.CT{
	padding:15px;
	background-color: #FFF;
}
.MsgInner {
	padding:5px;
	color:#333;
	text-shadow:0px 1px 0px #fff;
}
.mButtons, .mInput {
	margin:0px 0px 0px 0px;
	text-align:center;
	padding-bottom:10px;
}
.Space {
	padding:0 10px;
}

/* 延遲設定 */
.mlazy {
  display: none;
}