#dialogBody {
    width: 800px;
    margin-bottom: 20px;
}

#remark {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
}

#list {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.receiverName {
    height: 18px;
    line-height: 18px;
    width: 150px;
    cursor: pointer;
}

.unselected {
    color: gray;
    font-style: italic;
}

#dialogBody #buttons {
    width: 800px;
    padding-top: 10px;
}

#list .node {
    float: left;
    width: 780px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: both;
}

#list .nodeName {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#list .node ul li {
    float: left;
    width: 25%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    margin-bottom: 10px;
}

#list .node ul li.userselect{
    width: 100%;
}

#list .node ul li .receiverName {
    width: 90%;
    height: 45px;
}