.search-box
{
	background-image: url(../Images/bg_search.gif);
	background-repeat: no-repeat;
	width: 284px;
	height: 42px;
}
.search-box .search-field
{
	font-size: 14px;
	margin: 11px 0px 0px 11px;
	width: 200px;
	border: 1px solid #636466;
	background-color: white;
	color: #333333;
}
#content-container .search-box .search-link
{
	padding-left: 0px;
	padding-right: 0px;
	color: #636466;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #fff9e1;
	border: 0px none;
	cursor: pointer;
}

