#suggestions
{
	position: relative;
	top: 1px;
	_top: 0px;
}

.autocomplete
{
	background: #D8EAFF;
	font-family: arial;
	font-size: 10pt;
	text-align:left;
	position:absolute;
	z-index:1000;
	border-right: 2px outset #7F9DB9;
	border-bottom: 2px outset #7F9DB9;
	border-top: 1px solid #7F9DB9;
	border-left: 1px solid #7F9DB9;
}

.autocomplete DIV
{
	padding: 2px 4px 2px 4px;

}

.frmcls
{
	position:absolute;
	z-index:998;
	border:0px solid #000000;

}

div.scroll {
height: 200px;
width: 250px;
overflow: auto;
border: 1px solid #666;
padding: 8px;
}
