    #search-area, #gs-results .gsc-cursor-box {
      background-color: #EAEAEA;
      border: 1px solid #CACACA;
      margin-bottom: 10px;
      padding: 4px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      color: #620;
      width: 600px;
    }
    #search-area {
      text-align: right;
      padding: 2px 2px 2px 2px;
    }
    #search-area .help-text {
      margin-top: 0.5em;
      font-size: 12px;
      font-weight: bold;
      opacity: 0.5;
      -moz-opacity: 0.5;
    }
    #search-area input {
      font-size: 12px;
      background-color: #fff;
      color: #000;
      padding: 2px;
      margin: 0px 0;
      border: 1px solid #DADADA;
      font-family: arial, helvetica, sans-serif;
      width: 200px;
    }
    #gs-results .gs-title {
      /* Sets style on a search result title link. */
    }
    #gs-results .gsc-results {
      /* Sets font for titles, snippets, and URLs. */
      font-family: arial, helvetica, sans-serif;
      /* Sets the snippet text color. */
    }
    #gs-results .gsc-result {
      position: relative;
      border: 1px solid #eee;
      border-left: 10px solid #eee;
      padding: 8px 8px 8px 20px;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
    }
    #gs-results .gsc-result:hover {
      cursor: pointer;
      border: 1px solid #888;
      border-left: 10px solid #888;
    }
    #gs-results .gsc-result:hover .gs-result:before {
      color: #333;
    }
    #gs-results .gs-snippet {
      color: #999;
    }
    #gs-results .gsc-result:hover .gs-snippet {
      color: #333;
    }
    /*#gs-results .gsc-result:hover .gs-snippet b {
      background-color: #fe9;
      color: #000;
    }*/
    #gs-results .gs-visibleUrl {
      color: #c60;
      font-size: 10px;
      font-weight: bold;
    }
    #gs-results .gs-result:before {
      color: #ccc;
      position: absolute;
      left: 8px;
      top: 8px;
    }
    #gs-results .gsc-trailing-more-results {
      /* Sets style for more results link. */
      color: #620;
    }