@charset "utf-8";

/************************************************
 Author : mirincom(2012-07-27)
 *************************************************/ 

.overlay {
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:1500px;
	max-height: 100%;
	text-align:center;
	z-index: 9999;
	filter:alpha(opacity=60) !important;
	opacity:0.2 !important;
	elevation:above !important;
	background-color:#000 !important;
 }
   
 .modalPopup {
	position: fixed;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color:#000 !important;
	elevation:above !important;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	z-index: 99999;
 }