#pop-fade{
  display: none;
  background: #000; 
  position: fixed; 
  left: 0; 
  top: 0; 
  z-index: 10;
  width: 100%; 
  height: 100%;
  opacity: .80;
  z-index: 9999;
}

#popup{
  display: none;
  width: 560px;
  min-width: 560px;
  _height: 560px; 
  float: left;
  font-size: 1.2em;
  position: fixed;
  top:40%; 
  left: 50%;
  z-index: 99999;
  border: 2px solid #4C4C4C;
  background-color: #000;
  text-align: center;
}

.pop-label{
  color: #006A38;
  font-size: 14pt;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #BEBEBE;
}

.pop-caption{
  padding: 10px 15px;
  color: #FFF;
  font-size: 8pt;
}

.pop-close{
  width: 1px;
  height: 1px;			
  float: right; 
  position: relative;
}

.pop-close A:link, .pop-close A:visited{
  display: block;
  width: 29px;
  height: 29px;			
  position: absolute; 
  top: -25px;
  right: -25px;
}

*html #pop-fade{
  position: absolute;
}

*html #popup{
  position: absolute;
}