#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;
}

#filter {
    float: right;
    margin-bottom: 12px;
}

#filter button {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    margin-right: 24px;
}

#filter input {
    height: 34px;
    font-size: 14px;
    padding: 0 10px;
    border: solid 1px #d9d9d9;
}