div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  padding-bottom:5px;
  font-family:Helvetica;
  line-height:20px;
  font-size:14px;
  text-align:left;
  height:100px;
  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;
  cursor:pointer;
}


div.selectbox-wrapper-height {
  position:absolute;
  width:400px;
  background-color:white;
  font-family:Helvetica;
  line-height:20px;
  font-size:14px;
  text-align:left;
  overflow: auto;
  border:2px solid #E1E1E1;
}

div.selectbox-wrapper-height ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  width:100%;
}
div.selectbox-wrapper-height ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper-height ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper-height ul li {
  list-style-type:none;
  display:block;
  margin:0;  
  padding-left:5px;
  cursor:pointer;
}


label {
    display: block;
}
.selectbox 
{
  font-family:Helvetica;
  font-size:14px;
  width : 80px; 
  display : block;
  text-align:left; 
  background: url('../images/month_bg.png') right;
  height:21px;
  cursor: pointer;
  border:0px solid #E1E1E1;
  color:#333;
}


.selectbox-day 
{
  font-family:Helvetica;
  font-size:14px;
  width : 105px; 
  display : block;
  text-align:left; 
  background: url('../images/days_bg.png') right;
  height:21px;
  cursor: pointer;
  border:0px solid #E1E1E1;
  color:#333;
}

.selectbox-year 
{
  font-family:Helvetica;
  font-size:14px;
  width : 71px; 
  display : block;
  text-align:left; 
  background: url('../images/year_bg.png') right;
  height:21px;
  cursor: pointer;
  border:0px solid #E1E1E1;
  color:#333;
}

.selectbox-info 
{
  font-family:Helvetica;
  font-size:14px;
  width : 135px; 
  display : block;
  text-align:left;  
  padding:0px;
  margin:0px;
  padding-left:5px;
  background: url('../images/account_info_input_bg.png') right;
  height:21px;
  cursor: pointer;
  border:0px solid #E1E1E1;
  color:#333;
}

.selectbox-search 
{
  font-family:Helvetica;
  font-size:14px;
  width : 155px; 
  display : block;
  text-align:left;  
  padding:0px;
  margin:0px;
  padding-left:5px;
  background: url('../images/input_bg_search_results.png') right;
  height:21px;
  cursor: pointer;
  border:0px solid #E1E1E1;
  color:#333;
}

.selectbox-country 
{
  font-family:Helvetica;
  font-size:14px;
  width : 175px; 
  display : block;
  text-align:left;  
  padding:0px;
  margin:0px;
  padding-left:5px;
  background: url('../images/input_bg_country.png') right;
  height:21px;
  cursor: pointer;
  border:0px solid #E1E1E1;
  color:#333;
}

.selectbox-request 
{
  font-family:Helvetica;
  font-size:14px;
  width : 253px; 
  display : block;
  text-align:left;  
  padding:0px;
  margin:0px;
  padding-left:5px;
  background: url('../images/input_bg.png') right;
  height:21px;
  cursor: pointer;
  border:0px solid #E1E1E1;
  color:#333;
}

