#header {
	position:relative;
	top:0;
	left:0px;
	background-image:url(/images/webelements/header-bar_french-tag.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:101px;	
}

/* override these 2 images as "search" in French is longer so that longer button is used here */
#header #header_sidebar form input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
	color:#525252; /* search button input box text color */
	position:absolute;
	top:0px;
	right:90px;
	margin-right:10px;
	/*border:1px solid green;*/
}

#header #header_sidebar #header_btnSearch {
	/*background-image:url(../images/search-button.jpg);
	background-image:url(http://tst10g.eps.ti.com/images/webelements/search-button.jpg);*/
	background-image:url(/images/webelements/search-button_90.jpg);
	background-repeat:no-repeat;
/*	width:81px;
	height:21px;*/
	width:90px;
	height:20px;
	position:absolute;
	top:0px;
	right:0;
	text-align:center;
	padding-top:2px;
	/*border:1px solid green;*/
}