/* IMPORT MASTER CFG FILE */
/* VARIABLES */
/* page bg color default */
/* Primary Text Color */
/* Alt Text Color #1 */
/* Primary Link Color */
/* Primary Link Hover Color */
/* MySite Green for TOP of GRADIENT */
/* MySite Green for BOTTOM of GRADIENT */
/* Core APPA Font Family */
/* Button Fonts */
/* Global Element Shadow */
/* REUSABLE FUNCTIONS */
/* END REUSABLE FUNCTIONS */
#jsAlert,
#jsAlert2 {
  color: red;
  text-align: center;
  margin: 10px 0;
}
.fb-form-shell {
  max-width: 80%;
  min-width: 60%;
  margin: 0 auto;
}
.fb-form-shell input {
  font-size: 11pt;
}
.fb-row {
  margin: 0 0 10px 0;
}
.fb-lcol,
.fb-rcol {
  width: 100%;
}
.stacked {
  display: block;
}
.fb-intro {
  margin: 10px 0;
  font-size: 1.1em;
}
.fb-separator {
  border-top: 1px solid #ddd;
  margin: 10px 0;
}
.qa-note {
  font-style: italic;
}
.req {
  color: Red;
}
.fb-textarea-sm,
.fb-textarea-lg {
  height: 80px!important;
}
.fb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fb-list li {
  display: inline-block;
  margin-right: 10px;
}
.fb-list li input[type=radio],
.fb-list li input[type=checkbox] {
  margin-right: 3px;
}
.list-stacked li {
  display: block;
}
.textarea-counter {
  font-size: 10pt;
}
.textarea-counter span {
  vertical-align: middle;
  display: inline-block;
}
.textarea-counter .countfld_icon {
  width: 20px;
  height: 14px;
  background-image: url(/images/icon_alert.gif);
  background-size: contain;
  background-repeat: no-repeat;
}
.textarea-counter .countfld_value {
  font-weight: bold;
}
.textarea-counter .countfld_value_over {
  color: red;
}
.captcha-row {
  border: 1px solid #ccc;
  background: #eee;
  padding: 10px;
}
.captcha-image,
.captcha-copy,
.captcha-input {
  padding: 5px 0;
}
.captcha-image img {
  margin-bottom: 2px;
  border: 1px solid #ccc;
}
.captcha-image a {
  font-size: 8pt;
  color: #03c;
}
.captcha-copy {
  font-size: 10pt!important;
  line-height: 120%;
}
input[name=captchacode] {
  font-size: 16px;
  font-weight: bold;
  width: 80px;
}
.fb-captcha ul {
  max-width: 650px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.fb-captcha ul li {
  padding: 5px;
}
.fb-captcha-hd {
  font-weight: bold;
  color: red;
}
.fb-captchafailed-msgbox {
  width: 100%;
  border: 1px solid red;
  background: #ffc;
  padding: 10px;
  margin: 20px 0;
  font-size: 12pt;
  color: red;
  line-height: 130%;
}
.fb-captchafailed-msgbox h3 {
  font-size: 14pt;
  margin: 0;
}
.fb-captchafailed-msgbox img {
  border: 0;
  margin-right: 5px;
}
#formbuttons {
  text-align: center;
  display: none;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .fb-form-shell {
    width: 80%;
  }
  .fb-row {
    margin: 0 0 10px 0;
    clear: left;
  }
  .fb-lcol {
    float: left;
    width: 200px;
  }
  .fb-rcol {
    margin-left: 200px;
    padding-left: 10px;
  }
  .fb-text-sm {
    width: 150px;
  }
  .fb-text-lg {
    width: 500px;
  }
  .fb-textarea-sm {
    width: 300px;
    height: 70px;
  }
  .fb-textarea-lg {
    width: 500px;
    height: 100px;
  }
  .captcha-content-shell {
    width: 550px;
    margin: 0 auto;
  }
  .captcha-image,
  .captcha-copy,
  .captcha-input {
    float: left;
    padding: 0 10px 0 0;
  }
  .captcha-image {
    width: 150px;
  }
  .captcha-image img {
    margin-bottom: 2px;
    border: 1px solid #ccc;
  }
  .captcha-image a {
    font-size: 8pt;
    color: #03c;
  }
  .captcha-copy {
    width: 260px;
    font-size: 10pt!important;
    line-height: 120%;
  }
  .captcha-input {
    width: 120px;
  }
  input[name=captchacode] {
    font-size: 15pt;
    font-weight: bold;
    width: 100px;
  }
}

/*# sourceMappingURL=appa-fb.css.map */