@charset "UTF-8";
/* CSS */
/* UNIVERSALS */
.popup_pp {
      background-color: #FFF; 
	  position: absolute; 
	  visibility: hidden;
	  display: none; 	  
      height: 700px; width: 700px; 
      border: 1px solid #666;       
      font-family: Verdana, Geneva, sans-serif; 
      font-size: small; text-align: justify; 
      padding: 5px; overflow: auto; 
      z-index: 2; 
}

.popup_bg_pp {
      position: absolute; 
      visibility: hidden; 
      height: 100%; width: 100%; 
      left: 0px; top: 0px; 
      filter: alpha(opacity=70); /* for IE */ 
      opacity: 0.2; /* CSS3 standard */ 
      background-color: #DDD; 
      z-index: 1; 
}


#anti{
    display: none;
}


