/*-- SEARCH --*/
.form-search .input-prepend .search-query {
	width: 117px;
	color: #808080;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #808080;
	border-radius: 0;
	background: #ffffff;
}

input.search-query {
	padding-right: 25px;
	padding-left: 10px;
	margin-bottom: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*-- SEARCH FINE --*/