div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute; 
    background-color:white;  
}

div.suggestions div	{
   	cursor: default;
   	font-family:Verdana;
   	padding: 0px 3px;
   	background-color:white;
   	z-index: 1;
}

div.suggestions div.value {
    color:#4682B4;
    font-size:13px;
		float:left;
}

div.suggestions div.current, div.suggestions div.current div{
    background-color: #3366cc !important;
    color: white !important;
}


div.description	{
		color:#008000;
		float:right;
		font-size:11px;
		text-align:left;
		font-style:italic;	
}