 .input_div {
  position : relative;
  border: none;
  font: normal 11px Trebuchet MS,Arial;
 }
 
 
 .input_div .wpis{
   width: 178px;
   border:0px;
   margin:0px;
   height:18px;
   padding:1px;
   color:#222222;
   font-weight:bold;
   font-size:12px;
  } 
 
 .input_div .list{
  width : 98%;
  position : absolute;
  display:none;
  z-index:50;
  border: 1px solid #e1e1e1;
  background-color: white;
  overflow: hidden;
 }
.list .znalezione {
  color: #FF7D00;
  font-weight:bold;  
}

.list .opis {
  color: #888888;
  font-weight:normal;  
}

 .list a { 
  float:left; 
  clear:both;
  border: none;  
  color: black; 
  text-decoration: none; 
  width:98%;
  text-align: left;
  padding-left :3px;
  overflow: hidden;
  white-space: nowrap;
 }
/* , .list a:active , .list a:hover  */
 .list a:focus{ 
  color: white; 
  background-color: navy; 
  border: none;  
  text-decoration: none; 
  outline-style: none;
 }

 
 .list .close { 
  color: white; 
  background-color: grey; 
  text-align:center;
 }
 