var agt=navigator.userAgent.toLowerCase();

if (agt.indexOf("opera") != -1)
{
	document.write("<style>td#contFooter .MainMenu { border-right: none; width: 60%; } td#contFooter .MainPicMenu { width: 16%; } .FormText { height: 21px; } .txtSearch { height: 16px; } td#contLogo a.contLogoRight:link, td#contLogo a.contLogoRight:visited, td#contLogo a.contLogoRight:hover { margin: 0 0 0 0; } </style>");
}