header img{width:auto!important}
input {
	-webkit-user-select: text;
}

html {
	min-width: 280px;
	font-family: arial;
}

html, body {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

header div{
	height: 50px;
	padding: 0px 20px 0px 0px;
}

header #eBayGraphic {
	margin: 10px 10px 10px 0px;
	height: 45px;
}

/*
header #headerDiv {
	height: 100px;
	margin: 14px 0px 0px;
	padding: 0;
	background: url("https://pics.ebaystatic.com/aw/pics/mobile/promo/BTS_1024x150_V2.jpg") no-repeat scroll 0 0 transparent;
	background-size: auto 100px;
	display: block;
	position: relative;
}

@media screen and (device-width: 768px) {
	header #headerDiv {
		background-size: auto auto;
	}
}

#headerDiv img{
	position: absolute;
	bottom: -10px;
	left: -5px;
	height: 60px; 
}
*/
.searchIcon {
	position: absolute;
	top: 24px;
	left: 105px;
	z-index: 2;
	width: 20px!important;
}

#searchBox {
	height: 22px;
	border: 1px solid #CCC;

	position: absolute;
	left: 100px;
	right: 10px;
	top: 18px;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	padding: 8px 25px 0px;
	z-index: 1;
	
	width:auto;
	height:auto;
	margin:0;
	font-size:99%;
	color:#444;
	background-color:#fff;
	text-shadow:none;
}

#clearSearchBox {
	position: absolute;
	top: 18px;
	right: 10px;
	text-decoration: none;
	font-weight: bold;
	visibility: hidden;
	text-align: center;
	font-family: tahoma, arial, helvetica;
	font-size:18px;
	z-index: 10;
	display: block;
	padding: 5px 5px 5px 15px;
}

#clearSearchBox img {
	height: 22px;
}