.wpb-faa-modal {
  position: absolute;
  z-index:99999;
  top:50px;
  left: 50%;
  margin-left: -250px;
  background: #fafafa;
  width: 500px;
  height: 500px;
  border:1px solid #c7c7c7;
}

body.body-opacity #wpwrap {
  opacity:0.3;
}

body.body-opacity {
  position: relative;
}

.wpb-faa-modal-title {
  height: 17px;
  padding: 15px 15px;
  border-bottom:1px solid #c7c7c7;
}

.wpb-faa-modal-title h3 {
  font-weight: bold;
  font-size: 18px;
  color:#525252;
  margin: 0;
}

.wpb-faa-modal-content {
  height: 360px;
  overflow-y:scroll;
  padding: 15px;
}

.wpb-faa-modal label {
  font-weight: bold;
}

.wpb-faa-modal-footer {
  height: 30px;
  border-top: 1px solid #c7c7c7;
  padding: 15px;
  text-align: right;
}

.wpb-faa-modal-footer .button {
  margin-left: 8px !important;
}