div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid orange;
    position: absolute;   
	background:white;
	font-family:Arial;
	color:Black;
	font-size:small;
	overflow:auto;
	height:200px;/*podlega modyfikacji w js*/
	width:200px;/*podlega modyfikacji w js*/

}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

input.dsuggestions  { background:#c7c8ff; color:#666672; font-family:Arial; border:1px solid black }
input.asuggestions  { background:white; font-family:Arial; border:1px solid orange }