#autocomplete
{
	/*left: 300px;*/
	width: 300px;
	position: absolute;
	color: #000;
	background-color: #ccccff;
	border-width: 1px;
	border-color: #000099;
	border-style: inset;
	font: 14px/16px verdana, arial, helvetica, sans-serif;
	overflow: auto;
	filter: alpha(opacity=90);
	opacity: .9;
	cursor: pointer;
	visibility: hidden;
}
#autocomplete .hi
{
	color: white; 
	background-color: blue;
	/*width: 100%;
	display: block;*/
}
#autocomplete .status
{
	width: 45%;
	height: 14px;
	float: left;
	font-size: 10px;
	line-height: 6px;
	padding-left: 5px;
	padding-bottom: 2px;
	cursor: auto;
}
#autocomplete .close A
{
	width: 45%;
	height: 14px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	line-height: 5px;
	padding-right: 5px; 
	padding-bottom: 2px;
	text-decoration: none;
	cursor: pointer;
}
