@charset "UTF-8";


#popup-wrapper {
  background-color:rgba(0, 0, 0, .5);
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block;
  z-index:30000;
}

#popup-inside {
  text-align:center;
  width:100%;
  max-width:300px;
  background:#FFFFFF;
  margin:100px auto 0;
  padding:20px;
  position:relative;
}

#message p {
	margin-bottom:20px;
	font-weight:bold;
}

#close-wrapper {
  width:40px;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index:40000;
}