.wnd-wnd{z-index: 5000;position: absolute;width: 360px;height:auto;left: 364px;top: 429px;background: #fff;border-radius: 5px;box-shadow: 0 1px 2px #000;padding: 10px;}
.wnd-header{cursor: move;width: 360px;margin-top: 0px;height: 24px;}
.wnd-title {
    font-size: 14px;
    font-weight: bold;
    color: #008800;
    float: left;
}
.wnd-header .wnd-close {
    float: right;
    width: 19px;
    height: 20px;
    background: url(../../js/Y-all/Y-source/image/layer-ico.gif) no-repeat 0 0;
    margin-top: -5px;
    _margin-top: -1px;
}
.wnd-body{display: block;
    text-align: center;
    width: 360px;
    height: auto;
    overflow: auto;}
.ui-newbg {
    font-size: 14px;
    color: #000;
}
.wnd-msg-bottom {
    padding: 15px 10px 0px 10px;
}
.base-btn {
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    height: 31px;
    _height: 32px;
    background: url(../../js/Y-all/Y-source/image/com-btn.jpg) no-repeat left -72px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.base-btn span {
    text-align: right;
    display: inline-block;
    line-height: 31px;
    background: url(../../js/Y-all/Y-source/image/com-btn.jpg) no-repeat right -72px;
    padding: 0 20px 0 0;
    color: #2386d8;
}
.wnd-over{
    opacity: 0.5;
    background: rgb(0, 0, 0);
    width: 1089px;
    height: 2928px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 4999;
}