.ui-dropdownchecklist-selector-wrapper {
    background: #ffffff;
    border: 1px solid #D9D9D9;
    color: #86929D;
    display: inline-block;
    height: 17px;
    margin-left:5px;
}
.ui-dropdownchecklist-selector {
    background: url("../img/icons/dropdown.png") no-repeat scroll right top transparent;
    color: #666666;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 17px;
    padding: 0 22px 0 0;
}
#categorySearch .ui-dropdownchecklist input, .ui-dropdownchecklist input {
    border: 0 none;
    float: left;
    margin-top:2px;
}
.ui-dropdownchecklist-dropcontainer-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    margin: 1px 0;
    margin-left:5px;
}
.ui-dropdownchecklist-item {
    display: block;
    height: 19px;
    overflow: hidden;
}
.ui-dropdownchecklist-text {
    height: 17px;
    line-height: 17px;
    padding-left: 3px;
}
.ui-dropdownchecklist-dropcontainer {
    color: #000000;
    font: 11px tahoma;
    vertical-align: middle;
}
.ui-dropdownchecklist-dropcontainer label {
    display: inline-block;
    float: left;
    height: 19px;
    line-height: 19px;
}