.newpopup {
    position: fixed; _position: absolute;
    z-index: 9981;
    top: 64px; 
    left:242px; /* 630px */ 
    padding:10px;
    color:#333;
    margin: 0 auto; 

}

#lightinner {
     width:480px;
     height:280px;
     padding:10px;
     border:1px solid #000;
     background: #fff;
}

#fade {

     position:fixed; _position: absolute;
     left:0;
     top:0;
     padding:0;
     width:100% !important; _width:3000px !important;
     height:100% !important; _height:3000px !important;
     color:#333;
     background:#000;
     z-index: 9981;	 
	 overflow:hidden !important;
	 zoom:1;
	 display:block;
	 overflow:visible;
 }
