.playerjs_com_editor_window{
    width:700px;background: #fff;padding:20px;position:fixed;top:100px;left:50%;margin-left:-370px;z-index:10001;border-radius:10px
}
.playerjs_com_editor_logo{
    width:26px;height:40px;background:url('playerjs.png') no-repeat center center;background-size:cover;float:left;
}
.playerjs_com_editor_window h1{
    padding:0 0 0 0;border-bottom_:1px solid #999;text-align:right;font-size:120%;float:right
}
.playerjs_com_curtain{
	width: 100%;background-color: #000;height: 100%;position: fixed;top: 0;left: 0;opacity: 0.5;z-index:10000;
}
.playerjs_com_editor_x{
    float:right;width:12px;height:12px;background:url('x.png') no-repeat center center;background-size:cover;cursor:pointer;
}
.playerjs_com_input{
    width:620px;
}
.playerjs_com_clear,.playerjs_com_clear:after {
    content: ".";display: block;height: 0;clear: both;visibility: hidden;
}
* html .playerjs_com_clear{
    height: 0px;border:1px solid #000;
}
.playerjs_com_ajax{
    border-bottom:1px dashed #333;cursor:pointer;margin-top:5px
}

.playerjs_com_hidden{
    display:none
}
@media screen and (min-width:100px) and (max-width:1000px) {
    
    .playerjs_com_editor_window{
        width:500px;margin-left:-270px;
    }
    .playerjs_com_input{
        width:410px;
    }
}
@media screen and (min-width:100px) and (max-width:500px) {
    
    .playerjs_com_editor_window{
        width:300px;margin-left:-170px;
    }
    .playerjs_com_input{
        width:210px;
    }
}