@charset "utf-8";
div.selectbox-wrapper {
  position:absolute;
  width:140px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-9px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:hidden;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;  width:140px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;   width:140px;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px; width:134px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin:0px 0px 8px 8px; 
  padding:4px 0 0 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#cdcccc;
  font-size:11px;
  width : 135px; 
  display : block;
  text-align:left; 
  background: url('../images/dropdown_fields.jpg') right;
  height:18px;
  cursor: pointer;
   border:none;
}

/*select {
	background: url('../images/dropdown_fields.jpg') right;
}
*/
