.chosen-container-multi .chosen-choices {
 background: rgba(1,29,42,0.5);
border: 1px solid #2A7092;
-webkit-box-shadow: #1A4A62 0px 0px 5px;
box-shadow: #1A4A62 0px 0px 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.chosen-container-multi .chosen-choices li.search-choice {
background: #1C475B;
color: #CCC;
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
/*padding: 2px 6px;*/
font-weight: normal;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: rgba(0,0,0,0.4) 0px 0px 3px;
box-shadow: rgba(0,0,0,0.4) 0px 0px 3px;
border: none;
margin: 3px 0 2px 5px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
color: #CCC !important;
}

.chosen-container .chosen-drop {
  background: rgb(1,29,42);
  border: 1px solid #2A7092;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.chosen-container .chosen-results li.highlighted {
background: rgba(8,95,149,0.3);
color:#CCC;
}
.chosen-container {
color:#CCC;
padding-top: 5px;
padding-bottom: 5px;
}
.chosen-container-multi .chosen-drop .result-selected {
color: #011219;
text-shadow: 1px 1px 0px #616161;
}
.chosen-container .chosen-results li.no-results {
 background: rgb(1,29,42);
}