body .chosen-container-single .chosen-single {
    height: 38px;
    line-heigh6t: 38px;
}
body .chosen-container-single .chosen-single div b {
    background-position: 0 6px;
}
body .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}
body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    box-shadow: none;
    background-color: #FFFFFF;
}
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 34px;
}
body .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    box-shadow: none;
    background-color: #FFFFFF;
    line-height: 17px;
    border: 1px solid #cccccc;
}
body .chosen-container-multi .chosen-choices {
    background-image: none;
    box-shadow: none;
    background-color: #FFFFFF;
}
body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 6px;
}
body .chosen-container .chosen-results li.highlighted {
    background-image: none;
    box-shadow: none;
    background-color: #3276b1;
}
body .chosen-container .chosen-results li {
    line-height: 20px;
}
body .chosen-container-multi .chosen-choices {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
}
body .chosen-container {
    min-width: 50px;
}