.ui-inputfilter-label-name {
    color: #666666;
    white-space: nowrap;
}

.ui-inputfilter-input-text {
    margin-bottom: 4px;
}

.ui-inputfilter-windowbox-chooseitems-header {
    list-style: none;
}
.ui-inputfilter-windowbox-chooseitems-header li {
    float: left;
    width: 1.2ex;
    text-align: center;
    margin: 1em 0.5ex;
    border-bottom: solid 1px #229;
}

.ui-inputfilter-windowbox-chooseitems-body {
    list-style: none;
    clear: both;
    heigth: 165px;
    overflow-y: auto;
    min-height: 15em;
    max-height: 15em;
}
.ui-inputfilter-windowbox-chooseitems-body li {
    cursor: pointer;
    margin: 0.5em 0;
}
.ui-inputfilter-windowbox-chooseitems-body li:hover {
    font-weight: bold;
}

.ui-inputfilter-windowbox-chooseitems-body li.selected {
    font-weight: bold;
    color: #22D;
}

.ui-inputfilter-windowbox-panelmini-item {

}

.ui-inputfilter-windowbox-panelmini-item-text {

}

