/*代理商vip获取基本信息*/
.PLG-dialogBox-modal {
    display: none;
}

.cj-submit-dialog {
    display: none;
}

.PLG-dialogBox-container {
    background-color: #fff;
    border: 5px solid #666;
    display: none;
    height: auto;
    left: 591.5px;
    position: fixed !important;
    top: 271px;
    width: 400px;
    z-index: 100;
}

.PLG-dialogBox-titleBar {
    background-color: #f1f1f1;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 100%;
}

.PLG-dialogBox-title {
    color: #333;
    display: block;
    margin-left: 10px;
}

.PLG-dialogBox-close-icon {
    background: url('../images/del.jpg') no-repeat scroll right center;
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    margin: 12px 10px 0 0;
    width: 16px;
}

.PLG-dialogBox-content {
    margin: 15px auto;
    width: 240px;
}

.cj-submit-ok {
    clear: both;
    color: #333;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.PLG-dialogBox-buttonset {
    background-color: #f1f1f1;
    float: left;
    text-align: center;
    width: 100%;
}

.surebtn {
    background-color: #dc2400;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 15px;
    width: 130px;
}
