#videoPlayer { position: relative }
#embedStage {
    margin:20px 45px 0;
    position:absolute;
    width:640px;
    height:360px;
    top:0;
    left:0;
    z-index:500;
    overflow:hidden;
    float:left;
    text-align:left;
}

#embedStageInner {
    margin-left:0px;
}

    #embedStageInner #embed, #embedStageInner #share {
        width:600px;
    }
    
    #embedStageInner #embed button {
        margin-right:45px;
    }
    
    #embedStageInner #share {
        margin-top:23px;
    }
    
        #embedStageInner #embed button, #embedStageInner #share button {
            float:right;
            background:#999;
            border:none;
            margin-top:6px;
        }

#embedStage  h1 {
    font-size:18px;
    margin-top: 16px;
    margin-bottom: 6px;
}

#embedStage p {
    font-size:12px;
    position: relative;
}

    #embedStage .right {        
        font-style:italic;
        font-family:serif;
        font-size:1em;
        margin-top:10px;
        display:block;
        margin-left:65px;
    }

#embedStage textarea {
    margin:0;
    padding:5px;
    font-size: 10pt;
    /*width:255px;
    height:100px;*/
    overflow:hidden;
    opacity:.7;
}

#embedStage input {
    opacity:.7;
}

#embedBG {
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    width:640px;
    height:360px;
    background:#000;
    opacity:.7;
}

.closeButton {
    display:block;
    width: 15px;
    height: 15px;
    cursor:pointer;
    background: #000 url("http://gchub.episcopalchurch.org/images/ex.png");
    position:absolute;
    right: 50px;
    top: 0;
}


