﻿body{
    padding-top:45px;
}
._top_toolbar{
    z-index:9999999;
    position:fixed;
    height:50px;
    width:100%;
    top:0;
}

._module_edit,._module_edit_item {
    position: absolute;
    z-index: 999999;
    margin:0;
    padding:0;
    display:none;
}
._module_edit_top,._module_edit_bottom{
    border-top:1px dashed red;
    height:0px;
}
._module_edit_left,._module_edit_right{
    border-left:1px dashed red;
    width:0px;
}
._module_edit_item ul{
    font-size:12px;
    font-weight:bold;
    color:white;
    cursor:pointer;
    background-color:#4291d7;
    margin-top:2px;
    width: 50px;
    text-align: center;
    height:20px;
    line-height:20px;
}


._module_win{
    font-family:'Microsoft YaHei';
    background-color:white;
    z-index:99999999;
    position:absolute;
    display:none;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    box-shadow:0 0 10px rgba(0,0,0,.5);
    font-size:12px;
}
#_module_win_body{
    min-height:100px;
    font-size:12px;
    
}
._module_win *{
    font-family:'Microsoft YaHei';
    font-size:12px;
    vertical-align:middle;
}
._module_win_top{
    color:white;
    height:27px;
    line-height:27px;
    padding-left:10px;
    padding-right:5px;
    background-color:#3e76b1;
    cursor:move;
}
._module_box_top_left{
    float:left;
}
._module_win_close{
    float:right;
    background:url(images/b8.gif) 0 0 no-repeat;
    width:18px;
    height:27px;
    cursor:pointer;
}
._module_editBj{
    display:none;
    background-color:aliceblue;
    z-index:9999999;
    position:absolute;
    width:100%;
    opacity:0.5;
}