div.selectbox-wrapper {
  position:absolute;
  margin:0px;
  margin-top:-4px;
  padding:0px;
  margin-left:-8px;
  text-align:left;
  width:150px!important;
  max-height:200px;
  _+height:200px;
  overflow:auto;
  
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:6px 0 0 0;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background: #2f2f2f;
  color:#fff;
}
div.selectbox-wrapper{
	width:150px!important
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  background:#ebf5f5;
}
label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  height:18px;
  width : 142px; 
  display : block;
  border:none;
  text-align:left; 
  background: url(../i/drop.gif) no-repeat right top ;
  _+height:17px;
  cursor: pointer;
  color:#000;
  font-weight:700
}

select {
}
table.tablesorter thead tr div { font-weight:100}

