div.selectbox-wrapper {
  position:absolute;
  width:134px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:400px;
  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:1px;
  cursor:pointer;
  line-height: 1.1;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  width : 134px; /* 134px */
  height: 34px; /* 34px */
  display : block;
  background: url(../assets/images/gpt/content/selectbox-bg.jpg) no-repeat center top;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border-width: 0px;
  color:#656668;
}

#Calendar_Form select {
  background: url(../assets/images/gpt/content/selectbox-bg.jpg) no-repeat center top;
  width: 134px;
}


