#dvMsgBox {
    display: none;
    position: absolute;
    font-size: 12px;
    width: 300px;
    overflow: hidden;
    z-index: 999;
    border-radius: 3px;
    font-family: 微软雅黑
}

#dvMsgBox .top {
    height: 40px;
    background-color: #62c3f5;
    padding-left: 16px;
    float: left;
    width: 100%
}

#dvMsgBox .top .right {
    height: 100%;
    padding-right: 6px
}

#dvMsgBox .top .right .title {
    height: 100%;
    line-height: 40px;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden
}

#dvMsgBox .body {
    background: #fff;
    padding-left: 10px
}

#dvMsgBox .body .right {
    background: #fff;
    padding-right: 2px
}

#dvMsgBox .body .right .ct {
    line-height: 60px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #0086cb;
    font-size: 14px
}

#dvMsgBox .body .right .ct .pro {
    width: 280px;
    border: solid 1px #6593cf;
    height: 25px;
    background: #fff;
    line-height: 23px;
    overflow: hidden
}

#dvMsgBox .body .right .ct .pro .bg {
    width: 0%;
    height: 100%;
    background: #c9dffc
}

#dvMsgBox .bottom {
    background: #fff;
    padding-left: 6px
}

#dvMsgBox .bottom .right {
    height: 100%;
    padding-right: 6px
}

#dvMsgBox input.showBtn {
    width: 56px;
    border-radius: 3px;
    font-family: 微软雅黑;
    cursor: pointer;
    color: #fff;
    border: 0;
    height: 25px;
    text-align: center;
    background-color: #62c3f5;
    text-align: center;
    margin: 0 auto
}

#dvMsgBox input.btnfocus {
    background-color: #ec6d51;
    font-family: 微软雅黑;
    border-radius: 3px;
    width: 56px;
    margin: 0 auto;
    border: 0;
    height: 25px;
    cursor: pointer;
    color: #fff
}

#dvMsgBox .icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px
}



#dvMsgBox .clear {
    clear: both
}

#dvMsgBox .height {
    height: 10px;
    line-height: 10px
}

#ShowBolightBox {
    display: none;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    opacity: .5;
    background-color: #000;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0
}

#dvMsgBtns {
    text-align: center;
    width: 100%
}