.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(chosen-sprite-v1.png) -42px 1px no-repeat;
  margin:5px 0 5px 3px;
}
/* language names */
.chosen-container-multi .chosen-choices li.search-choice {
  padding: 8px 20px 8px 10px;
}
.chosen-container-multi .chosen-choices {
  padding: 12px 5px;
  border: 1px solid #ccc;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #999;
  vertical-align: middle;
  border-radius: 0;
  font-size: 14px;
  height: 25px;
}
/* focused/active inputbox */
.chosen-container-active .chosen-choices {
  border-color: rgba(172, 161, 191, 0.8);
}
.chosen-container .chosen-results li.highlighted {
  color: white;
  text-decoration: none;
  background-color: #BCB5C8;
  background-image: -moz-linear-gradient(top,#BCB5C8,#756C80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#BCB5C8),to(#756C80));
  background-image: -webkit-linear-gradient(top,#BCB5C8,#756C80);
  background-image: -o-linear-gradient(top,#BCB5C8,#756C80);
  background-image: linear-gradient(to bottom, #BCB5C8, #756C80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBCB5C8',endColorstr='#ff756C80',GradientType=0);
}