#theFlashWrapper{
	height:100%;
	width:100%;
	background:none;
	position:fixed;
	bottom:0;
	left:0;
	display:none;
	z-index:1000;
}
#background{
	background:#fff;
	width:700px;
	height:600px;
	opacity:0.6;
	filter: alpha(opacity = 60);
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:900;
}
#campaign-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

  #campaign-popup .campaign-shade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
  }

  #campaign-popup .campaign-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: #082559 url(/images/jade/tigers.png) no-repeat top left;
  }

    #campaign-popup .campaign-top #campaign-top-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 137px;
      height: 80px;
      background: url(/images/jade/close.png) no-repeat;
    }

      #campaign-popup .campaign-top #campaign-top-close .campaign-close {
        position: absolute;
        top: 17px;
        right: 17px;
        width: 100px;
        height: 42px;
        text-indent: -9000em;
      }

  #campaign-popup #campaign-body {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
  }

    #campaign-popup #campaign-body #campaign-offer {
      position: relative;
      margin: 75px auto 0;
      width: 336px;
      height: 485px;
      background: url(/images/jade/offer.png) no-repeat;
    }

      #campaign-popup #campaign-body #campaign-offer .campaign-close {
        position: absolute;
        top: 435px;
        left: 79px;
        width: 81px;
        height: 50px;
        text-indent: -9000em;
      }

      #campaign-popup #campaign-body #campaign-offer #campaign-go {
        position: absolute;
        top: 435px;
        left: 173px;
        width: 81px;
        height: 50px;
        text-indent: -9000em;
      } 
