.popup_box { 
    display:none; 
    position: fixed;  
    width: 86%;  
    height: 90%;
    background:#FFFFFF;  
    left: 7%;
    top: 30px;
    z-index:150;
    margin-left: 15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #A0A5AA;
    -webkit-box-shadow: 0 0 5px #A0A5AA;
    box-shadow: 0 0 5px #A0A5AA;
    
}

#container {
/*Sample*/
    width:100%;
    height:100%;
}

.axl{  
cursor: pointer;  
text-decoration:none;  
background-color: black;
color: white;
padding: 3%;
border-radius: 50px;
} 

/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size:26px;
    font-weight: 900;  
    line-height:15px;  
    right:0;
    padding-right: 10px;  
    top:0;  
    position:absolute;  
    color:white;  
    background-color: black;
    padding: 2%; 
    border-radius: 5%;  
    border-width: 0;
    border:none;
}

#popupBoxClose2 {
    font-size:20px;  
    line-height:15px;  
    right:0;  
    top:0;  
    color:white;  
    background-color: black;
    position:absolute;  
    color:#CCCCCC;  
    padding: 2%; 
    border-radius: 5%;   
    font-weight:500; 
    border-width: 0;     
}
#popupBoxClose3 {
    font-size:20px;  
    line-height:15px;  
    right:0;  
    top:0;  
    color:white;  
    background-color: black;
    position:absolute;  
    color:#CCCCCC;  
    padding: 2%; 
    border-radius: 5%;   
    font-weight:500; 
    border-width: 0;     
}


#popupBoxClose4 {
    font-size:24px;
    font-weight: 900;   
    right:0; 
    top:0;  
    z-index: 151;
    position:absolute;  
    color:white;  
    background-color: black;
    padding-top: 2px; 
    padding-bottom: 2px; 
    padding-left: 2%; 
    padding-right: 2%; 
    border-radius: 10%;  
    border: 0;   
    border-width: 0;
}

.popup_box2 { 
    display:none; 
    position: fixed;  
    width: 86%;  
    height: 90%;
    background:#FFFFFF;  
    left: 7%;
    top: -80%;
    z-index:150;
    margin-left: 15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #A0A5AA;
    -webkit-box-shadow: 0 0 5px #A0A5AA;
    box-shadow: 0 0 5px #A0A5AA;
    
}

.popup_box3 { 
    display:none; 
    position: fixed;  
    width: 86%;  
    height: 90%;
    background:#FFFFFF;  
    left: 7%;
    top: -999px;
    z-index:150;
    margin-left: 15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #A0A5AA;
    -webkit-box-shadow: 0 0 5px #A0A5AA;
    box-shadow: 0 0 5px #A0A5AA;
    
}

.popup_box4 { 
    display:none; 
    position: fixed;  
    width:40%;  
    height: 50%;
    background:#FFFFFF;  
    left: -50%;
    bottom: 0;
    z-index:150;
    margin-left: 15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #A0A5AA;
    -webkit-box-shadow: 0 0 5px #A0A5AA;
    box-shadow: 0 0 5px #A0A5AA;
    
}