#frmGlobalSearch
{
	position: absolute;
	top: 70px;
	right: 20px;
}

#GlobalSearchLabel
{
	font-family: "Arial", "Verdana", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}

#txtGlobalSearchKeyword
{
	font-family: "Arial", "Verdana", "Helvetica", "Serif";
	font-size: 12px;
	border-with: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

#GlobalSearchButton
{
	font-family: "Arial", "Verdana", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	width: 15px;
	height: 15px;
	color: #663333;
	text-decoration: none;
}

.GlobalSearchResultContentTbl
{
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  color : #000000;
  font-weight: normal;
}

.GlobalSearchTitle
{
	font-size : 14px;
	font-weight : bold;
	font-family : "Arial", "Helvetica", Serif;
	line-height: 15px;
	color : #663333;
}

.GlobalSearchBoldLabel
{
	font-size : 14px;
	font-weight : bold;
	font-family : "Arial", "Helvetica", Serif;
	line-height: 13px;
	color : #663333;
}

.GlobalSearchLinkText
{
  font-size : 14px;
  font-family : "Arial", "Helvetica", Serif;
  color : #663333;  
  font-weight: bold;
  text-decoration: none;
}

A.GlobalSearchLinkText:visited {color : #663333; font-size : 12px; text-decoration: underline;}
A.GlobalSearchLinkText:link {color : #663333; font-size : 12px; text-decoration: underline;}
A.GlobalSearchLinkText:active {color : #663333; font-size : 12px; text-decoration: underline;}
A.GlobalSearchLinkText:hover {color : #663333; font-size : 12px; text-decoration: underline;}