.chosen-container-multi {

}
.chosen-container-multi .chosen-choices {
    background-image: none;
    box-shadow: none;
    border-width: 2px medium medium 2px;
    border-style: solid none none solid;
    border-color: #DDD -moz-use-text-color -moz-use-text-color #DDD;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 12px;
    min-height: 18px !important;
    margin: 1px 2px;
    padding: 2px 2px 0 1px;
    vertical-align: middle;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: black;
    height: 15px;
    min-height: 15px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background-color: white;
    background-image: none;
    box-shadow: none;
    border: none;
    margin-top: 0;
    margin-bottom: 1px;
    padding: 0px 20px 0 5px;
    font-size: 8px;
    height: 15px;
    line-height: 13px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    height: 10px;
    width: 10px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    background: transparent url("chosen-sprite.png") no-repeat scroll -40px 0;
    top:3px;
    right:2px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -40px -10px;
}


.chosen-container-single a.chosen-single {
    background: white;
    border-radius: 0;
    border-color: #dddddd -moz-use-text-color -moz-use-text-color #dddddd;
    border-style: solid none none solid;
    border-width: 2px medium medium 2px;
    box-shadow: inherit;
    box-sizing: border-box;
    height:21px;
    line-height: 21px;
}
