div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white; 
  /*background:url('/.file/prev.gif') left repeat-y; padding-left:15px; */
  border:1px solid #ccc;
  margin:0px 0px 0px 2px;
  padding:0px;
  font-size:1em;
  text-align:left;
  max-height:250px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #7491AB;
  color:#ffffff;
  font-size: 0.9em;
}
div.selectbox-wrapper ul li {
  list-style-type:none;       
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  background:none;
  font-size: 0.9em; 
}

label {
    display: block;
}
.selectbox {
  margin: 0px 5px 0px 0px;
  padding:2px 0px 0px 0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  display : block;
  text-align:left; 
  background: url('/.file/select_bg.gif') right no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:none;
  color:#333;
  height:17px;
  line-height:13px;
}

.selectbox_left{
	height:19px;
	width:5px;
	background: url('/.file/select_left_bg.gif') right no-repeat;
	float:left;
}

/* IE7 and below */
html* .selectbox_left{
	margin-top:1px;
}
