.recaptcha-dialog {
  font-family: "Open Sans";
  position: absolute;
  left: 27%;
  top: 150px;
  display: none;
  z-index: 99999;
  text-align: left;
  line-height: 20px;
  background-color: #fff;
}
.recaptcha-dialog-header {
  height: 50px;
  font-size:24px;
  color:#fff;
  background-color:#448100;
  line-height:50px;
  padding-left:20px;
}

.recaptcha-dialog-header .cross {
  background:url(/MM/img/MT/SI-close-button.png) no-repeat 0 0;
  cursor:pointer;
  float:right;
  margin-right:10px;
  height:24px;
  width:24px;
  margin-top:13px;
}

.recaptcha-dialog-contents {
  padding:20px;
}

#whitelistGoogleInstructions .whitelist-contents {
  font-size: 14px;
  margin-bottom:15px;
}

#whitelistGoogleInstructions .instructions-title {
  font-size:18px;
}

#whitelistGoogleInstructionsList {
  list-style: inside;
  list-style-type: auto;
  margin: 5px 0;
  padding-inline-start: 10px;
}

.recaptcha-instruction-item {
  font-size: 14px;
}
