<!--
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .div_headnavigation_search {
	height: 38px;
	width: 170px;
	background-image: none;
	}
	
	.div_headnavigation_search input {
	position: relative;
	top: 8px;
	left: 15px;
	color: #999999;
	font-size: 11px;
	/*text-indent: 6px;*/
	font-size-adjust:none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	/*height: 13px !important;*/
	background: transparent;
	border: none 0;
	width: 145px;
	}
}-->