if(navigator.userAgent.indexOf("Opera") >= 0)
  {
    document.writeln('<style type="text/css">');
    document.writeln(" #header form input[type=text] {width:129px;} ");
    document.writeln('</style>');
  }
