#search
{
	height: 21px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#search form
{
	margin: 0;
	position: relative;
}

#search_submit_button
{
	position: relative;
	top: 0;
	left: 0;
	width: 25px;
	height: 20px;
	overflow: hidden;
}

#search form
{
	width: 147px;
}

#search.floatleft form
{
	float: left;
	display: inline;
	width: 150px;
}

#search.floatright form
{
	float: right;
	display: inline;
	width: 150px;
}

/*#search input[type="text"]*/
#search input.input_text
{
	float: left;
	width: 116px;
	height: 18px;
	
	padding: 0;
	margin: 0 4px 0 0;
	color: black;
	font-weight: bold;
	background-color: white;
}

#search .input_submit
/*#search input[type="submit"]*/
{
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	
	float: left;
}

#no_result
{
	position: absolute;
	top: 10px;
	left: 50px;
	
	width: 398px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.match_query
{
	font-weight: bold;
}
