﻿#SearchresultsDIV
{
	position:absolute;
	width:360px;
	height:auto;
	background-color:white;filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; 
	left:120px;
	top:120px;
	overflow:auto;
	display:none;
	border: 1px solid ForestGreen;
}

#SearchBox
{
	position:relative;
	left:0px;
	top:0px;
	height: 22px;
}

.FoundItem
{
	padding:4px;
	color: black;
	background: White;
}

.FoundItem i
{
	color: Siver;
}

.FoundItem a, .FoundItem a:visited
{
	color: DarkGreen;
	text-decoration:none;
}

.FoundItem a:hover
{
	color: DarkGreen;
	font-weight:bold;
}




