div.zip_choises ul {
	list-style-type:none;
	font-size:11px;
	position:absolute;
	width:108px;
	height:80px;
	overflow-y: auto;
	overflow-x:hidden;
	
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.zip_choises ul li.hover { background-color: #ffb;}
div.zip_choises ul li.selected { background-color: #ffb;}
div.zip_choises ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;

}
