input.SuggestSubmitButton
{
  border: 1px solid #cccccc;
  padding: 0px 5px 0px 6px;
  margin-left:3px;
  background: url(../images/search.gif) 1px 0px no-repeat;
}

input.SuggestCommentTextBoxGray
{
  	color: #cccccc;
   position: absolute;
    font: 12px tahoma;
	right: 22px;
	top: 1px;
	border: 1px solid #7F9DB9;
}

input.SuggestCommentTextBox
{
    position: absolute;
    font: 12px tahoma;
	right: 22px;
	top: 1px;
	border: 1px solid #7F9DB9;
}

.SuggestSearchEmail
{
	position: absolute;
	right: 5px;
	top: 3px;
	text-decoration: none;
}

.SuggestSearchMemo
{
	background-color: #3EBB7D;
	font: bold 12px tahoma;
	height: 15px;
	color: white;
	padding: 2px 0px 0px 2px;
}

.SuggestSearchResultPane
{
	background-color: #0d1e4a;
	width: 580px;
	padding: 5px;
}

.SuggestSearchBox
{
	background-color: #0d1e4a;
	width: 520px;
	padding: 1px;
}

.SuggestSearchHeading
{
	background-color: #669966;
	font: bold 11px tahoma;
	height: 20px;
	color: white;
	padding: 3px 0px 0px 5px;
	position: relative;
}

a.SuggestSearchImage
{
  border: 1px solid #cccccc;
  padding: 3px 0px 0px 2px;
  margin-left:3px;
  padding: 1px 0px 0px 3px;
}

a:hover.SuggestSearchImage
{
  border: 2px solid #8CD98C;
}


a.SuggestSearchCloseLink
{
	position: absolute;
	right: 2px;
	top: 2px;
	text-decoration: none;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ffffff;

}

a:hover.SuggestSearchCloseLink
{
	color: red;
	background:#FFF3E5;
	border: 1px solid #ff0000;

}

.HideSuggestSearchResults
{
	background-color: #EEF6F6;
	padding: 5px;
	padding-right: 0px;
	font: 11px tahoma;
	display:none;
}
.SuggestSearchResults
{
    background-color: #FCFEFB;
	padding: 5px;
	padding-right: 0px;
	font: 11px tahoma;

}

.SuggestSearchResults div
{
	text-align: center;
	font: bold 14px tahoma;
	color: #00248F;
}

a.SuggestSearchLink
{
	font: bold 12px tahoma;
	padding: 1px;
	display: block;
	color: #00248F;
}

a:hover.SuggestSearchLink
{
	background-color: #DDFFCC;
}

a:visited.SuggestSearchLink
{
	color: purple;
}

a.SuggestSearchTitleLink
{
	color: white;
}

a:hover.SuggestSearchTitleLink
{
	color: green;
	background:#E5FFE5;
}
