.chosen-container-single .chosen-single {
    background: #FFF;
    box-shadow: none;
}
.chosen-select.form-control {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.chosen-select.input-sm {
    height: 22px !important;
    line-height: 22px;
}
.chosen-select.input-sm > a {
    height: 22px !important;
    line-height: 22px;
}
.chosen-select.input-sm > a > .search-choice-close{
    top: 5px;
}
.chosen-select.input-sm > a > div > b{
    background: url(../img/chosen-sprite.png) no-repeat 0 1px;
}