div.selectbox-wrapper {
  position:absolute;
  width: 150px;
  background-color: white;
  border: 1px solid #8a8b87;
  margin: 0px;
  margin-top: -10px;
  font-family: Tahoma; 
  text-indent: 3px;
  padding:0px;
  font-size: 11px;
  text-align: left;
  color: #464a47;
  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: #f8f7f5;
}
div.selectbox-wrapper ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

label {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #464a47; 
    display: block;
}

.selectbox {
  margin: 5px 5px 8px 0px;
  padding: 3px 0 0 4px;
  font: 11px/11px Tahoma;
  height: 16px;
  width : 140px; 
  display : block;
  text-align:left; 
  background: url(../images/booking/bg_select.gif) right;
  /*height:18px;*/
  cursor: pointer;
  border: 1px solid #8a8b87;
  color: #464a47;
}

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

