#popup {
  position: absolute;
  top: 0;
  width: 100%;
}

#popup_frame {
  display: none; 
  position: absolute;
  left: 0;
  z-index: 100;
  width: auto;
}

#popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background: url(../images/popup_overlay.png);
}

/*** POPUP WINDOW DESIGN ***/
#popup_window {
  position: absolute;
  left: 0;
  z-index: 104;
  width: 100%;
}

#popup_top {
  background: url(../images/popup_top.png) no-repeat top;
  line-height: 24px;
  padding: 5px 10px;
  color: white;
  width: 480px;
}

#popup_top h1 {
  font-weight: bold;
  font-size: 120%;
  text-align: left;
  
}

#popup_close {
  float: right;
  font-weight: bold;
}

#popup_close a {
  color: white;
}

#popup_content {
  width: 480px;
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  background: url(../images/popup_bottom.png) no-repeat bottom;
}
