div.dpopup  { z-index: 1; }

div.dpopup div.pop_header
{
  border: 1px solid #666666;
  border-bottom: none;
  width: 920px;
  height: 20px; /* 20 px top */
  /*line-height: 19px;
  vertical-align: middle;*/
  background:url('ad-2010-top.gif') no-repeat;
  /*text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #206040;*/
  cursor:  default;
}

div.dpopup div.pop_body
{
  width: 920px;
  height: 629px; /* 649 - 20 = 629 */
  border: 1px solid #666666;
  border-top: none;
  
  background: url('ad-2010-body.jpg') no-repeat ;
}

div.dpopup img.pop_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
 
}

