#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:  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(/uploads/image/sagiwbox/icon_close.png) no-repeat 0 0;
    height:15px;
    width:15px;
    overflow:hidden;
    cursor:pointer;
    margin: 0 10px 0 0;
}
#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;
}
#wbox #wboxcontent .sub_sure{
    background: #33373f;
    width: 55px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
#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;
}