﻿.search_mini span
{
	float:left;
	line-height:20px;
	margin:0px 5px 0px 0px;	
}
.search_mini input.searchtext
{
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
	color:#808080;
	width:110px;
	height:20px;
	line-height:20px;
	border:1px solid #D3D3D3;
}
.search_mini input.searchbutton
{
	border:0px;
	font-size:0px;
	text-indent:-5000px;
	background:url('../icon/go_btn.png') no-repeat;
	width:27px;
	height:21px;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

