.MultipleSelect {
  width: 200px;
}
.MultipleSelect .input {
  width: 170px;
}
.MultipleSelect .arrow {
  width: 17px;
  height: 16px;
  cursor: pointer;
  display: inline;
  background: transparent url(/images/home/multipleselect-arrow.png) no-repeat;
  margin: 1px 0 0 5px;
  float: right;
}
.MultipleSelect .list {
  display: none;
  width: 300px;
  margin: 0 0 0 -90px;
  position: absolute;
}
.MultipleSelect .list ul {
  list-style: none;
  border: 1px solid #bbbbbb;
  height: 380px;
  overflow: auto;
  font-size: 12px;  
  background: white;
  margin: 0 !important;
}
.MultipleSelect .list ul li {
  height: 30px;
  line-height: 30px;
}
.MultipleSelect .list ul .even {
  background: #ecefff;
}
.MultipleSelect .list ul li:hover { 
  background-color: #2E3192; 
  color: white; 
}