div#gate-popup {
    display: none;
    width:100%;
    height:100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
}
    div#gate-popup .gate-overlay {
        width:95%;
        height:95%;
        position: absolute;
        left: 2.5%;
        top: 2.5%;
        background-color: #56a1d5;
        opacity: 0.7;
        z-index: 501;
    }
    div#gate-popup .gate-content {
        width:95%;
        height:95%;
        left: 2.5%;
        top: 2.5%;
        position: fixed;
        z-index: 502;
        text-align: center;
    }
    div#gate-popup .gate-content form {
        margin: auto;
        text-align: center;
        display: block;
    }
        div#gate-popup .gate-content img {
            max-width: 95%;
        }
        div#gate-popup .gate-content img.confirm-image {
            display: none;
        }

        div#gate-popup .gate-content p {
            margin: 10px 0;
        }
        div#gate-popup .gate-content .gate-close {
            width: 29px;
            height: 29px;
            position: absolute;
            top: -5px;
            right: -5px;
            background: url('//cdn.m.bluefly.com/img/icon_close.png?build=76') no-repeat;
            z-index: 503;
        }
        div#gate-popup .gate-content .gate-promo-text {
            margin: 25px auto;
            font-weight: bold;
            font-size: 20px;
        }
        div#gate-popup .gate-content label.error {
            color: red;
            font-weight: bold;
        }
        div#gate-popup .gate-content input[type=text],
        div#gate-popup .gate-content input[type=password],
        div#gate-popup .gate-content input[type=email]
         {
            height: 32px;
            width: 30%;
            min-width: 250px;
            max-width: 400px;
            font-family: Helvetica, sans-serif;
            color: #000;
            border: 1px solid #c0c0c0;
            padding: 2px 10px;
        }
        div#gate-popup .gate-content input[type=submit] {
            height: 36px;
            background-image: url('//cdn.m.bluefly.com/img/button_bg.png?build=76');
            background-repeat: repeat-x;
            border: 1px solid #c0c0c0;
            color: #5f5f5f;
            font-weight: bold;
            text-transform: uppercase;
        }
