#title{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

#deptName{
    text-align: right;
    padding-right: 80px;
}

#items {
    width: 99%;
    margin-top: 6px;
    margin-left: 6px;
    line-height: 18px;
}

#items .item {
    clear: both;
    width: 100%;
    padding-top: 8px;
}

#items .item .component {
    padding-left: 3%;
    width: 94%;
    float: left;
}

#items .item .component input {
    width: 97%;
    height: 18px;
    line-height: 20px;
}

.buttons {
    padding-top: 10px;
    clear: both;
    text-align: center;
    width: 100%;
}

.buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}

table.sublist {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
}

div.attachment_add {
    height: 20px;
}

#attachment_add {
    cursor: pointer;
    color: blue;
}

.attachments .attachment_item {
    background: url("/platform/commons/icons/attachment.gif") no-repeat;
    padding-left: 20px;
    height: 20px;
}

.attachments .attachment_action {
    margin-left: 15px;
}

.attachments .attachment_action a {
    color: blue;
}

.remark {
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    color: red;
}

.remark div{
    float: left;
    margin-right: 20px;
}

.remark div span{
}

.receipt_item_log {
    margin: 10px 0 10px 3%;
    cursor: pointer;
    color: #1b82d1;
}