.searcher
{
	margin: 0px 0px 0px 10px;
}

.searcher #field
{
	border: 1px solid #606060;
	width: 120px;
	height: 16px;
}

.searcher #button
{
	background-image: url('images/search.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: 0px none;
}

.searcher #text
{
	font-size: 12px;
	font-weight: bold;
}

.searcher_main
{
	margin: 16px 0px 0px 16px;
}

.searcher_main #field
{
	border: 1px solid #606060;
	width: 360px;
	height: 16px;
}

.searcher_main #button
{
	background-image: url('images/search.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: 0px none;
}

.searcher_main #text
{
	font-size: 12px;
	font-weight: bold;
}