/* POPUP */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}

.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 1500;
}
.cnt223{
  max-width: 600px;
  width: 70%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #d72631;
  padding: 30px;
  z-index: 5001;
  text-align: center;
  border: 5px solid #ffffff;
  border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
	
.cnt223 a{
text-decoration: none;
}
	
.cnt223 p{
clear: both;
    color: #ffffff;
	font-size: 20px;
    /* text-align: justify; */

}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

.close {
	position: absolute;
	right: 5px;
	top: 5px;
}