﻿#__KeywordEntry
{
	/*border: solid 1px #666666;*/
	width: 418px;
	height: 20px;
	position: relative;
	padding: 6px;
	
	/* Preload the "Loading" image */
	background: url(LoadingSmall.gif) no-repeat -1000px -1000px;
}

#__KeywordEntry #imgLabel
{
	float: left;
}

#__KeywordEntry #keyword
{
	width: 155px;

	float: left;
	margin-right: 6px;
}

#AjaxLoading
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 85px;
	height: 100%;
	background: url(LoadingSmall.gif) no-repeat center center;
	
	/*border: solid 1px blue;*/
}
#AjaxLoading span
{
	display: none;	
}

#__Status
{
	position: absolute;
	top: 35px;
	left: 160px;
	z-index: 100;
	font-weight: bold;
	color: Red;
}

#buttonSection
{
	display: inline;
	width: 100px;
	
	float: left;
}

#goBtn
{
	display: block;
	background: #cccccc;
	font-family: Verdana;
	font-size: 10pt;
	border: solid 1px #000000;
	width: 40px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	float: left;
	
	margin-right: 6px;
}

a#keywordListLink
{
	/* Style the List hyperlink the same way as the Go button */
	display: block;
	background: #cccccc;
	font-family: Verdana;
	font-size: 10pt;
	border: solid 1px #000000;
	width: 40px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	float: left;
}
	a:link#keywordListLink
	{
	}
	a:visited#keywordListLink
	{
	}
	a:hover#keywordListLink
	{
	}
	a:active#keywordListLink
	{
	}
	
#__clearingDiv
{
	clear: both;
}