@charset "UTF-8";
/* CSS Document */


body, #searchField {
	font: normal .9em/.9em arial, san-serif;
	/* font: style, variant, weight, size, family */
}

#popups {
	position:absolute;
	
}

#searchField.error {
	background-color:#fc0;
}
div.suggestions {
	background-color:#fff;
	padding: 2px 6px;
	border:1px solid #000;
}

div.suggestions:hover {
	background-color: #69f;
}