div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
	background-color: #DEEBEF; 
	text-align: left; 
	z-index: 1001;
	
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
	color: #003366;
}

div.suggestions div.current {
    background-color: #00659C;
    color: white;
}

.AutoSuggestSearchButton {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
FONT-SIZE: 95%;	
COLOR: #336;	
}

