
/* popup - system reklam */
div#popup{
   
  width: 501px; 
  height: 211px;
  z-index: 999999999; 
  position: absolute; 
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -135px; 
  
}

.no-display{

  display: none !important; 
  
}

div#close{ text-align: right; }
