/* Colours */
/* Greys */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  overflow-y: scroll; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.button {
  text-decoration: none !important;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-box-shadow: 0px 1px 1px #cccccc;
  -moz-box-shadow: 0px 1px 1px #cccccc;
  box-shadow: 0px 1px 1px #cccccc;
  cursor: pointer; }
  .button input, .button span {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    background: none !important;
    cursor: pointer;
    text-decoration: none !important; }
    .button input:active::-moz-focus-inner, .button input:focus::-moz-focus-inner, .button span:active::-moz-focus-inner, .button span:focus::-moz-focus-inner {
      border: 1px solid transparent; }
  .button:active input, .button:active span {
    border-top: 1px solid transparent; }
  .button.disabled {
    opacity: 0.6; }

.primary-button {
  border: 1px solid #908782;
  background-color: #617aac; }
  .primary-button input, .primary-button span {
    color: white;
    padding: 5px 17px 6px 17px;
    /* IE turns this into a black border for some really really stupid reason. */
    border-top: 1px solid #8a9cc2;
    *border: 0px; }
  .primary-button:active {
    background-color: #34579e; }

.secondary-button {
  padding: 6px 26px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #9c938e;
  background: #d5d1cb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5d1cb 0%, #eceae4 3%, #d2cecc 60%, #d2cecc 97%, #beb8b5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d1cb), color-stop(3%, #eceae4), color-stop(60%, #d2cecc), color-stop(97%, #d2cecc), color-stop(100%, #beb8b5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d5d1cb 0%, #eceae4 3%, #d2cecc 60%, #d2cecc 97%, #beb8b5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d5d1cb 0%, #eceae4 3%, #d2cecc 60%, #d2cecc 97%, #beb8b5 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d5d1cb 0%, #eceae4 3%, #d2cecc 60%, #d2cecc 97%, #beb8b5 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d1cb', endColorstr='#beb8b5',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #d5d1cb 0%, #eceae4 3%, #d2cecc 60%, #d2cecc 97%, #beb8b5 100%);
  /* W3C */ }
  .secondary-button input, .secondary-button span {
    color: #73645d;
    font-weight: bold; }
  .secondary-button:hover {
    cursor: pointer; }
  .secondary-button:active {
    background-color: #e4e4e4; }

.primary-button-blue input {
  display: inline-block;
  width: auto;
  text-align: center;
  color: white;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #78256d;
  padding: 6px;
  background: #90567e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #90567e 0%, #884372 24%, #853b70 36%, #7d2869 56%, #7c2365 64%, #7c2367 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90567e), color-stop(24%, #884372), color-stop(36%, #853b70), color-stop(56%, #7d2869), color-stop(64%, #7c2365), color-stop(100%, #7c2367));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #90567e 0%, #884372 24%, #853b70 36%, #7d2869 56%, #7c2365 64%, #7c2367 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #90567e 0%, #884372 24%, #853b70 36%, #7d2869 56%, #7c2365 64%, #7c2367 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #90567e 0%, #884372 24%, #853b70 36%, #7d2869 56%, #7c2365 64%, #7c2367 100%);
  /* IE10+ */
  background: linear-gradient(top, #90567e 0%, #884372 24%, #853b70 36%, #7d2869 56%, #7c2365 64%, #7c2367 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90567e', endColorstr='#7c2367',GradientType=0 );
  /* IE6-9 */ }

.primary-button-blue input:hover {
  cursor: pointer; }

.primary-button-blue input:focus {
  border: 1px solid #78256d; }

.primary-button-blue.float-r {
  float: right; }

.primary-button-grey input, .primary-button-grey span {
  position: absolute;
  left: 17px;
  top: 13px;
  display: block;
  width: 68px;
  text-align: center;
  color: #73645d;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 0;
  padding: 7px 6px;
  border: 1px solid #73645d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #edebe5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #edebe5 0%, #d2cecc 59%, #d2cecc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edebe5), color-stop(59%, #d2cecc), color-stop(100%, #d2cecc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #edebe5 0%, #d2cecc 59%, #d2cecc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #edebe5 0%, #d2cecc 59%, #d2cecc 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #edebe5 0%, #d2cecc 59%, #d2cecc 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edebe5', endColorstr='#d2cecc',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #edebe5 0%, #d2cecc 59%, #d2cecc 100%);
  /* W3C */ }
  .primary-button-grey input:hover, .primary-button-grey span:hover {
    cursor: pointer;
    text-decoration: none; }

input:-webkit-autofill {
  color: transparent !important; }

form #validation-errors {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 12px; }
  form #validation-errors p {
    font-weight: bold; }
  form #validation-errors ul {
    margin-top: 3px;
    font-weight: normal;
    list-style-type: disc;
    font-size: 11px;
    margin-left: 15px; }
form fieldset {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: white; }
  form fieldset .fieldset-title {
    position: absolute;
    top: -2px;
    left: 17px;
    font-weight: bold;
    color: #666666;
    width: 120px; }
    form fieldset .fieldset-title span {
      display: block;
      font-size: 11px;
      font-weight: normal; }
  form fieldset .fields-text-only {
    font-size: 14px;
    line-height: 15px; }
    form fieldset .fields-text-only p {
      line-height: 1.3;
      padding-bottom: 10px; }
  form fieldset .fields {
    padding-left: 150px;
    font-size: 12px;
    line-height: 15px; }
    form fieldset .fields .field {
      margin-bottom: 12px;
      position: relative;
      background-color: white; }
      form fieldset .fields .field .field-title {
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 5px;
        padding-left: 1px; }
        form fieldset .fields .field .field-title span {
          color: #666666;
          font-weight: normal;
          margin-left: 4px;
          font-size: 11px;
          position: relative;
          top: -1px; }
      form fieldset .fields .field .radio-field, form fieldset .fields .field .checkbox-field {
        padding-bottom: 9px; }
        form fieldset .fields .field .radio-field label, form fieldset .fields .field .checkbox-field label {
          padding-top: 2px;
          padding-left: 21px;
          *padding-left: 8px;
          width: 310px;
          display: block;
          cursor: pointer; }
        form fieldset .fields .field .radio-field input, form fieldset .fields .field .checkbox-field input {
          float: left;
          margin-left: 1px; }
      form fieldset .fields .field textarea {
        width: 330px;
        height: 80px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif; }
      form fieldset .fields .field .text-field {
        display: block;
        margin-bottom: 10px;
        background-image: url(../../../../content/facebook/images/forms/input-right.png);
        background-repeat: no-repeat;
        background-position: right top;
        padding-right: 9px;
        position: relative; }
        form fieldset .fields .field .text-field input {
          position: relative;
          *top: -1px;
          padding: 2px 7px 2px 7px;
          *line-height: 26px;
          font-size: 16px;
          border: 0px;
          margin: 0px;
          background: transparent;
          height: 27px;
          background-image: url(../../../../content/facebook/images/forms/input-left.png);
          color: #1c1c1c; }
      form fieldset .fields .field .currency input {
        text-align: right; }
      form fieldset .fields .field .currency .symbol {
        position: absolute;
        top: 9px;
        left: 10px;
        z-index: 999;
        font-size: 16px;
        color: #666666;
        font-weight: bold; }
      form fieldset .fields .field .validation-error {
        zoom: 1;
        background-image: url(../../../../content/facebook/images/forms/input-right-error.png); }
        form fieldset .fields .field .validation-error input {
          background-image: url(../../../../content/facebook/images/forms/input-left-error.png); }
      form fieldset .fields .field .long-length {
        width: 189px; }
        form fieldset .fields .field .long-length input {
          width: 180px; }
      form fieldset .fields .field .medium-length {
        width: 159px; }
        form fieldset .fields .field .medium-length input {
          width: 150px; }
      form fieldset .fields .field .mid-short-length {
        width: 109px; }
        form fieldset .fields .field .mid-short-length input {
          width: 100px; }
      form fieldset .fields .field .short-length {
        width: 85px; }
        form fieldset .fields .field .short-length input {
          width: 76px; }
      form fieldset .fields .field .tiny-length {
        width: 49px; }
        form fieldset .fields .field .tiny-length input {
          width: 40px; }
form div.mid-short-length {
  width: 109px; }
form div.long-length {
  width: 109px; }

label.field-title {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 1.5;
  display: inline-block; }

.block-label label.field-title {
  display: block; }

.direct-debit-thank-you form #validation-errors {
  margin-top: 0; }

html, body {
  overflow: hidden; }

#facebook {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #1c1c1c;
  padding-right: 20px; }
  #facebook .clear {
    clear: both; }
  #facebook a, #facebook a:link, #facebook a:active, #facebook a:visited {
    color: #29447e;
    text-decoration: none; }
    #facebook a:hover, #facebook a:link:hover, #facebook a:active:hover, #facebook a:visited:hover {
      text-decoration: underline; }
  #facebook #header {
    margin-top: 24px;
    height: 60px;
    margin-top: 20px; }
    #facebook #header h1 {
      text-indent: -9999px;
      width: 182px;
      height: 32px;
      float: left;
      background-image: url(../../../../jg-refresh/content/images/logos/jg-logo-header-purple.png);
      background-repeat: no-repeat; }
    #facebook #header #secure-donation {
      text-align: right;
      padding-top: 10px;
      padding-right: 20px;
      margin-right: 3px;
      font-size: 12px;
      background-image: url(../../../../content/facebook/images/misc/ssl-icon.png);
      background-position: right 8px;
      background-repeat: no-repeat;
      color: #908782; }
      #facebook #header #secure-donation strong {
        color: black; }
  #facebook .content #feature-box {
    border: 0px;
    border-top: 12px solid #78256d;
    border-bottom: 1px solid #908782;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: white;
    padding: 15px 0;
    overflow: hidden;
    margin-bottom: 35px; }
    #facebook .content #feature-box #charity-logo {
      float: right; }
    #facebook .content #feature-box h2 {
      color: #78256d;
      line-height: 1.1;
      margin-top: 0;
      *padding-top: 5px;
      font-size: 1.6em;
      margin-bottom: 4px; }
    #facebook .content #feature-box h3 {
      font-weight: normal;
      color: #666666; }
      #facebook .content #feature-box h3 strong {
        font-weight: normal;
        color: #1c1c1c; }
    #facebook .content #feature-box p {
      color: #908782;
      font-size: 1.6em;
      line-height: 1.1; }
    #facebook .content #feature-box p strong {
      font-weight: normal; }
  #facebook .content .button-area {
    margin-top: 25px;
    padding: 13px 15px 15px 150px;
    border-top: 1px solid #908782;
    position: relative; }
    #facebook .content .button-area .secondary-button {
      position: absolute;
      left: 17px;
      top: 13px; }
    #facebook .content .button-area .button-description {
      margin-top: 3px;
      font-size: 11px;
      color: #666666; }

.else-use-me a {
  font-size: 1em;
  color: #6281ce !important; }

/*---thank you page -- */
.fb-notice-section {
  margin: 0;
  width: auto;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.fb-successful {
  background: #88c485; }

.fb-successful .fb-notice-inner p.status {
  background-position: -7px -607px; }

.fb-busy {
  background: #f27022; }

.fb-busy .fb-notice-inner p.status {
  background-position: -5px -310px; }

.fb-warning {
  background: #dc1351; }

.fb-warning .fb-notice-inner p.status {
  background-position: -5px -14px; }

.fb-notice-inner, .fb-inner-module {
  background: white;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.fb-notice-inner p.status {
  background: url(https://www.justgiving.com/content/images/graphics/icons/notices-icons.png) 0 0 no-repeat;
  font-size: 0.9em;
  padding-left: 25px; }

.fb-panel-wrapper {
  margin-top: 10px;
  background: #e3e3e3;
  padding: 10px;
  float: left;
  width: 715px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #4d492f;
  margin-bottom: 20px; }
  .fb-panel-wrapper h2 {
    font-weight: bold;
    color: #4d492f;
    line-height: 1.4;
    margin-bottom: 18px;
    float: left;
    width: 450px; }
  .fb-panel-wrapper h3 {
    font-size: 0.9em;
    font-weight: bold;
    color: #4d492f;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0; }
  .fb-panel-wrapper p {
    color: #4d492f !important;
    line-height: 1.4; }

.primary-message {
  clear: both; }
  .primary-message p strong {
    font-weight: bold !important; }
  .primary-message p.clearfix {
    margin-bottom: 10px; }
  .primary-message form {
    min-height: 180px;
    height: auto !important;
    height: 180px; }
  .primary-message fieldset {
    margin: 0; }
  .primary-message textarea {
    margin-top: 10px;
    margin-bottom: 25px;
    border: 1px solid #b2b2b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 680px;
    resize: none; }
  .primary-message label {
    float: left;
    margin-left: 5px; }
    .primary-message label strong {
      font-weight: bold; }
  .primary-message input {
    width: 12px;
    float: left; }

.secondary-message {
  width: 182px;
  float: right; }
  .secondary-message p {
    line-height: 1.8 !important;
    margin-right: 10px; }
  .secondary-message.fb-inner-module {
    min-height: 180px;
    height: auto !important;
    height: 180px; }

.fb-inner-module {
  font-size: 0.9em;
  padding: 10px 10px 20px 10px;
  line-height: 1.3; }

.left-mod {
  width: 480px;
  float: left; }

.right-mod {
  width: 200px;
  float: right; }

.thank-you-options {
  width: 100% !important; }
  .thank-you-options input {
    margin: 2px 0 25px 0; }
  .thank-you-options h2 {
    float: left;
    width: 140px;
    color: #797979; }

#fb-share-charity-wrap {
  width: 530px;
  clear: both;
  float: left; }
  #fb-share-charity-wrap h2 {
    color: #111111;
    font-weight: normal;
    font-size: 1.2em; }

#fb-share-charity {
  background: #e9edef;
  padding: 10px;
  margin: 15px 0 20px 0;
  width: 510px;
  float: left;
  clear: both; }
  #fb-share-charity label {
    width: 485px;
    float: right;
    font-size: 0.8em; }
    #fb-share-charity label strong {
      display: block;
      font-size: 1.1em; }
  #fb-share-charity input {
    width: 20px;
    float: left;
    margin-right: 5px; }
  #fb-share-charity textarea {
    border: 1px solid #b2b2b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    resize: none;
    padding: 5px; }

#like-field {
  margin: 0;
  padding: 0;
  width: 615px;
  float: right; }

.offscreen {
  position: absolute;
  left: -1000px;
  right: -100px; }

#share-message-wrap {
  float: left;
  width: 355px; }

.fb-icon {
  width: 25px;
  float: left;
  margin: 20px 20px 0 0; }

.spread-message {
  clear: both;
  float: left; }

.float-left {
  float: left; }

.float-right {
  float: right; }

#facebook #email-wrap {
  clear: both; }
#facebook #firstName-wrap {
  margin-right: 20px; }
#facebook #amount-summary {
  color: #908782; }
#facebook #payment-summary {
  color: black; }
  #facebook #payment-summary span {
    display: block; }
  #facebook #payment-summary .dd-summary {
    padding-bottom: 20px; }
#facebook form#confirmDonationForm fieldset {
  padding-bottom: 10px;
  color: #666666;
  border-bottom: 1px solid #908782; }
#facebook #feature-box.mrg-btm-20 {
  margin-bottom: 20px !important; }
#facebook form#confirmDonationForm fieldset#jg-account-signup {
  margin-bottom: 15px; }
  #facebook form#confirmDonationForm fieldset#jg-account-signup p {
    font-size: 0.9em; }
  #facebook form#confirmDonationForm fieldset#jg-account-signup label {
    font-size: 0.9em;
    font-weight: bold;
    display: block; }
  #facebook form#confirmDonationForm fieldset#jg-account-signup input {
    border: 1px solid #908782; }
#facebook #enter-password, #facebook #re-type-password {
  float: left;
  margin-right: 30px;
  width: 200px; }
  #facebook #enter-password input, #facebook #re-type-password input {
    width: 198px; }
  #facebook #enter-password label, #facebook #re-type-password label {
    margin-bottom: 10px; }
  #facebook #enter-password p.micro-copy, #facebook #re-type-password p.micro-copy {
    padding: 5px 0; }
#facebook #create-account p {
  padding: 15px 0; }
#facebook #legal {
  clear: both;
  padding: 20px 0; }
  #facebook #legal h3 {
    float: left;
    display: inline-block;
    width: 6em; }
  #facebook #legal input {
    float: left;
    margin-right: 15px; }
  #facebook #legal label {
    float: left;
    width: 570px;
    font-weight: normal !important; }

.content form#confirmDonationForm .button-area {
  padding-left: 0;
  border-top: none;
  padding-top: 0;
  margin-top: 0; }
.content form#confirmDonationForm .notification-footnote {
  width: 500px;
  float: left;
  font-size: 0.8em;
  color: #666666; }

#facebook.direct-debit-thank-you form#confirmDonationForm .notification-footnote {
  float: none;
  margin-bottom: 10px; }
#facebook.direct-debit-thank-you form#confirmDonationForm .button-area {
  border-top: 1px solid #908782;
  padding-top: 13px; }

#facebook ul#steps li {
  border-bottom: 1px solid #908782 !important;
  padding: 20px 0; }

#facebook #direct-debit-receipt {
  margin: 20px 10px 20px 20px; }
  #facebook #direct-debit-receipt h2 {
    border-top: 1px solid #908782;
    border-bottom: 1px solid #908782;
    padding: 5px 0; }
  #facebook #direct-debit-receipt .receipt-mod {
    width: 158px;
    margin: 0 10px 0 0;
    float: left;
    font: 0.75em / 1.2em Courier New, Courier, monospace; }
    #facebook #direct-debit-receipt .receipt-mod P {
      margin-top: 10px; }
    #facebook #direct-debit-receipt .receipt-mod strong {
      display: block; }
    #facebook #direct-debit-receipt .receipt-mod.last-mod {
      margin-right: 0; }

#facebook.facebook-charity-page .flash.error li {
  color: red !important; }

.flash {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px; }

.error {
  background-color: #fcdad9;
  border: 1px solid #fe4239;
  color: red !important;
  text-shadow: 0px 1px 0px white; }

.warning {
  background-color: #fef0e9;
  border: 1px solid #f27022;
  color: #ff6600;
  text-shadow: 0px 1px 0px white; }

.notice {
  background-color: #c9edc1;
  border: 1px solid #63b153;
  color: #105402;
  text-shadow: 0px 1px 0px #ddfed6; }

.frp-thermometer {
  height: 200px;
  margin-top: -60px;
  overflow: hidden;
  position: relative;
  width: 250px;
  z-index: 100;
  top: 30px; }
  .frp-thermometer .we-did-it {
    display: none; }
  .frp-thermometer div {
    background: url("https://www.justgiving.com/Utils/Thermometer.ashx?col=248AC8&FillCol=144971&FillAmount=0&Clip=0,0,0,0&Scale=40") no-repeat scroll 0 0 transparent;
    float: right;
    height: 202px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 202px;
    z-index: 110; }
  .frp-thermometer span {
    background-color: Transparent;
    background-image: url("https://www.justgiving.com/Utils/Thermometer.ashx?col=248AC8&FillCol=144971&FillAmount=100&Clip=0,0,0,0&Scale=40");
    background-position: left bottom !important;
    background-repeat: no-repeat;
    bottom: 41px;
    display: block;
    font-size: 0;
    font-style: normal;
    height: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    width: 180px; }
  .frp-thermometer strong {
    color: white;
    font-size: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 72px;
    width: 160px;
    z-index: 102; }
    .frp-thermometer strong em {
      font-style: normal; }

#facebook.choose-an-amount form #amount-field #gift-aid {
  position: absolute;
  top: 26px;
  left: 101px;
  font-size: 14px; }
#facebook.choose-an-amount form #gift-aid-fieldset #nothing-in-return-container {
  display: none; }
#facebook.choose-an-amount form #checking-email {
  font-size: 12px;
  padding-left: 150px;
  font-weight: bold;
  color: #666666; }
  #facebook.choose-an-amount form #checking-email img {
    margin-right: 6px;
    vertical-align: middle; }
#facebook.choose-an-amount form #embryonic-details-fieldset .field #details-hidden a {
  display: block;
  font-size: 11px; }
#facebook.choose-an-amount form #embryonic-details-fieldset .field #details {
  display: none; }
  #facebook.choose-an-amount form #embryonic-details-fieldset .field #details #title {
    display: block;
    margin-bottom: 7px; }
  #facebook.choose-an-amount form #embryonic-details-fieldset .field #details #first-name {
    margin-right: 7px;
    float: left; }
  #facebook.choose-an-amount form #embryonic-details-fieldset .field #details #last-name {
    float: left; }
  #facebook.choose-an-amount form #embryonic-details-fieldset .field #details #email-address {
    clear: both; }
#facebook.choose-an-amount form #existing-account-fieldset #enter-jg-password {
  margin-bottom: 8px; }
  #facebook.choose-an-amount form #existing-account-fieldset #enter-jg-password strong {
    display: block;
    margin-bottom: 3px;
    font-size: 12px; }
  #facebook.choose-an-amount form #existing-account-fieldset #enter-jg-password a {
    font-size: 11px; }
#facebook.choose-an-amount form #existing-account-fieldset #forgotten-password {
  font-size: 11px;
  top: -6px;
  left: 1px;
  position: relative; }
#facebook.choose-an-amount form #direct-debit-date {
  width: 330px;
  padding-top: 9px; }

#facebook.new-payment-card-details form .field #cvv2-description, #facebook.new-payment-card-details form .field #issue-number-description {
  color: #666666;
  position: absolute;
  top: 20px;
  left: 65px;
  font-size: 11px;
  width: 130px; }

#facebook.existing-payment-card-details .content .button-area {
  padding-left: 180px; }
#facebook.existing-payment-card-details fieldset .fields {
  padding-left: 180px; }
#facebook.existing-payment-card-details fieldset .fieldset-title {
  width: 140px; }

#facebook.your-home-or-billing-address form #is-home-address-container {
  margin-top: 18px;
  margin-bottom: -10px; }

#facebook.confirm-donation form #donation-fieldset #donation-amount {
  font-size: 16px;
  font-weight: bold; }
#facebook.confirm-donation form #donation-fieldset #gift-aid-details {
  margin-top: 1px;
  color: #666666;
  font-size: 11px; }
  #facebook.confirm-donation form #donation-fieldset #gift-aid-details strong {
    color: #1c1c1c; }
#facebook.confirm-donation form #legal-stuff-fieldset label {
  font-size: 11px;
  color: #666666; }

#facebook.processing-your-donation #feature-box h3 {
  width: 70%; }
#facebook.processing-your-donation #please-wait-box {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center; }
  #facebook.processing-your-donation #please-wait-box img#spinner {
    vertical-align: middle;
    margin-right: 7px; }
  #facebook.processing-your-donation #please-wait-box #wait-caption {
    font-weight: bold;
    font-size: 14px; }

#facebook.your-donation-confirmation #amount-fieldset {
  overflow: hidden; }
  #facebook.your-donation-confirmation #amount-fieldset #donation-amount {
    font-weight: bold;
    font-size: 14px;
    float: left; }
  #facebook.your-donation-confirmation #amount-fieldset #gift-aid-details {
    margin-left: 4px;
    color: #666666; }
  #facebook.your-donation-confirmation #amount-fieldset #hide-amount-container {
    margin-top: 4px; }

#facebook.your-donation-thank-you #like-fieldset {
  margin-top: 30px; }
  #facebook.your-donation-thank-you #like-fieldset .fieldset-title {
    font-size: 15px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    color: black; }
#facebook.your-donation-thank-you #request-area {
  margin-top: 5px;
  margin-left: -4px; }
  #facebook.your-donation-thank-you #request-area iframe {
    width: 750px !important; }
#facebook.your-donation-thank-you #feature-box h2 a {
  text-decoration: underline;
  color: #78256d; }

.blue-background, .tab-content input.blue-button {
  background: #acbcde;
  /* Old browsers */
  background: -moz-linear-gradient(top, #acbcde 0%, #6483c2 55%, #6281c1 59%, #6281c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acbcde), color-stop(55%, #6483c2), color-stop(59%, #6281c1), color-stop(100%, #6281c1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #acbcde 0%, #6483c2 55%, #6281c1 59%, #6281c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #acbcde 0%, #6483c2 55%, #6281c1 59%, #6281c1 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #acbcde 0%, #6483c2 55%, #6281c1 59%, #6281c1 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acbcde',endColorstr='#6281c1',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #acbcde 0%, #6483c2 55%, #6281c1 59%, #6281c1 100%);
  /* W3C */ }

/* variables */
html {
  overflow: auto; }

/*==============================
 *    = LAYOUT
 *================================ */
#facebook.facebook-charity-page {
  width: 695px;
  padding-left: 13px; }
  #facebook.facebook-charity-page .content {
    width: 695px;
    margin: 0;
    clear: both; }
  #facebook.facebook-charity-page .main-content {
    width: 485px;
    margin: 0 20px 0 0;
    float: left; }
  #facebook.facebook-charity-page .side-content {
    width: 165px;
    float: right; }

#facebook.facebook-charity-page p, #facebook.facebook-charity-page h2, #facebook.facebook-charity-page h3, #facebook.facebook-charity-page li {
  color: #908782; }
#facebook.facebook-charity-page #header {
  margin: 0;
  height: auto; }
#facebook.facebook-charity-page .content {
  padding-top: 10px; }
  #facebook.facebook-charity-page .content h2 {
    font-size: 1em;
    margin-bottom: 15px; }
  #facebook.facebook-charity-page .content p {
    margin-bottom: 15px; }
  #facebook.facebook-charity-page .content li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 15px; }
  #facebook.facebook-charity-page .content .content-image {
    margin: 0 0 15px 15px;
    float: right; }
#facebook.facebook-charity-page .main-content-header * {
  color: #908782; }
#facebook.facebook-charity-page .main-content-header h1 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
  background-image: none;
  float: none;
  height: auto;
  text-indent: 0;
  width: auto; }
#facebook.facebook-charity-page .main-content-header .header-content {
  margin: 0; }
  #facebook.facebook-charity-page .main-content-header .header-content img {
    float: left;
    display: block;
    margin: 0 10px 0 0; }
  #facebook.facebook-charity-page .main-content-header .header-content p {
    font-size: 0.9em;
    padding-top: 2px; }
#facebook.facebook-charity-page .main-content .video-wrapper {
  border-bottom: 1px solid #908782;
  margin-bottom: 15px; }
#facebook.facebook-charity-page .main-content .video {
  margin-bottom: 10px; }
#facebook.facebook-charity-page .main-content .caption {
  font-size: 0.8em;
  padding: 2px 0; }
#facebook.facebook-charity-page .side-content p {
  font-size: 0.85em; }
#facebook.facebook-charity-page .side-content .charity-logo {
  margin-bottom: 10px; }

/*==================================== DONATION PANELS ================================== */
/*============================ TAB WIDGET STYLES ================================ */
#tabs {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  clear: both; }
  #tabs #tab-nav {
    position: relative;
    top: 0;
    left: 0;
    height: 35px; }

/*==============================
 *    = TAB NAV
 *================================ */
.ie8 #tabs #tab-nav, .ie9 #tabs #tab-nav {
  top: 1px; }

#tabs #tab-nav li {
  margin: 0;
  padding: 0;
  width: 230px;
  position: absolute;
  top: 0; }
  #tabs #tab-nav li h2 {
    margin: 0;
    font-weight: normal;
    font-size: 1.2em; }
    #tabs #tab-nav li h2 a {
      display: block;
      padding: 8px 0 10px 20px;
      text-decoration: none; }
  #tabs #tab-nav li.ui-tabs-selected h2 {
    font-weight: bold; }
#tabs form fieldset {
  background: none;
  margin: 0; }

/*==============================
 *    = TAB CONTENT 
 *================================ */
.tab-content {
  clear: both;
  width: 445px;
  padding: 0 20px 15px 20px; }
  .tab-content p {
    border-bottom: 1px solid #bdb6b2;
    padding: 15px 0;
    margin: 0 !important; }
    .tab-content p span.purpose {
      color: #73645d;
      font-size: 0.9em; }
  .tab-content label {
    font-size: 1.3em;
    color: #73645d; }

* html .tab-content label, * + html .tab-content label {
  margin-left: 20px; }

.tab-content input {
  float: left;
  margin: 2px 5px 0 0; }

* html .tab-content input, * + html .tab-content input {
  margin-top: -18px;
  margin-right: 20px; }

* html .tab-content .custom-amount-wrap, * + html .tab-content .custom-amount-wrap {
  margin-top: 18px !important; }

* html .tab-content .custom-amount-wrap span.clearfix, * + html .tab-content .custom-amount-wrap span.clearfix {
  margin-top: -18px;
  float: left; }

* html .tab-content .custom-amount-wrap span.clearfix label, * + html .tab-content .custom-amount-wrap span.clearfix label {
  margin-top: 0;
  float: none !important; }

* html .tab-content .custom-amount, * + html .tab-content .custom-amount {
  position: relative;
  top: 1px; }

.tab-content input.custom-amount {
  /*margin:0; */
  position: relative;
  top: -2px;
  padding: 5px 3px;
  border: 1px solid #b0b0ae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 2px 0px #b0b0ae;
  -moz-box-shadow: inset 0px 0px 2px 0px #b0b0ae;
  box-shadow: inset 0px 0px 2px 0px #b0b0ae; }
.tab-content input.blue-button {
  cursor: pointer;
  margin-top: 15px;
  width: 225px;
  text-align: center;
  color: white;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #7590c9;
  border-right: 1px solid #bcb5b1;
  border-left: none;
  padding: 2px 2px 3px; }

* html .tab-content input.blue-button, * + html .tab-content input.blue-button {
  border: none; }

.bottom-donate-section img {
  margin-top: 10px;
  float: right; }

/*==============================
 *    = TAB NAV CUSTOMIZED 
 *================================ */
/*TAB: MONTHLY DONATION */
#tab-nav li#monthly-heading {
  width: 250px;
  left: 0;
  font-weight: bold;
  color: #73645d;
  background: #e4e2dc url(../../../../content/images/embelish/lt-grey-corner.png) 228px 0 no-repeat;
  display: block;
  padding: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px; }
  #tab-nav li#monthly-heading a {
    color: #73645d; }
  #tab-nav li#monthly-heading.ui-tabs-selected {
    z-index: 2;
    width: 270px; }
#tab-nav li#one-off-heading {
  width: 250px;
  right: 0;
  text-align: right;
  float: right;
  font-weight: bold;
  color: #73645d;
  background: #bdb6b2 url(../../../../content/images/embelish/dk-grey-corner.png) -8px 0 no-repeat;
  display: block;
  padding: 0;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px; }
  #tab-nav li#one-off-heading a {
    color: #73645d; }
  #tab-nav li#one-off-heading h2 a {
    padding-right: 20px; }
  #tab-nav li#one-off-heading.ui-tabs-selected {
    z-index: 2;
    width: 270px; }

/*TAB: ONE-OFF DONATION */
/*==============================
 *    = TAB CONTENT 
 *================================ */
/*TAB CONTENT: MONTHLY DONATION */
#monthly-tab {
  background: #e4e2dc;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 270px; }
  #monthly-tab.tab-content span.clearfix {
    display: block;
    width: auto;
    float: left;
    padding: 3px 0; }
    #monthly-tab.tab-content span.clearfix .custom-amount-label {
      float: right; }
  #monthly-tab.tab-content label.custom-amount-label {
    float: left; }
  #monthly-tab.tab-content input.custom-amount {
    margin-left: 5px;
    width: 184px; }
  #monthly-tab p.custom-amount-wrap {
    float: left;
    width: 100%; }

/*TAB CONTENT: ONE-OFF DONATION */
#one-off-tab {
  background: #bdb6b2;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 270px; }
  #one-off-tab.tab-content span.clearfix {
    display: block;
    width: auto;
    float: left;
    padding: 3px 0; }
    #one-off-tab.tab-content span.clearfix .custom-amount-label {
      float: right; }
  #one-off-tab.tab-content p {
    border-bottom: 1px solid #e4e2dc; }
  #one-off-tab.tab-content label.custom-amount-label {
    float: left; }
  #one-off-tab.tab-content input.custom-amount {
    margin-left: 5px;
    width: 184px; }
  #one-off-tab p.custom-amount-wrap {
    float: left;
    width: 100%; }

/*===============================
 *    = DEFAULT TAB UI CLASSES 
 *================================ */
.ui-tabs {
  position: relative;
  /*padding: .2em; */
  zoom: 1; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      margin: 0;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        padding: 0;
        text-decoration: none; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin: 0;
        padding: 0;
        z-index: 2; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          cursor: text; }
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
      .ui-tabs .ui-tabs-nav li a {
        cursor: pointer; }
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    /*padding:0; */
    margin: 0; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/*============ HELPER CLASSES =========== */
.offscreen {
  height: 1px;
  left: -999999em;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/* variables */
.direct-donation-bank-details .group-section {
  width: 100%;
  font-size: 0.85em;
  line-height: 1.4em;
  border-bottom: 1px solid #908782;
  margin-bottom: 35px;
  padding-bottom: 5px; }
.direct-donation-bank-details .section {
  clear: both;
  margin-bottom: 20px; }
.direct-donation-bank-details .float-l {
  float: left; }
.direct-donation-bank-details .float-r {
  float: right; }
.direct-donation-bank-details .group-section #dd-bank-details {
  margin-left: 10px; }
  .direct-donation-bank-details .group-section #dd-bank-details #jg-details {
    float: left;
    font-size: 0.9em;
    margin-right: 30px; }
    .direct-donation-bank-details .group-section #dd-bank-details #jg-details img {
      display: block;
      margin-bottom: 15px; }
  .direct-donation-bank-details .group-section #dd-bank-details .dd-title {
    float: left;
    width: 170px;
    font-weight: bold;
    margin-right: 50px; }
  .direct-donation-bank-details .group-section #dd-bank-details .directdebit-logo {
    float: left; }
.direct-donation-bank-details .group-section p.section {
  width: 540px;
  margin-left: 10px;
  margin-bottom: 30px; }
.direct-donation-bank-details .group-section .fields {
  border-bottom: 1px solid #908782;
  margin-bottom: 50px;
  width: 100%; }
  .direct-donation-bank-details .group-section .fields form {
    float: left;
    margin-left: 10px;
    margin-right: 40px;
    margin-bottom: -15px; }
.direct-donation-bank-details label {
  color: #044972; }

.select-option label, label.select-option {
  display: block; }

.direct-donation-bank-details .txt-input label {
  display: block; }
.direct-donation-bank-details li {
  clear: both;
  position: relative; }
  .direct-donation-bank-details li.relative {
    overflow: inherit; }
.direct-donation-bank-details .fields li {
  margin-bottom: 10px; }
.direct-donation-bank-details .txt-input textarea, .direct-donation-bank-details select.select-option, .direct-donation-bank-details .select-option select, .direct-donation-bank-details .txt-input input {
  background: transparent url(../../../../content/images/graphics/embelish/bg-input.gif) no-repeat scroll 0 0;
  border-color: #717171 #dacfcf #dacfcf;
  border-style: solid;
  border-width: 1px;
  margin-top: 2px;
  color: #555555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 2px 0;
  vertical-align: middle; }

input.bevel {
  background: transparent url(../../../../content/images/graphics/embelish/bg-input.gif) no-repeat scroll 0 0;
  border-color: #717171 #dacfcf #dacfcf;
  border-style: solid;
  border-width: 1px;
  margin-top: 2px;
  color: #555555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 2px 0;
  vertical-align: middle; }

.direct-donation-bank-details .select-option select, .direct-donation-bank-details select-option.select-option {
  font-size: 1em;
  margin-bottom: 8px;
  margin-right: 5px;
  margin-top: 2px;
  padding: 4px 2px 4px; }
.direct-donation-bank-details .txt-input input {
  height: 20px;
  font-size: 1.1em; }
.direct-donation-bank-details .primary-button-blue input {
  position: relative;
  top: 30px; }
.direct-donation-bank-details .highlight.section {
  background: #dce7df; }
.direct-donation-bank-details #service-user-number {
  float: left;
  width: auto;
  background: #dce7df;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #bad3c1; }
  .direct-donation-bank-details #service-user-number h3 {
    margin-bottom: 10px; }
  .direct-donation-bank-details #service-user-number p {
    margin: 0 0 5px; }
.direct-donation-bank-details .list-default {
  padding-left: 15px;
  list-style: disc; }
  .direct-donation-bank-details .list-default li {
    margin: 0 0 10px 0; }
.direct-donation-bank-details #dd-guarantee {
  margin-left: 20px;
  width: 540px;
  border-bottom: none; }
  .direct-donation-bank-details #dd-guarantee .header h2 {
    font-weight: normal;
    font-size: 1.2em;
    color: #044972; }
  .direct-donation-bank-details #dd-guarantee .header img {
    position: relative;
    top: -8px; }

/* variables */
.direct-donation-bank-details .group-section {
  width: 100%;
  font-size: 0.85em;
  line-height: 1.4em;
  border-bottom: 1px solid #908782;
  margin-bottom: 35px;
  padding-bottom: 5px; }
.direct-donation-bank-details .section {
  clear: both;
  margin-bottom: 20px; }
.direct-donation-bank-details .float-l {
  float: left; }
.direct-donation-bank-details .float-r {
  float: right; }
.direct-donation-bank-details .group-section #dd-bank-details {
  margin-left: 10px; }
  .direct-donation-bank-details .group-section #dd-bank-details #jg-details {
    float: left;
    font-size: 0.9em;
    margin-right: 30px; }
    .direct-donation-bank-details .group-section #dd-bank-details #jg-details img {
      display: block;
      margin-bottom: 15px; }
  .direct-donation-bank-details .group-section #dd-bank-details .dd-title {
    float: left;
    width: 170px;
    font-weight: bold;
    margin-left: 230px;
    margin-right: 20px; }
  .direct-donation-bank-details .group-section #dd-bank-details .directdebit-logo {
    float: right; }
.direct-donation-bank-details .group-section p.section {
  width: auto;
  margin-left: 10px;
  margin-bottom: 30px; }
.direct-donation-bank-details .group-section .fields {
  border-bottom: 1px solid #908782;
  margin-bottom: 50px;
  width: 100%; }
  .direct-donation-bank-details .group-section .fields form {
    float: left;
    margin-left: 10px;
    margin-right: 40px;
    margin-bottom: -15px; }
.direct-donation-bank-details label {
  color: #044972; }

.select-option label, label.select-option {
  display: block; }

.direct-donation-bank-details .txt-input label {
  display: block; }
.direct-donation-bank-details li {
  clear: both;
  position: relative; }
  .direct-donation-bank-details li.relative {
    overflow: inherit; }
.direct-donation-bank-details .fields li {
  margin-bottom: 10px; }
.direct-donation-bank-details .txt-input textarea, .direct-donation-bank-details select.select-option, .direct-donation-bank-details .select-option select, .direct-donation-bank-details .txt-input input {
  background: transparent url(../../../../content/images/graphics/embelish/bg-input.gif) no-repeat scroll 0 0;
  border-color: #717171 #dacfcf #dacfcf;
  border-style: solid;
  border-width: 1px;
  margin-top: 2px;
  color: #555555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 2px 0;
  vertical-align: middle; }

input.bevel {
  background: transparent url(../../../../content/images/graphics/embelish/bg-input.gif) no-repeat scroll 0 0;
  border-color: #717171 #dacfcf #dacfcf;
  border-style: solid;
  border-width: 1px;
  margin-top: 2px;
  color: #555555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 2px 0;
  vertical-align: middle; }

.direct-donation-bank-details .select-option select, .direct-donation-bank-details select-option.select-option {
  font-size: 1em;
  margin-bottom: 8px;
  margin-right: 5px;
  margin-top: 2px;
  padding: 4px 2px 4px; }
.direct-donation-bank-details .txt-input input {
  height: 20px;
  font-size: 1.1em; }
.direct-donation-bank-details .primary-button-blue {
  height: 1px; }
.direct-donation-bank-details .primary-button-blue input {
  position: relative;
  top: 0px;
  left: 188px; }
.direct-donation-bank-details .back-button {
  position: relative;
  top: 32px; }
.direct-donation-bank-details .highlight.section {
  background: #dce7df; }
.direct-donation-bank-details #service-user-number {
  float: left;
  width: auto;
  background: #dce7df;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #bad3c1; }
  .direct-donation-bank-details #service-user-number h3 {
    margin-bottom: 10px; }
  .direct-donation-bank-details #service-user-number p {
    margin: 0 0 5px; }
.direct-donation-bank-details .list-default {
  padding-left: 15px;
  list-style: disc; }
  .direct-donation-bank-details .list-default li {
    margin: 0 0 10px 0; }
.direct-donation-bank-details #dd-guarantee {
  margin-left: 20px;
  width: auto;
  border-bottom: none; }
  .direct-donation-bank-details #dd-guarantee .header h2 {
    font-weight: normal;
    font-size: 1.2em;
    color: #044972; }
  .direct-donation-bank-details #dd-guarantee .header img {
    position: relative;
    top: -8px; }

#facebook.direct-donation-bank-details #validation-errors {
  margin-bottom: 20px; }
  #facebook.direct-donation-bank-details #validation-errors ul {
    font-size: 11px;
    font-weight: normal;
    list-style-type: disc;
    margin-top: 3px;
    margin-left: 15px; }

#facebook.direct-debit-address-details fieldset .fieldset-title {
  width: 200px; }
#facebook.direct-debit-address-details fieldset .fields {
  padding-left: 240px; }
  #facebook.direct-debit-address-details fieldset .fields .field-title {
    line-height: 1em; }
#facebook.direct-debit-address-details .content .button-area {
  padding-left: 240px; }

#facebook.fundraising-page #right-container {
  float: right;
  position: relative;
  top: -20px;
  left: 50px;
  width: 250px;
  height: 400px; }
  #facebook.fundraising-page #right-container .donate-now-button {
    margin-left: 47px;
    margin-top: 25px; }
  #facebook.fundraising-page #right-container #share-button #shareOnFacebookButton button {
    background: url(../../../../content/images/buttons/fb-share-bttn.gif) 0 0 no-repeat !important; }
#facebook.fundraising-page #page-info {
  padding-left: 100px;
  padding-right: 16px;
  overflow: hidden; }
  #facebook.fundraising-page #page-info #frp-image {
    float: left;
    margin-left: -84px;
    width: 70px; }
  #facebook.fundraising-page #page-info #page-name {
    font-size: 16px;
    margin-bottom: 2px; }
  #facebook.fundraising-page #page-info #fundraising-for {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 1px; }
  #facebook.fundraising-page #page-info #campaign-name {
    font-size: 12px;
    margin-bottom: 2px; }
  #facebook.fundraising-page #page-info #money-info {
    margin-top: 9px; }
    #facebook.fundraising-page #page-info #money-info p {
      display: inline; }
    #facebook.fundraising-page #page-info #money-info #raised-amount {
      margin-right: 5px; }
#facebook.fundraising-page #story, #facebook.fundraising-page #fb-like, #facebook.fundraising-page #cd-changer, #facebook.fundraising-page #donations-box li {
  width: 60%; }
#facebook.fundraising-page #fb-like {
  margin-top: 15px;
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  margin-left: 16px; }
#facebook.fundraising-page #story {
  padding-top: 20px;
  font-size: 12px;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 20px; }
#facebook.fundraising-page #comments-or-donations {
  margin-left: 16px; }
  #facebook.fundraising-page #comments-or-donations #cd-changer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 25px; }
    #facebook.fundraising-page #comments-or-donations #cd-changer .title {
      float: left;
      padding-top: 3px;
      padding-right: 15px;
      color: #666666; }
    #facebook.fundraising-page #comments-or-donations #cd-changer a.option {
      font-weight: bold;
      display: block;
      float: left;
      padding: 3px 6px 3px 6px;
      margin-right: 5px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid white; }
      #facebook.fundraising-page #comments-or-donations #cd-changer a.option.active {
        color: #29447e;
        border: 1px solid #8a9cc2;
        padding: 3px 6px 3px 6px;
        background-color: #e9ecf9; }
  #facebook.fundraising-page #comments-or-donations #donations-box {
    display: none; }
    #facebook.fundraising-page #comments-or-donations #donations-box ul li {
      border-bottom: 1px solid #e9e9e9;
      padding-top: 10px;
      padding-bottom: 8px;
      font-size: 12px;
      overflow: hidden; }
      #facebook.fundraising-page #comments-or-donations #donations-box ul li .image, #facebook.fundraising-page #comments-or-donations #donations-box ul li .no-image {
        float: left;
        display: block;
        width: 50px;
        height: 50px; }
        #facebook.fundraising-page #comments-or-donations #donations-box ul li .image img, #facebook.fundraising-page #comments-or-donations #donations-box ul li .no-image img {
          width: 50px;
          height: 50px; }
      #facebook.fundraising-page #comments-or-donations #donations-box ul li .image {
        background-color: #617aac; }
      #facebook.fundraising-page #comments-or-donations #donations-box ul li .donator-info {
        margin-top: -2px;
        font-weight: bold;
        margin-bottom: 1px; }
        #facebook.fundraising-page #comments-or-donations #donations-box ul li .donator-info .money {
          font-weight: normal; }
          #facebook.fundraising-page #comments-or-donations #donations-box ul li .donator-info .money strong {
            font-weight: normal; }
          #facebook.fundraising-page #comments-or-donations #donations-box ul li .donator-info .money em {
            font-style: normal;
            color: #666666; }
      #facebook.fundraising-page #comments-or-donations #donations-box ul li .message {
        font-size: 11px; }
      #facebook.fundraising-page #comments-or-donations #donations-box ul li .donator-info, #facebook.fundraising-page #comments-or-donations #donations-box ul li .message {
        padding-left: 60px; }

#facebook.facebook-integration #page-setup-box {
  width: 500px;
  padding-left: 15px; }
  #facebook.facebook-integration #page-setup-box p.info {
    font-size: 12px;
    margin-bottom: 15px; }
    #facebook.facebook-integration #page-setup-box p.info strong {
      display: block;
      margin-bottom: 5px; }
  #facebook.facebook-integration #page-setup-box #get-started {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    margin-top: 25px; }
  #facebook.facebook-integration #page-setup-box .fieldset-title {
    font-size: 95%;
    position: relative;
    left: 0px;
    top: 43px; }

#currency-preference-container {
  float: right; }

#global-menu-right {
  float: left; }
  #global-menu-right li.currency {
    width: 100px;
    position: relative; }
    #global-menu-right li.currency a {
      background: url("../../../../jg-refresh/content/images/embelish/purple-arrow.png") no-repeat center right;
      padding: 0 15px 0 7px; }
      #global-menu-right li.currency a img {
        vertical-align: middle; }

.callout-generic {
  position: relative;
  z-index: 99999;
  padding: 18px 20px;
  background-color: white;
  border: 1px solid #9e948e;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 3px 2px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 3px 3px 3px 2px rgba(50, 50, 50, 0.25);
  box-shadow: 3px 3px 3px 2px rgba(50, 50, 50, 0.25);
  min-width: 160px !important;
  float: left; }
  .callout-generic p {
    width: auto !important; }
  .callout-generic .after {
    content: " ";
    position: absolute;
    top: -13px;
    width: 0;
    height: 0;
    margin: 0;
    border-top: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid white;
    padding: 0;
    width: 0;
    height: 0;
    z-index: 100; }
  .callout-generic .before {
    content: " ";
    position: absolute;
    top: -14px;
    width: 0;
    height: 0;
    margin: 0;
    border-top: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #9e948e;
    padding: 0;
    width: 0;
    height: 0;
    z-index: 1; }

.callout-generic #currency-preference h2 {
  border-top: none !important;
  font-size: 1.3em;
  padding: 0;
  margin: 0 0 14px 0; }
.callout-generic #currency-preference ul {
  margin: 0; }
  .callout-generic #currency-preference ul li {
    display: block;
    font-size: 1.12em;
    border-bottom: 1px solid #6c5e57; }
    .callout-generic #currency-preference ul li.first-item {
      border-top: 1px solid #4d4840; }
    .callout-generic #currency-preference ul li img {
      margin-right: 8px; }
    .callout-generic #currency-preference ul li a {
      display: block;
      padding: 5px 0 5px 5px;
      text-decoration: none;
      color: #4d4840; }
      .callout-generic #currency-preference ul li a:hover {
        background: #78256d;
        color: white; }

#international-amount {
  color: #03219d;
  padding: 10px 0; }

.fundraising-page .callout-generic #currency-preference {
  font-size: 70%; }
.fundraising-page #global-menu-right li a {
  font-size: 70%; }