div.selectbox-wrapper {
  position:absolute;
  width:168px;
  background-color:#FFFFFF;
  border:1px solid #919ba5;
  margin:0px;
  left:729px;
  top:45px;
  padding:0px;
  font-size:10px;
  text-align:left;
  max-height:200px;
  color:#4d5d6d;
  overflow:auto;
  line-height:1em;
  z-index:99999;
}
div.selectbox-wrapper ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  color: #32b900;
  background-color: #EEE;
}
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 5px 10px 0px;
  padding-left:2px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  width : 168px;
  display : block;
  text-align:left; 
  background: url('../images/ddl_bg.gif') no-repeat;
  height:16px;
  border:0 none;
  cursor: pointer;
  color:#4d5d6d;
}

#ddl select {
	background: url('../images/ddl_bg.gif') no-repeat;
}

