/* popup_box DIV-Styles*/
.popup_box { 
	overflow: auto;
    
	height:600px;  
    width:600px;
    background:rgba(0,0,51,1);   
    border:2px solid #fff;
    
    margin-left: auto;  
    margin-right: auto; 
    
    position:absolute;  
    right: 0; left: 0; top: 200px; bottom: 0;
    
    
    z-index:10; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */

    
    /* additional features, can be omitted */     
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

#pop1{
display: none;
}

#pop2{
display: none;
}

#pop3{
display: none;
}

#pop4{
display: none;
}

#pop5{
display: none;
}

#pop6{
display: none;
}

#pop7{
display: none;
}

#pop8{
display: none;
}


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;
    font-weight:500;      
}