#page_content .text div#reserv_subform div.selectbox-wrapper {
  position:absolute;
  width:115px !important;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:150px;
  height: expression( this.scrollHeight > 149 ? "150px" : "auto" );
  max-height: 150px;
  overflow:auto;
  z-index: 10000;
  top: 18px;
  left: 109px !important;
  left: 113px;
}

#page_content .text div#reserv_subform div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#page_content .text div#reserv_subform div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
#page_content .text div#reserv_subform div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  line-height: 16px;
}

#page_content .text div#reserv_subform input.selectbox
{
  margin: 0;
  padding-left:2px;
  font-size:11px;
  width : 100px; 
  display : block;
  text-align:left; 
  cursor: pointer;
  float: right;
  margin-right: 10px !important;
  margin-right: 3px;
  background: url('../img/select_bg.jpg') right no-repeat;
}

select {
	background: url('bg_select.png') right;
}

