    <style type="text/css">

      /* restrict global search form width */
      #searchForm .gsc-control {
        width : 500px;
      }

      /* disable twiddle's and size selectors */
      #SearchControl .gsc-twiddle {
        background-image : none;
      }

      div.search-control .gsc-resultsHeader .gsc-title {
        padding-left : 0px;
        font-weight : bold;
        font-size : 14px;
      }

      div.search-control .gsc-resultsHeader div.gsc-results-selector {
        display : none;
      }

      div.search-control .gsc-resultsRoot {
        padding-top : 6px;
      }

      /* for demonstration purposes ONLY. This is not ok by the terms */ 
      div.search-control .gsc-ad-box {
        display : none;
      }

      /* long form visible urls should be on */
      #SearchControl div.gs-visibleUrl-long {
        display : block;
      }

      .gsc-webResult div.gs-visibleUrl-short {
        display : none;
      }


    </style>