%display {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.search {
	padding: 0 10px;
	.s-input {
		width: 175px;
		height: 32px;
		line-height: 32px;
		padding-left: 10px;
		border: 1px solid #d3d3d3;
		border-radius: 1px;
		outline: none;
	}
	.s-btn {
		@extend %display;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 0px 1px 1px 0px;
		background: url(./../../css/i/search-btn.png) no-repeat;
		vertical-align: bottom;
		background-size: 36px 36px;
		margin-left: -4px;
	}
}