@charset "utf-8";
/* CSS Document */

#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;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: block;
position: fixed;
z-index: 1050;
}
.cnt223{
min-width: 300px!important;
width: 64%;
min-height: 100px !important;
margin: 50px auto;
background: #fff;
position: relative;
z-index: 103;
padding: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
/*background-image:url(img/newyear-popup.jpg); */
background-repeat:no-repeat;
border:1px solid #3f843a;
}
.cnt223 p{
color: #555555;
text-align:left;
font-size:13px;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
/*float: right; */
height: 40px;
left: 0px;
position: relative;
top: 0px;
width: 130px;

}
.cnt223 .x:hover{
cursor: pointer;
}

.cnt223 .btn{ background-color:#3f843a; color:#fff;   }

.cnt223 h4{ text-align:center; font-size:18px; color:#3f843a; font-weight:500; padding:0px 0 0 0;  }