div.selectbox3-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
  max-height:700px;
  overflow:auto;
  overflow-x:hidden !important;
  border:1px solid #e2dcca;
  *margin-left:2px;
  *margin-top:-1px;
}
div.selectbox3-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox3-wrapper ul li.selected { 
  background-color: #80a1b6;
  color:#ffffff;
  text-indent:4px;
}
div.selectbox3-wrapper ul li.current { 
  background-color: #dae4f0;
  color:#000000;
}
div.selectbox3-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  color:#000000;
  background:#f6f2db;
  text-indent:4px;
}

label {
   display: block;
}
.selectbox3 /* look&fell of  select box*/
{
  margin: 0px;
  padding-left:2px;
  display : block;
  width:75px;
  text-align:left; 
  background: url('/images/bg_select2.png') right;
  height:16px;
  cursor: pointer;
  border:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:16px;
  padding-left:5px;
  border:1px solid #e2dcca;
  *margin-left:2px;
}

select {
	background: url('/images/bg_select2.png') right;
}
.width2 { width:200px !important; }