#header {
	position: relative;
}
#header #logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#header #searchbox {
	position: absolute;
	top: 20px;
	left: 510px;
	width: 348px;
	height: 22px;
	background-image: url(../img/header/searchboxBg.gif);
	background-repeat: no-repeat;
}
#header #searchbox input.text {
	width: 219px;
	border: none;
	background: none;
	position: absolute;
	left: 0px;

	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-indent: 3px;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 17px;
	margin: 0;
}

#header #searchbox button,
#header #searchbox .button {
	position: absolute;
	left: 238px;
}
#header #languageSelector {
	position: absolute;
	left: 858px;
	top: 20px;
	width: 122px;
	display:inline;
}

select#languageSelectorSelect {
	visibility: hidden;
}

* html #header #languageSelector { top: 2px; }
*+html #header #languageSelector { top: 2px; }