/* GENERAL STYLES */
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#767676;
  border:1px solid #939090;
  margin:0;
  margin-top:1px;
 /* padding:0;*/
   padding:2px 2px 2px 1px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#c8c8c6;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #868585;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox {
  margin: 0px 5px 0px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 100px; 
  display : block;
  text-align:left; 
  background: url(/js/bg_select.png) right;
  /*height:18px;*/
  cursor: pointer;
 border:1px solid #939090;
  color:#c8c8c6;
}

select {
	background: url(/js/bg_select.png) right;
}


/* EDITOR PROPERTIES */
