/* css popup */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('../images/overlay.png') repeat;
filter:alpha(opacity=70);
opacity: 0.6;
z-index: 999;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 999999;
}
.cnt223{
width: 500px;
height: 500px;
margin: 5% 33%;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 10px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}

.cnt223 img{
margin: 0 auto;
position:absolute;
}

@media only screen and (min-width:320px) and (max-width:768px){

.cnt223{
width: 93%;
position: absolute;
padding: 10px;
margin: 40% auto;
height: auto !important;
}

.cnt223 img{
    width: 100%;
    position: relative;
    margin-top: -9px;
}
	
}

.cnt223 p{
clear: both;
color: #555555;
text-align: justify;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 20px;
left: 25px;
position: relative;
top: -18px;
width: 68px;
z-index:9999;
}
.cnt223 .x:hover{
cursor: pointer;
}