DIV.multiSelectDropDown {
  position: relative;
  border: 1px solid #d2d2d2;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  background: white;
  width: 200px; }
  DIV.multiSelectDropDown A {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 100; }
  DIV.multiSelectDropDown DIV.innerWrapper {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 0;
    background: white;
    border: 1px solid #d2d2d2;
    border-top: none;
    width: 100%; }
    DIV.multiSelectDropDown DIV.innerWrapper DIV.mSDDO {
      padding-left: 5px;
      height: 20px;
      line-height: 20px;
      font-size: 13px;
      background: white; }
      DIV.multiSelectDropDown DIV.innerWrapper DIV.mSDDO.selected {
        background: #55f;
        color: white; }
      DIV.multiSelectDropDown DIV.innerWrapper DIV.mSDDO:hover {
        background: #88c;
        color: white; }
  DIV.multiSelectDropDown.expanded {
    overflow: visible; }
    DIV.multiSelectDropDown.expanded DIV.innerWrapper {
      z-index: 10; }
