.g-recaptcha div {
  margin: 10px auto;
}
.g-recaptcha-small {
  overflow: hidden;
  width: 232px;
  height: 75px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  margin: 10px auto;
}
.g-cache-confident-small {
  display: block;
  height: 10px;
  margin-top: -23px;
  position: absolute;
  right: 32px;
  width: 45px;
  z-index: 2;
}
.g-recaptcha-small-light {
  border-color: #d3d3d3;
}
.g-cache-confident-small-light {
  background: none repeat scroll 0 0 #f9f9f9;
}
.g-recaptcha-small-dark {
  border-color: #525252;
}
.g-cache-confident-small-dark {
  background: none repeat scroll 0 0 #222222;
}
