    select.replaced {
      display: none;
    }
    ul.selectReplacement {
      font-family: Arial, Helvetica, sans-serif;
      background: url(../images/custom-select-top.gif) top left no-repeat;
      border:1px solid #363130;
      margin: 0;
      padding: 0;
      height: 1,5em;
      width: 228px;
    }
    ul.selectReplacement li {
      background: #FFFFFF;
      color: #000000;
      cursor: pointer;
      display: none;
      font-size: 11px;
      line-height: 1.25em;
      list-style: none;
      margin: 0;
      padding: 1px 12px;
      width: 204px;
    }

    ul.selectMagnifier {
      font-family: Arial, Helvetica, sans-serif;
      background: url(../images/custom-select-magnifier.gif) top left no-repeat;
      border:1px solid #363130;
      margin: 0;
      padding: 0;
      height: 1,5em;
      width: 28px;
    }
    ul.selectMagnifier li {
      background: #FFFFFF;
      color: #000000;
      cursor: pointer;
      display: none;
      font-size: 11px;
      line-height: 1.5em;
      list-style: none;
      margin: 0;
      padding: 1px 12px;
      width: 204px;
    }
    ul.selectMagnifier li.selected {
      background: url(../images/custom-select-bottom.gif) bottom left no-repeat;
      color: #000000;
      display: block;
    }


    ul.selectOpen li {
      display: block;
    }
    ul.selectReplacement li.selected {
      background: url(../images/custom-select-bottom.gif) bottom left no-repeat;
      color: #000000;
      display: block;
    }
    ul.selectOpen li.selected {
      background: #E3E3E3;
      display: block;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #E3E3E3;
      color: #000000;
    }
.search-textbox {
	color: #000000;
	font-size: 11px;
	margin: 0px;
	width: 180px;
	padding: 1px 12px;
	border:1px solid #363130;	
}