/* Start of CMSMS style sheet 'selectbox' */
div.selectbox-wrapper {
  position:absolute;  
  background:#000000;  
  margin:0px;
  margin-top:0px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  width:168px;
  color:#fff;  
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  background: none;    
}
div.selectbox-wrapper ul li.selected { 
  display:none;
}
div.selectbox-wrapper ul li.current { 
  background:#7d7d7d;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px 10px 5px 10px;  
  cursor:pointer;
  background: none;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px;
  padding:7px 0 2px 10px;
  width : 158px;
  height:19px; 
  display : block;
  text-align:left; 
/*  background:url("uploads/images/css/arrow1.gif") 88px 50% no-repeat #7d7d7d;*/
background-color:#7d7d7d;

  cursor: pointer;
  cursor: hand;
  color:#fff;
  border: 0 none;
}
/* End of 'selectbox' */

