.ui-dropdownchecklist {
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
    background: url(dropdown.png) #fff no-repeat right center;
    height: 25px;
    border-top: #e3e3e3 1px solid;
    border-right: 0px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

.ui-dropdownchecklist-hover {
    background-image: url(dropdown_hover.png);
    border-bottom-color: #5794bf;
    border-top-color: #5794bf;
    border-right-color: #5794bf;
    border-left-color: #5794bf;
}

.ui-dropdownchecklist-active {
    background-image: url(dropdown_hover.png);
    border-bottom-color: #5794bf;
    border-top-color: #5794bf;
    border-right-color: #5794bf;
    border-left-color: #5794bf;
}

.ui-dropdownchecklist-text {
    line-height: 14px;
    height: 20px;
    font-size: 14px;
    margin-right: 17px;
    padding-left: 10px;
    padding-top: 5px;
}

.ui-dropdownchecklist-dropcontainer {
    z-index: 100;
    border-bottom: #999 1px solid;
    position: relative;
    border-left: #999 1px solid;
    background-color: #fff;
    height: 250px;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
}

.ui-dropdownchecklist-item {
    text-align: left;
}

    .ui-dropdownchecklist-item INPUT {
        height: auto;
    }

.ui-dropdownchecklist-item-hover {
    background-color: #39f;
}

.ui-dropdownchecklist-item-disabled LABEL {
    color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
    color: #fff;
}

.ui-dropdownchecklist-group {
    font-style: italic;
    font-weight: bold;
}

.ui-dropdownchecklist-indent {
    padding-left: 20px;
}
