/* peel-banner */
.png, #png {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 250;
  display: none;
  background: #555;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75; }

div.popup_container {
  position: absolute;
  z-index: 99999;
  display: none;
  width: 640px;
  height: 480px; }

div.popup {
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin: -250px 0px 0px 0px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop) + document.documentElement.clientHeight/2 + 5); }

div#popup table {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%; }

div.popup-inner {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px; }

.close-btn {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -36px; }

div.popup-inner #bg_iframe {
  position: absolute;
  z-index: -1;
  display: block;
  width: 640px;
  height: 480px;
  left: 50%;
  margin-left: -320px;
  top: 0px;
  border: 0px; }

div.popup-inner #object_container {
  z-index: 9999; }

/*# sourceMappingURL=peelbanner.css.map */
