#palavra{
	background:#F2F4F7; BORDER-BOTTOM: #255E7E 1px solid; BORDER-TOP: #255E7E 1px solid; BORDER-LEFT: #255E7E 1px solid; BORDER-RIGHT: #255E7E 1px solid; width: 100px; height:15px; font-family:Arial; font-size:10px;
}
.capxous_autocomplete {
	background-color:#fff;
	border-width:1px;
	border-top:1px;
	border-color:#333;
	border-style:solid;
	padding:0;
	margin:0;
	text-align:left;
	line-height:10px;
	overflow: hidden;
/*	text-transform:lowercase;*/
}
.capxous_autocomplete * {
	font-family:arial;
	font-size:10px;
	background:#F5F8FA;
}
.capxous_autocomplete a {
	color:#1C5C9A;
}
.capxous_autocomplete a:hover {
	color:#6398CD;
}
.capxous_autocomplete_waiting {
	background:transparent url(img/carregando.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 {
	background-color:#99CC00;
	color:#000000;
}
