/* Style SELECT */
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  height:expression(this.scrollHeight>199?"200px":"auto"); 
  max-height:200px;
  overflow:auto;
  z-index: 9999;
}
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;
}

label {
	display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 2px 0px 10px 0px;
  padding-left:10px;
  display : block;
  text-align:left; 
  background: url('img/select_166x31.png') right;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  border:0px solid #D1E4F6;
  width: 180px; 
  height:31px;
  color:#008445;
  /*border:1px solid red;*/
}

select {
	background: url('img/select_166x31.png') right;
}

