/* the GSearchControl CSS Classes TWEAKS
 * .gsc-control : the primary class of the control
*/
.gsc-control {
  width: 600px;
}

.gsc-control div {
  position: static;
}

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 * .gsc-keeper : the save link below savable results
 */
form.gsc-search-box {
  font: Verdana, Arial, Helvetica,sans-serif;
  font-size: 10px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 100%;
}
.gsc-result-selector {
  cursor : pointer;
  display : inline;
  font-size : 10px;
  padding-left : 13px;
  background-repeat: no-repeat;
  background-position: center left;
}
.gs-title {
  font: Verdana, Arial, Helvetica,sans-serif;
  font-size: 12px;
}
.gs-line {
  font: Verdana, Arial, Helvetica,sans-serif;
  font-size: 12px;
}
.gs-snippet {
  font: Verdana, Arial, Helvetica,sans-serif;
  font-size: 12px;
}
.gs-visibleUrl {
  font: Verdana, Arial, Helvetica,sans-serif;
  font-size: 12px;
}