div.selectbox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:1em;
  text-align:left;
  max-height:200px;
}
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 {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  font-size:1em;
  white-space: nowrap;
}

label {
    display: inline;
font-weight:normal;
}

.label2 {
    display: inline;
padding-bottom:0px;
font-weight:normal;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  padding-right:20px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;
    height: 20px;
  display : block;
  text-align:left; 
  background: url('../img/bg_select.png') no-repeat center left;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

.form_date /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  padding-right:20px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;
  width : 25%;
  height: 20px;
  display : block;
  text-align:left; 
  background: url('../img/bg_select.png') no-repeat center left;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

select {
	background: url('../img/bg_select.png') right;
	height:20px;
		border:1px solid #D1E4F6;
}

