.autosuggest-body
{
	margin-top: .5em;
	margin-left:.5em;
	position: absolute;
	border: 2px solid black;
	z-index: 100;
}

.autosuggest-body iframe
{
	display: block;
	position: absolute;
	z-index: 999;
	filter: alpha(opacity=0);
}

.autosuggest-body table
{
	width: 100%;
	background-color: #FFFFF0;
}

.autosuggest-body tr
{
	cursor: hand;
	cursor: pointer;

	color: black;

	font-family: verdana, arial, helvetica;
	font-size: 1em;
	/* font-size: 10px; */

	text-align: left;
}

.autosuggest-body tr.up
{
	height: 1em;
	/* height: 10px; */
	background: #656291 url("arrow-up.gif") center center no-repeat;
}

.autosuggest-body tr.down
{
	height: 1em;
	/* height: 10px; */
	background: #656291 url("arrow-down.gif") center center no-repeat;
}

.autosuggest-body tr.up-disabled
{
	height: 1em;
	/* height: 10px; */
	background: #656291 url("arrow-up-d.gif") center center no-repeat;
	cursor: default;
}

.autosuggest-body tr.down-disabled
{
	/* height: 10px; */
	height: 1em;
	background: #656291 url("arrow-down-d.gif") center center no-repeat;
	cursor: default;
}

.autosuggest-body tr.selected
{
	/* background-color: #D6D7E7;
	color: red; */
	background-color: black;
	color: white;
}

.autosuggest-body td
{
	white-space: nowrap;
}

.autosuggest-body span.match
{
	text-decoration: underline;
}
