#popup_box {
    display: none;
    position: absolute;
    _position: absolute;
    height: 520px;
    
    background: #fff;
    left: 0;
    top: 59px;
    z-index: 9999;
    
    padding: 15px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px;
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    right: 0;
    margin: auto;
    width: 80%;
    background: #fff;
    border: 8px solid #f3b52b;
    padding: 10px;
    text-align: justify;
    
}

.txt-1 {font-size:2rem;line-height: 2.8rem;}

.txt-2 {font-size: 3rem;color: #767E4B;margin-top: 17px;}

.center1 {
  margin: auto;
  width: 80%;
  background: #fff;
  border: 3px solid #73AD21;
  padding: 10px;
}

#container {    background:#fff;     width: 100%;    height: 100%; }


a {    cursor: pointer;    text-decoration: none;}


/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size: 20px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 500;
}

@media (max-width: 1360px) {
	
	#popup_box { width: 87%;}

}

@media (max-width: 560px) {
	
	#popup_box { width: 95%;}

}
