#search,#search_again {							position: absolute;top: 24px;left: 723px;left: 730px;}
#search_again {									left: auto;right: 160px;}
#search input,#search_again input {				background: url(../i/forms/search_input.jpg) no-repeat 0 0;float: left;
												margin: 1px 5px 0 0;padding: 7px 7px 0 10px;height: 20px; 
												/* Slightly different from 3G spec because of inlay*/
												width: 104px;}
/* Safari Only: */
body:last-child:not(:root:root) #search input { margin-top: 5px !important;width: 121px;}

#search input:hover,#search_again input:hover { background-position: 0 -27px; }
#search input:focus,#search_again input:focus { background-position: 0 -54px; color: #fff; }

#search button,#search_again button {			background: url(../i/forms/search.jpg) no-repeat 0 0;cursor: pointer;
												display: block;padding: 0;position: absolute;top: 0;left: 126px;text-align: left;
												height: 29px;width: 103px;}

#search button span,#search_again button span {	background: url(../i/forms/search.jpg) no-repeat 0 -58px;cursor: pointer;display: block; 
												text-indent: -6000px;height: 29px;width: 103px;}
/* Gecko Only */
html:not([lang*=""]) 
	#search button span,
html:not([lang*=""])
	#search_again button span { 
												margin: 0 0 0 -3px;position: relative;top: -1px;height: 28px;}













