#wBox .wBox_b {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
    width:5px;
}

#wBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200000;
    text-align: left;
    display:none;
}

#wBox .wBox_popup {
    position: relative;
    background-color: #f5f5f5;
    border: 0px solid #f5f5f5;
    padding: 0px;
}

#wBox table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wBox td {
    border-bottom: 0;
    padding: 0;
}

#wBox .wBox_body {
    background-color: #fff;
    background: url("../images/wbox/shuiyin.png") repeat;
}

#wBox img {
    border: 0;
    margin: 0;
}
#wBox .wBox_title {
    height:28px;
    color:#000000;
    width:100%;
    border-bottom: 1px dotted #ccc;
}
#wBox .wBox_dragTitle{


}
#wBox .wBox_title .wBox_itemTitle{
    overflow:hidden;
    font-size:12px;
    font-weight:normal;
    color: #fff;
    height: 35px;
    line-height: 35px;
    background: #349a63;
    display: inline-block;
}
#title_tip{
    background: #349a63;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
#title_tip.t_error{
    background: #ec5418;
}
#wBox .wBox_title{
    background:#33373f;
}
#wBox .wBox_title .wBox_close{
    background:url(../images/wbox/icon_close.png) no-repeat 0 0;
    height:15px;
    width:15px;
    overflow:hidden;
    cursor:pointer;
    margin: 0 10px 0 0;
    position: absolute;
    top: 10px;
}
#wBox .wBox_title .on{
    background-position:0 -15px;
}
#wBox .wBox_tl, #wBox .wBox_tr, #wBox .wBox_bl, #wBox .wBox_br {
    height: 5px;
    width: 5px;
    overflow: hidden;
    padding: 0;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}

#wBox #wBoxContent{
    padding:3px 3px 20px 3px;
}
#wBox #wBoxContent>div:first-child{
    padding: 5px;
    text-align: center;
    min-height: 30px;
    min-width: 300px;
    margin: 15px auto 0 auto;
}
#wBox #wBoxContent .msg{
    width: 65%;
    margin: 10px auto 0 auto;
    color:#333;
    font-size: 12px;
}
#wBox #wBoxContent .sub_sure{
    background: #33373f;
    width: 55px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 12px;
}
#wBox #wBoxContent .sub_sure:hover{
    background: #ec5418;
}
#wBox_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}
#wBox .wBox_load{
    width:270px;
}
.wBox_hide {
    z-index:-100;
}

.wBox_overlayBG {
    background-color: #33373f;
    z-index: 9999;
}
#wBox #wBox_loading{
    width:32px;height:32px;margin:0 auto;
}