@charset "utf-8";
/* CSS Document */


     #pop_overlay
     {
          position:fixed;
		  top:0px;
		  left:0px;
		  width:100%;
		  height:100%;
		  background:#000000;
		  filter:alpha(opacity=60);
		  -moz-opacity:0.6;
		  opacity:0.6;
		  
     }

     #pop_container
     {
         position:absolute;
		 top:0px;
		 left:0px;
		 width:100%;
		 height:100%;
		 background:transparent;
     }

     #pop_inner
     {
          display:block;
		  width:780px;
		
		  margin:600px auto 0 auto;
		  background:#ffffff;
		  border:1px solid #999999;
     }


/* CSS Document */


     #pop_overlay2
     {
          position:fixed;
		  top:0px;
		  left:0px;
		  width:100%;
		  height:100%;
		  background:#000000;
		  filter:alpha(opacity=60);
		  -moz-opacity:0.6;
		  opacity:0.6;
     }

     #pop_container2
     {
         position:absolute;
		 top:0px;
		 left:0px;
		 width:100%;
		 height:100%;
		 background:transparent;
     }

     #pop_inner2
     {
          display:block;
		  width:520px;
		 
		  margin:220px auto 0 auto;
		  background:#ffffff;
		  border:1px solid #999999;
     }
	 
	 
	 
	/* CSS Document */


     #pop_overlay3
     {
          position:fixed;
		  top:0px;
		  left:0px;
		  width:100%;
		  height:100%;
		  background:#000000;
		  filter:alpha(opacity=60);
		  -moz-opacity:0.6;
		  opacity:0.6;
     }

     #pop_container3
     {
         position:absolute;
		 top:0px;
		 left:0px;
		 width:100%;
		 height:100%;
		 background:transparent;
     }

     #pop_inner3
     {
          display:block;
		  width:520px;
	
		  margin:220px auto 0 auto;
		  background:#ffffff;
		  border:1px solid #999999;
     } 
	 
	 
	 
	 
	



