.ms-container{
  background: transparent url('../img/switch.png') no-repeat 50% 50%;
  width: 300px;
  text-transform: none;
  margin-top: 2px;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: white;
  color: rgb(160,152,138);
  float: left;
  width: 45%;
  overflow-x: hidden;
}
.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{

  position: relative;
  height: 80px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;  
}

.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 1px 3px;
  cursor: pointer;
  color: rgb(106,116,123);
  font-weight: bold;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
//  border-bottom: 1px #eee solid;
  padding: 1px 3px;
  white-space: nowrap;
//  color: #555;
//  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: rgb(160,152,138);
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}