/* This stylesheet defines the styles used for U of U Human Resource Google Search - 2014 */ 

/* -- google search items -- */
 #gcse_search{
    background:#fff;
    border:1px solid black;
    float:right;
    margin: 0;
    padding:0;
    position:relative;
    text-align:left;
    width: 230px; 
  } 

  #gcse_searchbox {
    border:0;
    color: #666;
    font:15px Helvetica, san-serif;
    height:20px;
    padding:3px 5px;
    width:195px;
  } 

  .gcse_watermark {
    background: #FFF
    url('https://www.hr.utah.edu/images/gcse_site.png') 
    no-repeat 5px 3px; 
  }

  #gcse_searchbutton { 
    padding:3px;
    position:absolute;
    right:0;
    top:0;
    width:20px;
  } 

  #gcse_searchbutton:focus,
  #gcse_searchbutton:hover,
  #gcse_searchbutton:active {
    background-color:#e8e8e8;
  } 

  #gcse_search label {
    height:1px;
   left:-10000px;
    overflow:hidden;
    position:absolute;
    top:auto;
    width:1px; 
  }
  .gsc-input-box {
  height: auto;
  height: 30px
}
 
.gsc-input-box table {
  margin: 0 !important; 
}
 
.gsst_a {
  padding-top: 4px;
}
 
.gsc-search-button-v2 {
  padding-top:8px;
  padding-bottom:9px;
  margin-top:-.5px;
}
 
form.gsc-search-box td,
.gsc-input-box td,
.gsc-above-wrapper-area-container td,
.gsc-resultsHeader td,
.gsc-table-result td {
  border:none !important;
}
 
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #fff;
}
 

