@charset "utf-8";


#player_box,
#player_box2{
    width:640px;
    padding:30px;
    background:#FFF;
    border-radius: 5px;
}

.rbt-ytb-player{
    width:640px;
    height:360px;
    background:#000;
    clear:both;
}


.rbt-ytb-container{
    position: fixed;
    top : -10000px;
    z-index:10000;
}

.rbt-ytb-close{
    color:#F00;
    cursor: pointer;
}


/**
 * background mask
 */
#rbt-ytb-bg{
    background:#000;
    position: fixed;
    top:0; left:0;
    width: 100%; height:100%;
    opacity:0.5;
    z-index:9999;
}
