div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#f7f7f7;
  border:1px solid #948582;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:1em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  color:#948582;
}
div.selectbox-wrapper ul li.selected { 
  color:#D65749;
   background-color: #ddd; 

}
div.selectbox-wrapper ul li.current { 
  color:#999;
  background-color: #fff;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  height:18px;
  width : 100px; 
  display : block;
  text-align:left; 
  background: url('http://rksdesign.com/newrefresh/jq/jquery.selectbox/bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #bbb;
  color:#666;
}

select {
	background: url('http://rksdesign.com/newrefresh/jq/jquery.selectbox/bg_select.png') right;
}

