/* vim: set et ts=2 sw=2 sts=2 ft=css :*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:200px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  width: 137px;
  background-color:white;
  border:1px solid #ccc;
  overflow:auto;
}
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 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  width: 115px; 
  padding-right: 20px;
  display : block;
  text-align:left; 
  background: url('/scripts/select/bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

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

.selectbox-wrapper ul li, .special select input {
}

