div.selectbox-wrapper {
  position:absolute;
  left: 220px;
  top:45px;
  width:165px !important;
 height: 140px;
  background-color:#484a47;
  border: none;
  padding:0px;
text-indent: 5px;
  font-size:.9em;
  text-align:left;
  overflow:auto;
  color: #fff !important;
  cursor: default;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px !important;
  padding:0px !important;
  color: #fff !important;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #999 !important;
  color: #fff !important;
}
div.selectbox-wrapper ul li.current { 
  background-color: #831f1f !important;
  color: #fff !important;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  color: #fff !important;
  margin:0 !important;
  padding:2px 2px 2px 4px !important;
  background: none !important;
}

.formField /* look&fell of  select box*/
{
  width : 159px;
  height: 17px;
  border: none !important;
  color:#b6c3e1;
  font-size: .9em;
  padding: 4px 3px 0 3px;
  line-height: 1px;
  display : block;
  text-align:left; 
  cursor:pointer;
  background: url(../images/selectBg.gif) no-repeat !important;

}

select {
}
