.capxous_autocomplete {
	background-color:#fff;
	border-width:1px;
	border-color:#666;
	border-style:solid;
	padding:0;
	margin:0;
	text-align:left;
	line-height:1.2em;
	overflow: hidden;
}
.capxous_autocomplete * {
	font-family:georgia, times, serif;
	font-size:13px;
}
.capxous_autocomplete a {
	color:#1C5C9A;
}
.capxous_autocomplete a:hover {
	color:#6398CD;
}
.capxous_autocomplete_waiting {
	background:transparent url(indicator.gif);
	background-repeat:no-repeat;
	background-position:98% center;
}
.capxous_autocomplete_selectable {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:4px;
	text-align:left;
	width:100%;
}
.capxous_autocomplete_current {
	/*chagne the background-color value to change the color of the box which is used to select a posttown*/
	background-color:#CAE4FF;
	color:#000000;
}