#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;
    color: #333;
    font-size: 14px;
    font-weight: 500;
        padding: 8px 26px;
    border: 1px solid #F00;
	
}
.popup{
width: 20%;
margin: 0 auto;
display: none;
height:100vh;
position: fixed;
 overflow-y: scroll;
z-index: 99999;
/*background-color:rgba(1, 0, 4, 0.57);*/
background-color:#ffffffb3;
}
.cnt223 {
    min-width: 20%;
    width: 20%;
    min-height: 150px;
    margin: 40px auto;
    background: #fff;
    position: relative;
    z-index: 9999;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 -1px 20px #000000;
	float: right;
}

.cnt223ab{
    min-width: 50%;
    width: 50%;
    min-height: 150px;
	height:auto;
    margin: 125px auto;
    background: #fff;
    position: relative;
    z-index: 9999;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 -1px 20px #000000;
	
}


.cnt223 p {
    clear: both;
    color: #000 !important;
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}
	
.lop {
    font-weight: 900;
    color: #e6b223;
    font-size: 22px;

}

.lop2
{
    font-weight: 900;
    color: #e6b223;
    font-size: 22px;

}

.lop1 {
font-size: 9px;
    font-weight: 900;
}

.cnt223 p a{
color: #F00;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 15px 4px 17px;
    border: 1px solid #F00;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1 !important;
}
.cnt223 h2
{
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 25px;
}



.form-control_popup {
    display: block;
        width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn_popup {
    display: inline-block;
    padding: 6px 26px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ff4500;
    border-radius: 0px;
    background-color: #ec217c;
    float: right;
    color: #fff;
    position: relative;
    bottom: 36px;
}
.btn_popup.focus, .btn_popup:focus, .btn_popup:hover {
	color: #ec217c;
	text-decoration: none;
	background-color: transparent;
	border-color:#ec217c;
}


.cnt223 a:hover
{
	color: #fff;
	text-decoration: none;
	background-color:#F00;
	border-color:#F00;
}



