div.selectbox-wrapper {
  position:absolute;
  z-index:10;
  width:400px;
  background-color:white;
  border-top:1px solid #abadb3;
  border-bottom:1px solid #e3e9ef;
  border-left:1px solid #e2e3ea;
  border-right:1px solid #dbdfe6;
  margin:0px;
  padding:0px;
  font: 13px Arial, Helvetica, sans-serif;
  text-align:left;
  max-height:300px;
  overflow:auto;
  font-weight:normal;
  color:#000000;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  display:block;
  width:auto;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  width:auto;
}

.selectbox /* look&fell of  select box*/
{
  margin-top:7px;
  font: 13px Arial, Helvetica, sans-serif;
  color:#000000;
  display:block;
  width:140px;
  text-align:left;
  background-image:url(../img/bg_select.gif);
  background-repeat:no-repeat;
  background-position:left top;
  height:16px;
  cursor: pointer;
  border-top:1px solid #abadb3;
  border-bottom:1px solid #e3e9ef;
  border-left:1px solid #e2e3ea;
  border-right:1px solid #dbdfe6;
  padding:2px 0px;
  text-indent:2px;
}

.selectbox2 /* look&fell of  select box*/
{
  margin-top:7px;
  font: 13px Arial, Helvetica, sans-serif;
  color:#000000;
  display:block;
  text-align:left; 
  background-image:url(../img/bg_select.gif);
  background-repeat:no-repeat;
  background-position:right top;
  height:16px;
  cursor: pointer;
  border-top:1px solid #abadb3;
  border-bottom:1px solid #e3e9ef;
  border-left:1px solid #e2e3ea;
  border-right:1px solid #dbdfe6;
  width:68px;
  padding:2px 0px;
  text-indent:2px;
}

select {
  background-image:url(../img/bg_select.gif);
  background-repeat:no-repeat;
  background-position:right top;
}




