#pwptPopup {
    display: block;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

#pwptPopupContent {
    position: relative;
    max-width: 666px;
    background-color: #fefefe;
    margin: 3% auto 0 auto;
    padding: 16px;
    border: 0;
    border-radius: 3px;
    height: 90%;
}

#pwptPopupContent .pwptCloseBtn {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    padding: 6px 14px;
    background-color: #FFF;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -32px;
}

#pwptPopupContent .pwptCloseBtn:hover {
    cursor: pointer;
}

#pwptPopupFrame {
    margin: 0 0 -7px 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%
}

#pwpt_checkout {
    display: none
}

#pwptPopupClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: Times New Roman, sans-serif;
    line-height: 15px;
    height: 15px
}

#pwptPopupClose:focus, #pwptPopupClose:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

img.pay_method_image {
    width: 35px;
    margin-top: 15px
}

td.pay_method_image {
    padding: 0;
    vertical-align: middle
}

#payment .payment_methods li td.pay_method_image img {
    width: 130px;
    height: auto;
    border: none;
    max-height: none;
    padding: 10px 5px;
    float: right
}

.start_hidden {
    display: none
}

thead td {
    padding: 0
}