.window_panel {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 25px;
    z-index: 2000;
    background: #fff;
    text-decoration: none;
    max-width: 90%;
    text-align: left;
    border:1px solid #ccc
}

.window_panel .window_header {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
    white-space: nowrap;
    background: transparent;
    position: absolute;
    top:-15px;
    left:0;
    width: 100%
}

.window_panel .window_header_normal {
    height: 25px;
    line-height: 20px;
    padding: 2px 5px;
    text-align: left;
    cursor: move;
}

.window_panel .window_header_minimize {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 2px 5px;
    line-height: 20px;
    text-align: left;
}

.window_panel .window_header_minimize_vertical {
    padding: 7px 0px;
    line-height: 13px;
    text-align: center;
}

.window_panel .window_header_maximize {
    height: 20px;
    line-height: 20px;
    padding: 2px 5px;
    text-align: left;
    cursor: default;
}

.window_panel .window_frame {
    margin: 0;
    border: 0;
    padding:0
}

.window_panel .window_footer {
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #aaa;
    overflow: hidden;
    font-size:13px;
}

.window_panel .window_footer div {
    margin-left: 5px;
}

.window_panel .window_header .window_title_icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.window_panel .window_header .window_title_text {
    font-weight: bold;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    left: 36px;
    top: 4px;
    margin-left: -20px;
    color:#fff;
}

.window_panel .window_header .window_function_bar {
    position: relative;
    overflow: visible;
    width: 100% !important;
}


.window_panel .window_header .closeImg {
    width:30px;
    height:30px;
    position: absolute;
    z-index:100;
    top:34px;
    right: 9px;
    cursor: pointer;
}
.window_panel .window_header .closeImg:before{
    position: absolute;
    top:0;
    right: 0;
    font-family: icons;
    content: "\e647";
    font-size:32px;
}


.window_panel .frame_loading {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
    clear: both;
    cursor: crosshair;
    background: blue;
}

#window_overlay {
    background: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
