div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
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;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:15px;
  color:#FFFFFF;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/select_box2.png') right;
  background-repeat:no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  height:40px;
  border:1px solid #E0EBF1;
  width:160px;
  text-align:center;
}

select {
	background: url('../images/select_box2.png') right;
}


.small_select .selectbox 
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:15px;
  color:#FFFFFF;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/select_box_small.png') right;
  background-repeat:no-repeat;
  cursor: pointer;
  border:1px solid #D1E4F6;
  height:40px;
  border:1px solid #E0EBF1;
  width:120px;
  text-align:center;
}



.weight_tablebox .selectbox 
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:15px;
  color:#FFFFFF;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/select_box_weight.png') right;
  background-repeat:no-repeat;
  cursor: pointer;
  height:40px;
  width:120px;
  text-align:center;
  border:1px solid #BBCFDA;
}



