function fix_search()
{
	if(navigator.appName=='Opera')
	{
		var s='';
		if(document.getElementById('job_input_text'))
		{
			document.getElementById('job_input_text').style.paddingTop='0px';
		}
	}
}

fix_search();
