.search-field-input {
	background: url('/static/base/assets/search_bg.png') repeat-x top left;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	float: left;
	border: 0;
	height: 13px; /* 19 - 2 * 3 */
	padding: 3px;
	color: #000;
}

.search-field-left {
	background: url('/static/base/assets/search_left.png') no-repeat top left;
	float: left;
	width: 19px;
	height: 19px;
}

.search-field-right {
	background: url('/static/base/assets/search_right.png') no-repeat top left;
	float: left;
	width: 19px;
	height: 19px;
}

.search-field-clear {
	background: url('/static/base/assets/search_clear.png') no-repeat top left;
}

.search-field-placeholder {
	color: #888;
}

input[type=search] {
	font-size: 11px;
}