.h-content-wrap {
    padding-bottom: 20px;
}

#setting-box {
    font-size: 14px;
    width: 330px;
    margin-left: 30px;
    padding-top: 20px;
}

.setting-title {
    background: #f9f9f9;
    width: 320px;
    height: 30px;
    padding: 0 10px 0 20px;
    margin-bottom: 14px;
}

.setting-title span {
    color: #2690da;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

.setting-form {
    /*margin-top: 15px;*/
    position: relative;
}

.setting-form dl {
    margin-bottom: 12px;
}

.setting-form dd {
    float: left;
    width: 105px;
    text-align: right;
    line-height: 26px;
    vertical-align: middle;
    color: #666;
}

.setting-form dt {
    margin-bottom: 12px;
    font-size: 12px;
    color: #666;
}

.setting-form dt input {
    height: 24px;
    line-height: 24px;
    width: 120px;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
    color: #666;
}

.setting-form .nick_name span {
    color: red;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 700;
}

.setting-form select {
    border: 1px solid #cfcfcf;
    height: 22px;
    vertical-align: -4px;
    width: 140px;
}

.setting-form .info-button {
    cursor: pointer;
    width: 103px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #38f;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    border: none;
}

.alert {
    display: block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 5px 0;
    width: 300px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #87bb44;
    background-color: #eef8d1;
    color: #608100;
}

.alert.red {
    color: red;
    border-color: red;
    background: #fff;
}