 div.autocomplete {
     /* position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
	  height:150px;*/

     background: #fff;      
     border:     black 1px solid;     
     white-space: nowrap;             
     overflow:   hidden;                
     z-index:    1;                   
     height: 80px; 
     overflow: auto; 
	 width:300px

  		

	   			/*   text-decoration : none ;
	  			 width : 205px ; 
		  		 background-color : #FFF;
			  	 border : 1px solid #444 ; 
				   font-size:10px ;  
				   
					 position:absolute;
					 overflow: auto;*/
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
	  /*text-transform:capitalize;*/
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
      cursor:pointer;
	  	
    }
	
	
