if (navigator.appName.indexOf('Microsoft') > -1)
{
	document.styleSheets[0].addRule('.printgif', 'position:relative; top:35px; right:128px;');
	document.styleSheets[0].addRule('.printtd', 'position:relative; top:35px; right:128px;');
}

