#typo-report-wrapper {
  display: none;
}

#modalContent.modal-default {
  margin-top: -150px;
  width: 647px;
}

div.ctools-modal-content {
  width: auto !important;
}

#typo-modal div.ctools-modal-content .modal-header {
  background: #ffffff;
  text-align: center;
  padding: 25px 0 0 0;
}

#typo-modal div.ctools-modal-content .modal-header .modal-title {
  font-size: 26px;
  text-transform: uppercase;
  color: #2b2b2b;
  font-weight: normal;
  padding-bottom: 3px;
}

#typo-modal div.ctools-modal-content .modal-header #close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 18px;
  background: url("../images/close.png");
}

#typo-modal {
  border-radius: 10px;
  overflow: hidden;


}

#typo-modal .ctools-modal-content {
  background-color: #fff;
  border: 0;
  padding-bottom: 20px;
}

#typo-sub-title {
  font-size: 14px;
  color: #6a6a6a;
  padding-bottom: 20px;
}

#typo-modal-content {
  padding: 0;
}

#typo-modal #typo-context-div {
  width: 535px;
  margin: 0 auto 20px auto;
  background-color: #f3f3f3;
  padding: 20px;
  text-align: left;

  overflow: hidden;
}

#typo-modal #typo-context-div img {
  max-width: 495px;
}

#typo-modal #typo-comment {
  width: 100%;
  border: 1px solid #777;
  margin: 5px 0;
}

#typo-report-result {
  display: none;
}

#typo-message {
  padding: 0 50px 15px 50px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

#typo-message span {
  font-weight: bold;
  /*color: #a5915f;*/
}

#typo-form {
  padding: 0 50px 0px 50px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

#typo-form label {
  float: left;
  width: 110px;
  color: #6a6a6a;
  text-align: right;
  font-weight: normal;
}

#typo-form .form-item {
  overflow: hidden;
}

#typo-form input, #typo-form .form-textarea-wrapper {
  float: left;
  width: 330px;
  margin-left: 20px;

  border-color: #dddddd;
}

#typo-form textarea {
  border-color: #dddddd;
}

#typo-form input.form-submit {
  color: #a5915f;
  text-decoration: none;
  color: #a5915f;
  font-family: "dinpromedium";
  font-size: 16px;
  background: transparent;
  border: 2px solid #a5915f;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 30px auto 45px auto;
  display: inline-block;
  float: none;
  width: 200px;
}

#typo-form .ajax-progress {
  display: none !important;
}

#typo-report-result {
  padding: 0 50px 15px 50px;
  font-size: 14px;
  line-height: 24px;
}

#typo-report-result div.messages.status {
  background-position: 25px 10px;
}

#google_recaptcha_typo_report_form {
  position: relative;
  top: -137px;
  left: 130px;
  width: 250px;
}