.ms-container{
  background: transparent no-repeat 230px 83px;
  font-family: 'Open Sans', Helvetica, Arial,sans-serif;
  font-size:16px;
  cursor:pointer;
}

.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: #fff;
  border: 1px #ccc solid;
  float: left;
  border-radius:         5px;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
  -khtml-border-radius:  5px;
}

.ms-selected{
  display:none;
}
.ms-container .ms-selectable{
  margin-right: 72px;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding:0;
}

.ms-container ul.ms-list{
  width: 245px;
  height: 320px;
  padding: 1px 0px;
  margin:0;
  overflow-y: auto;

}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selectable{
  border-bottom: 1px #eee solid;
  padding-left:18px;
  padding-top:5px;
  padding-bottom:5px;
  color: #666;
  background-color:#fff;
}

.ms-container .ms-selection li.ms-elem-selected{
  border-bottom: 1px #eee solid;
  padding: 5px 25px;
  color: #666;

}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;

}

.ms-container .ms-optgroup-label{
  color:#369;
  margin:0px;
  padding:5px;
  padding-left:10px;
  background-color:#ссс;
  cursor: pointer;
  border-bottom:1px #eee solid;

}

.ms-container .ms-optgroup-label.collapse{

}

.ms-optgroup  { margin:0px; padding:0px}

.ms-container li.ms-elem-selectable:not(.disabled):hover,
.ms-container .ms-selection li:not(.disabled):hover{
  cursor: pointer;
  background-color:#F2FBFB;
  color: #444;
}

.ms-container .ms-selection li:not(.disabled){
  background: #eee url('/i/ap/back-pick-del-hover2.png') no-repeat 10px 10px; border-bottom: 1px solid #fff;
}
