div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #494949;
  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;
  border:1px solid #494949;
  border-bottom:none;
}
div.selectbox-wrapper ul li.selected { 
    background-color: #C3BBB4;
}
div.selectbox-wrapper ul li.current { 
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  border-bottom:1px solid #494949;
  cursor:pointer;
  font-family:Helvetica, sans-serif;
  font-size:12px;
  padding-left:20px;
  color:#333333;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Helvetica, sans-serif;
  font-size:12px;
  width : 254px; 
  display : block;
  text-align:left; 
  background: url('../images/select_button.png') right no-repeat;
  height:21px;
  cursor: pointer;
  border:1px solid #494949;
  color:#333;
}

select {
	background: url('../images/select_button.png') right no-repeat;
}

#newsletter_input{
    width:60px;
}