div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#0092C5;
  color:#fff;
  margin:0px;
  margin-top:-10px;
  _margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:60px;
  height:auto !important;
  height:60px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
  color:#0092C5;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 2px 2px 2px;
  text-indent: 5px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;
  width : 110px;
  display : block;
  text-align:left;
  padding:2px 0;
  background: url('../images/bg_select.gif') right;
  height:16px;
  cursor: pointer;
  border:none;
  color:#fff;
  font-weight:bold;
}

select {
	background: url('../images/bg_select.gif') right;
}
