#popup {
  background:url(/img/popup_irjon.png) no-repeat left top;
  height:294px;
  left:50%;
  margin-left:-250px;
  position:fixed;
  top:150px;;
  width:348px;
  z-index:100;
}
#popup #pclose 
{
  cursor:pointer;
  height:10px;
  position:absolute;
  right:0px;
  top:0px;
  width:10px;
  z-index:300;
}
#popup #clickme 
{
  display:block;
  height:282px;
  width:348px;
  margin-top:10px;
  z-index:200;
}
#popup #shadow 
{
  background:lightgrey;
  height:294px;
  width:348px;
  position:absolute;
  top:7px;
  left:7px;
  z-index:-50;
  opacity: .8;
  filter: alpha(opacity=80);
}
.dontshow#popup,
{
  display:none;
}
