    /* Z-index of #mask must lower than #boxes .window */  
    
    #banner a{
	    position:absolute;
	    margin-top:200px;
	    margin-left:100px;
	    font-size:16px;
	    font-style:normal;
	    color:#C60;
    }
    
     #banner #Close {
     margin-top:-220px;
     maring-right:40px;
     float:right;
	    z-index:10000;
	    width:300px;
	   
    }
    
    #banner #mask {  
     position:absolute;  
      z-index:9000;
    background-color:#000;  
    display:none;  
   }  
      
   #banner #boxes .window {  
     position:absolute;  
     width:440px;  
   height:200px;  
     display:none;  
     z-index:9999;
    padding:20px;  
   }  
   
   #banner #boxes .window p{    
     font-size:14px;
   }  
    
    
    
  /* Customize your modal window here, you can add background image too */  
   #banner #boxes #dialog {  
     width:800px;   
    height:203px;  
    
   }  
   
   #banner #boxes #dialog p,h2{  
     color:#FFF;
    
   }  
