.window4{
    position: absolute;
    margin: 0;padding: 0;border: 0;
    z-index: 0;
}
.window1{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;padding: 0;border: 0;
    z-index: 0;
}
.window1-mask{
    -moz-opacity:.01;opacity:.01;filter:alpha(opacity=1);position:absolute;z-index:1000;width: 100%;height: 100%;background: yellow;
}
.window4-mask{
    -moz-opacity:.01;opacity:.01;filter:alpha(opacity=1);position:absolute;z-index:1000;background: yellow;
}
.windowsbox{
    width: 100%;height: 100%;position: relative;
}
.maskoutline{
    outline: red solid 3px;
}
.window4-bord{
    position:absolute;z-index:1000;border:1px solid #93999e;
}

.window4-title{
    position:absolute;height: 20px;text-align: center;cursor: pointer;
}

.window4-title-checked{
    position:absolute;height: 20px;text-align: center;cursor: pointer;
}

embed,object{
    float: left;padding: 0;
}

.realplayIEcontext object{
    width: 100%;height: 100%;
}