#info div.selectbox-wrapper {
margin-left:78px;
}

div.selectbox-wrapper {
	background-color:white;
	margin:-3px 0px 0 78px;
	max-height:200px;
	overflow:auto;
	padding:0;
	position:absolute;
	text-align:left;
	width:225px;
	z-index:100;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  border:0px solid #FFFFFF;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #FFFFFF;
}
div.selectbox-wrapper ul li.current { 
  background-color: #FFFFFF;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px;
  text-indent:10px;
  line-height:20px;
  cursor:pointer;
  background-color:#FFFFFF;
}

.selectbox /* look&fell of  select box*/
{
  width:225px;
  height:24px;
  display : block;
  text-align:left; 
  background:url(../images/menu/select.gif);
  /*height:18px;*/
  cursor: pointer;
}

.info input.selectbox {width:225px; height:24px; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-indent:10px; line-height:20px; float:none; margin-top:0px; border:0px; padding-left:0px; padding-top:2px; background-repeat:no-repeat;}

