<!--
      var ie = document.all ? 1 : 0
      var ns = document.layers ? 1 : 0
      if(ie){
      document.write('<style type="text/css">')
      document.write('.textfield {font-size:3pt; font-family:arial; color:#808080; font-weight:bold;}\n')
      document.write('.hexfield {font-size:3pt; font-family:arial; color:#808080; font-weight:bold;}\n')
      document.write('.buttons {border-style: solid; background-color: #808080; border-color: #000000; border-width: 1; color: #FFFFFF; font-size: 3pt; font-family: arial; font-weight: bold;}\n')
      document.write('</style>')
      }
      //-->