﻿.CatalogSearchPanel
{
	width: 100px;
	margin: 5px 0px 5px 9px;
}
.SearchTextBox
{
	width: 180px;
	border: solid 1px #C3C5C9;
	margin-left: 10px;
}
.SearchLinkButton
{
	display: block;
	width: 85px;
	height: 18px;
	background: url('Images/button.gif') no-repeat;
	text-align:center;
	text-decoration: none;
	margin-top: 5px;
}
.SearchLinkButton:hover
{
	color: #4e4e4e;
	background: url('Images/buttonhover.gif') no-repeat;
}
.SearchInfo
{
	padding: 10px;
	font-weight: bold;
}
.SearchFooter
{
	background: url(Images/menudiv.gif) no-repeat bottom center;
}