div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#692c57;
  border:1px solid #35122b;
  color:#34162b;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:1em;
  font-weight:bold;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #c6862c;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 0 10px 0px;

  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  width : 123px; 
  display : block;
  text-align:left; 
  background: url('../images/bg_select.gif') right;
  cursor: pointer;
  color:#34162b;
  font-weight:bold;
  border:none;
  padding:3px 4px 0;
  height:16px;
}

select {
	background: url('../images/bg_select.gif') right;
}
