div.selectbox-wrapper {
  position:absolute;
  width:203px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:150px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 0px 0px;
  padding: 5px 30px 0px 5px;
  width : 173px; 
  height:25px;
  display : block;
  text-align:left;
  overflow:hidden;
  background: url(../img/default/input_select.gif);
  /*height:18px;*/
  cursor: pointer;
}

.selectboxError /* look&fell of  select box*/
{  
	background-position:0px -30px;
}


select {
/*	background: url(../img/default/input_select.gif) left;*/
}
