#BuyFrame {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

#BuyFrame .screen {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
}

#BuyFrame .frame {
    position: absolute;
    width: 950px;
    background-color: white;
}

#BuyFrame iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#BuyFrame .close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: transparent url('../img/close.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999999;
}

