.searchForm {
	position: absolute;
	top: 13px;
    left: 500px;
	}
	.searchForm__query {
		padding: 2px 5px;
		width: 146px;
		height: 13px;
		border: none;
		-moz-box-shadow: inset 0 1px 1px 1px #ddd;
		box-shadow: inset 0 1px 1px 1px #ddd;
		font-size: 11px;
		-webit-box-shadow: inset 0 0 1px 1px #ddd;
		}
	.searchbutton {
		position: relative;
		top: -4px;
		left: 3px;
		width: 13px;
		height: 16px;
		border: none;
		background: url(../../i/header/search.png) no-repeat;
		color: transparent;
		text-indent: -9999em;
		font-size: 0;
		cursor: pointer;
		}