@charset "utf-8";


#yt_box{
    width:800px;
    padding:20px;
    background:#FFF;
    border-radius: 5px;
    color:#000;
}

#yt_box h3{
    margin:0;
    font-size:13px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom:25px;
}


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

.rbt-ytb-player>div,
.rbt-ytb-player>iframe{
    width:800px;
    height:450px;
}



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

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

    position: absolute;
    right:15px;
    top:15px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("jquery.modal-frame/close.gif");
    width:38px;
    height:38px;
}

.rbt-ytb-close:hover{
    opacity: 0.5;
}


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