.form_recaptcha {
  position: relative;
  height: 72px;
  margin: 30px 0 30px;
  border: 1px solid #d3d3d3;
  background: url(../img/recaptcaha.jpg) right 10px no-repeat #f9f9f9;
}

.form_recaptcha > div:not(.g-recaptcha) {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.form_recaptcha > div:not(.g-recaptcha) a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
}

.g-recaptcha > div {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 200px !important;
  height: 66px !important;
  overflow: hidden;
}