div.selectbox-wrapper {
  position:absolute;
  min-width:392px;
  background-color:white;
  border:1px solid #D7D5CD;
  margin:0px;
  padding:0px;
  font-size:12px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#757575;
  z-index: 2;
  font-family:Arial,Helvetica,sans-serif;
}
#gift_cart_price1_input{
  width:88px;
}
#gift_cart_price_container{
  min-width:122px;
}
#gift_cart_price1_container{
  min-width:90px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #FBFBF8;
}
div.selectbox-wrapper ul li.current { 
  background-color: #F3F3F0;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:1px;
  cursor:pointer;
}

label {
    display: block;
  padding-top:30px;
}
.selectbox /* look&fell of  select box*/
{

  display : block;

  background: url('../images/bg_select.gif') no-repeat right;
  cursor: pointer;

/*   margin: 0px 5px 10px 0px; */
width: 408px;
/*   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; */
background-color:#F3F3F0;
border:1px solid #D7D5CD;
color:#868683;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
text-align:left;
}

#gift_cart_price_input  /* look&fell of  select box*/
{

  width : 120px; 
}

#gift_cart1_price_input  /* look&fell of  select box*/
{

  width : 70px; 
}

select {
  background-color: #FFFFFF;
/* 	background: url('../images/bg_select.gif') no-repeat right; */
}


