/* This stylesheet is for older browsers such as NS4 */


/* Embedded Search Form */
#EmbeddedSearch
{
	display: block;
	white-space: nowrap;
	height: 45px;
	margin-top: 6px;
	padding-left: 2px;
	width: 141px;
	border: solid 1px #ecbd00;
}

.EmbeddedSearchLabel
{
	display: block;
	color: #ff0000;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.EmbeddedSearchLabel SPAN
{
	display: inline;
}

.EmbeddedSearchFormTextBox
{
	float: left;
	height: 20px;
	
}
.EmbeddedSearchFormTextBox INPUT
{
	font-size: 12px;
	font-family: Courier New, Monospace, Courier;
}

.EmbeddedSearchButton
{
	float: left;
	width: 20px;
	
}