.Jmask {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.15;
    z-index: 8000;
    /*display: none;*/
    -moz-user-select: none;
    -webkit-user-select: none;
}

.Jdialog {
    width: 380px;
    background: #fff;
    position: absolute;
    padding-bottom: 10px;
    /*display: none;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    border: 1px solid #95B8E7;
    background-color: #E0ECFF;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
    background-repeat: repeat-x;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    z-index: 8002;
}

.Jdialog_head {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #eee;
    cursor: move;
    font-weight: bold;
    color: #0E2D5F;
    font-size:12px
}

.Jdialog_content {
    width: calc(100% - 20px);
    /* padding-top: 10px; */
    margin: 0 auto;
    background: #fff;
    border: 1px solid #95B8E7;
}
.Jdialog_close {
    margin-right: 10px !important;
    font-size: 14px !important;
    margin-top: -25px;
    background: red !important;
    color: #fff;
    opacity: .6;
    border-radius: 5px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    font-weight: normal;
}
    .Jdialog_close:hover {
        background: red !important;
        color: #fff;
        opacity: .9;
    }
.form-horizontal .control-label{
    padding-top:5px !important
}