body#dialogBody {
    overflow-y: auto;
    width: 700px;
    height: 450px;
}

#items {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #838383;
}

#items .item {
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 5px;
}

.sign {
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.content div div {
    display: inline;
    margin-left: 3px;
}

.content div {
    margin-bottom: 10px;
}

.title {
    font-weight: bold;
    color: #2a2a2a;
    line-height: 40px;
    height: 40px;
    position: relative;
    padding-left: 12px;
}

.title:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 6px;
    height: 16px;
    background: #2b68c9;
}