/* popup_box DIV-Styles*/
#popup_box{ background-image: url("26jan.gif");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 10px solid #bababa ;
	border-radius: 5px;
    display: none;
    font-size: 15px;
    height: 320px;
    left: 450px;
    margin-left: 15px;
    padding: 15px;
    position: fixed;
    top: 100px;
    width: 400px;
    z-index: 9999;
}
.pop_b{height: 100%;
    position: relative;
    width: 100%}
#popup_box .one_abso{background-image: url("../wish/line.png");
    background-repeat: no-repeat;
       height: 300px;
    left: 11px;
    position: absolute;
    top: 0;
   width: 20px;}
#popup_box img{ margin-left: -3px;
    margin-top: -6px;
   }
.tt_new{ background-size: 59% 58%;
    height: 55px;
    left: -10px;
    position: absolute;
    top: 165px;}
#container123 {
	width:100%;background-color:#000;
	height:100%;
}
#popup_box h1{
    background-color:#970808;line-height: 0.6;
    color: #FDF99C;
    float: right;
    margin-right: 9px;
      width: 185px}
a{  
cursor: pointer;  
text-decoration:none;  
} 
/* This is for the positioning of the Close Link */
#popupBoxClose {  background-image: url("close.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #6FA5E2;
    font-size: 20px;
    font-weight: 500;
    height:30px;
    line-height: 15px;
    position: absolute;
     right:-21px;
    top: -21px;
    width: 30px;  	
}
.deep{  padding:60px 70px;}
