.div_window_mask {
    background: #F1F9FE;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.div_picviwe_mask {
    filter: Alpha(Opacity=0);
    -moz-opacity: 0;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.div_window_box {
    position: absolute;
    display: block;
    z-index: 1001;
    padding: 0;
    background-color: #FFFFFF;
    margin: 0;
    left: 0;
    *left: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-color: #66CCFF;
    border-bottom-color: #66CCFF;
    border-left-color: #acdff2;
}

.div_picview_box {
    position: absolute;
    display: block;
    z-index: 1001;
    padding: 0;
    background-color: #FFFFFF;
    margin: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-color: #66CCFF;
    border-bottom-color: #66CCFF;
    border-left-color: #acdff2;
}


.div_window_box_border {
    margin-bottom: -6px;
}

.div_window_box_oper_bar {
    font-size: 12px;
    color: #000000;
    background-color: #eef7fe;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #acdff2;
    height: 22px;
    line-height: 22px;
}

.div_window_box_oper_bar_title {
    float: left;
    font-weight: bold;
    color: #1a73c5;
    padding-left: 4px;
}

.div_window_box_oper_bar_button {
}

.div_window_box_oper_bar_button_close {
    background-image: url(img/close.gif);
    background-repeat: no-repeat;
    height: 22px;
    width: 16px;
    float: right;
    background-position: center center;
    cursor: pointer;
}

.div_window_box_content {
    font-size: 12px;
    color: #333333;
    margin: 6px 4px;
}
