.autosuggest-body {	
    position: absolute;
	z-index: 600;	
}
.autosuggest-body iframe {
	display: block;
	position: absolute;	
	filter: alpha(opacity=0);
}
.autosuggest-body table {
	width: 190px;
	background-color: #E13029;
	color: #fff;
}
.autosuggest-body tr {
	cursor: hand;
	cursor: pointer;
    height: 18px;
	color: #fff;    
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	text-align: left;
}
.autosuggest-body tr.up {
	height: 10px;
	background: #656291 url("arrow-up.gif") center center no-repeat;
}
.autosuggest-body tr.down{
	height: 10px;
	background: #656291 url("arrow-down.gif") center center no-repeat;
}
.autosuggest-body tr.up-disabled {
	height: 10px;
	background: #656291 url("arrow-up-d.gif") center center no-repeat;
	cursor: default;
}
.autosuggest-body tr.down-disabled {
	height: 10px;
	background: #656291 url("arrow-down-d.gif") center center no-repeat;
	cursor: default;
}
.autosuggest-body tr.selected {
	background-color: #D6D7E7;
	color: #fff;
	}
.autosuggest-body td {
	white-space: nowrap;
}
.autosuggest-body span.match {
	text-decoration: underline;
}