/* the overlayed element */
.simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    min-height:100px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url("//d24g2nq85gnwal.cloudfront.net/images/close.png");
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

a#imPlayer {
    display: block;
    width: 960px;
    height: 540px;
    margin: 10px;
}

.popBox {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 700px;
    background: #596b60;
    color: #fff;
    border: 1px solid #ccc;
}

.popBox p {
    color: #ccc;
    line-height: 1.4em;
    margin: 10px 25px;
}

.popBox h2 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 2.6em;
    margin: 10px 0 20px 0;
    text-shadow: 2px 2px 1px #333;
    /* color: #FFDDA9; */
    font-family:Georgia, "Times New Roman", Times, serif;
}

.no-popup {
    font-size: 11px;
    color: #777;
    margin-bottom: 5px;
    text-align: center;
}
.member-login {
    text-align: center;
}
.signup-form {
    text-align: center;
    font-size: .9em;
    margin:	15px 35px 20px 35px;
}

.button_submit {
    font-family: Arial, sans-serif;
    height: 27px;
    width: 55px;
    border: 1px solid #486daa;
    margin: 0 0 2px 2px;
    background-color: #486daa;
    color: #fff;
    font-weight: bold;
    padding-top: 4px;
}

.input_box {
    width: 275px;
    height: 22px;
    margin-bottom: 10px;
}

.popBox a {
    color: #94BDFF;
    text-shadow: 1px 1px #444;
    font-weight: bold;
}

.popBox ul {
    margin-bottom: 25px;
}

.popBox ul li {
    margin: 10px 0 15px 25px;
    font-size: 19px;
    text-shadow: 1px 1px #333;
    /* font-family:Georgia, "Times New Roman", Times, serif; */
}

button.close-box {
    background: #ccc;
    color: #fff;
    padding: 1px 6px 2px 6px;
    margin-top: -30px;
    margin-right: -30px;
    border-radius: 1em;
    opacity: 1;
}

.close-box a, .close-box a:hover, .close-box a:visited {
    color: #fff;
    text-decoration: none;
}