/* #Layout */

body {
  background-color   : #FFF;
  font-family        : 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  text-shadow:0 1px 1px #ffffff;
}

body.consumer {
  background-image   : url('../img/bg-body.png');
  background-position: top left;
  background-repeat  : repeat-x;
}

.radial-gradient {
  background-image   : url('../img/bg-radial-gradient.png');
  background-position: -25% 0;
  background-repeat  : no-repeat;
  width              : 100%;
  height             : 590px;
  position           : absolute;
}

.header-container {
  margin  : auto;
  width   : 980px;
  z-index : 100;
  position: relative;
}
  .login {
    position: absolute;
    top: 0px;
    left:25px;
    padding: 3px 25px;
    border-radius: 0px 0px 6px 6px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fffdf0;
    background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#fffdf0), to(#ffec80));
    background-image : -webkit-linear-gradient(top, #fffdf0, #ffec80);
    background-image : -o-linear-gradient(top, #fffdf0, #ffec80);
    background-image : linear-gradient(to bottom, #fffdf0, #ffec80);
    background-image : -moz-linear-gradient(top, #fffdf0, #ffec80);
    text-align: center;
    vertical-align: middle; 
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  } 
    .login a {
      color:#62b95a;
      text-decoration: none;
    }
      .login a:hover {
        color:#004223;
        text-decoration: none;
      }

  header.billQ {
    padding: 0 25px;
    margin : auto;
    background-image: url('../img/bg-samplereminders.png');
    background-position: top right;
    background-repeat: no-repeat;
  }
  header.About {
    padding: 0 25px;
    margin : 0px auto 75px auto;
  }

    img.logo-billQ {
      margin:115px 0 0 0;
    }
    h1.primary-tagline {
      color         : #fffa69;
      font-weight   : 500;
      font-size     :26px;
      letter-spacing: 0px;
      text-shadow   :1px 1px 1px #1d6a1d;
    }
    h2.secondary-tagline {
      color      : #fff;
      font-size  : 18px;
      font-weight: 500;
      text-shadow:1px 1px 1px #1d6a1d;
      width: 50%;
    }
    .btn-header {
      margin-top: 15px
    }
    .price-badge {
      height: 115px;
      width: 150px;
      border-radius: 75px;
      border: 1px solid #fffdf0;
      position: absolute;
      top: 100px;
      right: 50px;
      padding: 35px 0 0 0;
      background-color: #fffdf0;
      background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#fffdf0), to(#ffec80));
      background-image : -webkit-linear-gradient(top, #fffdf0, #ffec80);
      background-image : -o-linear-gradient(top, #fffdf0, #ffec80);
      background-image : linear-gradient(to bottom, #fffdf0, #ffec80);
      background-image : -moz-linear-gradient(top, #fffdf0, #ffec80);
      text-align: center;
      vertical-align: middle; 
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
         -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    }
      .price-sale {
        font-size: 12px;
        color: #ff7474;
        font-weight: bold;
      }
      .price-amount {
        font-size: 22px;
        font-weight: bold;
        color: #0fb9e9;
        display: block;
      }
        .amount-main {
          font-size:30px;
        }
        .amount-dollar {
          font-size: 18px;
          font-weight: 400;
          position: relative;
          top: -8px;
        }
      .price-trial {
        font-size:14px;
        color: #12a600;
        font-style: italic;
      }    

    ul.feature-list   {      
      position: absolute;
      top: 100px;
      right: 50px;
    }
    ul.contact-list {
      position: absolute;
      top: 110px;
      right:80px;
    }
      ul.feature-list li {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        text-shadow:0 1px 1px #000000;
        list-style-type: none;
        padding: 10px 0 10px 40px;
        background-image: url('../img/icon-featurecheck.png');
        background-position: 0% 50%;
        background-repeat: no-repeat;
      }
        ul.feature-list li a {
          color: #ffffff;
          text-decoration: none;
          border-bottom: dotted 2px #ffffff;
        }
          ul.feature-list li a:hover {
            color: #fffa69;
            border-bottom: dotted 2px #ffffff;
          } 

      ul.feature-list li.list-empty {
        background-image: url('../img/icon-emptycheck.png');
        background-position: 0% 50%;
        background-repeat: no-repeat;
      }

      ul.contact-list li {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        text-shadow:0 1px 1px #000000;
        list-style-type: none;
        padding: 15px 0 15px 45px;
      }
        ul.contact-list li a {
          color: #ffffff;
          text-decoration: none;
          border-bottom: dotted 1px #ffffff;
        }
          ul.contact-list li a:hover {
            color: #fffa69;
            border-bottom: dotted 2px #ffffff;
          } 
        ul.contact-list li.emailus {
          background-image: url('../img/icon-emailus.png');
          background-position: 0% 50%;
          background-repeat: no-repeat;
        }
        ul.contact-list li.followus {
          background-image: url('../img/icon-followus.png');
          background-position: 0% 50%;
          background-repeat: no-repeat;
        }
        ul.contact-list li.ourblog {
          background-image: url('../img/icon-ourblog.png');
          background-position: 0% 50%;
          background-repeat: no-repeat;
        }
        ul.contact-list li.helpdesk {
          background-image: url('../img/icon-helpdesk.png');
          background-position: 0% 50%;
          background-repeat: no-repeat;
        }
        ul.contact-list li.knowledgebase {
          background-image: url('../img/icon-knowledgebase.png');
          background-position: 0% 50%;
          background-repeat: no-repeat;
        }

    .pricing-table {
      margin: 0 0 50px 0;
    }

    table.pricing-table {
      width: 345px;
      margin: 20px 0 70px 0;
      text-align: center;
      text-shadow:none;
      color: #ffffff;
      border: 1px solid #60af56;
      border-collapse: separate;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      background-color: #61be56;
      -webkit-box-shadow: inset 0px 2px 1px 0px #328c2a, 0px 1px 0px rgba(255, 255, 255, .2);
         -moz-box-shadow: inset 0px 2px 1px 0px #328c2a, 0px 1px 0px rgba(255, 255, 255, .2);
              box-shadow: inset 0px 2px 1px 0px #328c2a, 0px 1px 0px rgba(255, 255, 255, .2);

    }
    table.pricing-table thead tr:first-child th:first-child {
      border-top-left-radius: 6px;
    }
     table.pricing-table thead tr:last-child th:last-child {
      border-top-right-radius: 6px;
    }
      table.pricing-table thead th {
        padding: 5px 0px;
        background-color: #399e30;
        /*-webkit-box-shadow: inset 0px 1px 1px 0px #328c2a;
        -moz-box-shadow: inset 0px 1px 1px 0px #328c2a;
        box-shadow: inset 0px 1px 1px 0px #328c2a;*/
        font-size: 14px;
        font-weight: 400;
      }

      table.pricing-table .table-currency {
        font-size:24px;
        position: relative;
        top: -24px;
      }
      table.pricing-table .table-amount {
        font-size:60px;
        font-weight: bold;
        line-height: 60px;
      }

      table.pricing-table td.table-or {
        background-image: url('../img/bg-table-or.png');
        background-position: 50% 0;
        background-repeat: no-repeat;
        width: 33px;
        height: 60px;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
      }

    h1.reminder-ticker {
      color      : #339933;
      font-size  : 48px;
      text-shadow:0px -1px -2px #000;
      text-align : center;
      opacity    : .35;
      width      : 930px;
      margin     : 100px auto 0px auto;
    }

.main-container {
  margin  : -62px auto 0 auto;
  width   : 980px;
  z-index : 400;
  position: relative;
}
  .container-gradient {
    background-image   : url('../img/main-container-shadow.png');
    background-position: top center;
    background-repeat  : no-repeat;
    width              : 980px;
    height             : 50px;
  }
  section.howitworks,
  section.newaccount,
  section.aboutus {
    overflow: hidden;
    padding: 25px;
    position: relative;
    z-index: 300;
    background-color: #ffffff;
    background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ebffe8));
    background-image : -webkit-linear-gradient(top, #ffffff, #ebffe8);
    background-image : -o-linear-gradient(top, #ffffff, #ebffe8);
    background-image : linear-gradient(to bottom, #ffffff, #ebffe8);
    background-image : -moz-linear-gradient(top, #ffffff, #ebffe8);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  }
    .step {
      width: 29%;
      float: left;
      margin: 0 0 0 50px;
    }
    .step:first-child {
      margin: 0 0 0 5px;
    }
      h2.step-title {
        font-size: 18px;
        color: #2ca4c6;
        line-height: 36px;
        width: 250px;
        margin: auto;
        padding: 0 0 0 25px;
      }
      .step-num {
        height:36px;
        width: 36px;
        text-align: center;
        border-radius: 18px;
        background-color: #abe8f9;
        display: block;
        color: #fff;
        font-size: 30px;
        float: left;
        line-height: normal;
        margin: 0 10px 0 0;
      }
      .step-copy {
        text-align: center;
        color: #5ebc52;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
      }

       h2.newaccount-title {
        font-size: 22px;
        color: #666;
        background-image: url('../img/icon-account.png');
        background-position: 0% 50%;
        background-repeat: no-repeat;
        padding: 7px 0 5px 55px;
      }
      h2.aboutus-title {
        font-size: 22px;
        color: #666;
      }
        .aboutus p {
          font-size:14px;
          line-height:26px;
          color: #666;
          width: 58%;
        }

      h2.paymentinfo-title {
        font-size: 22px;
        color: #666;
        background-image: url('../img/icon-creditcard.png');
        background-position: 0% 50%;
        background-repeat: no-repeat;
        padding: 7px 0 5px 55px;
        margin: 0 0 0 0;
        clear: both;
      }
      .paymentinfo-subtitle {
        margin: 0;
        padding: 0 0 30px 55px;
        font-size: 11px;
        color: #999;
      }

      .form-left {
        margin: 0 0 30px 57px;
        float: left;
        clear: left;
      }
      .form-right {
        margin: 0 0 0 50px;
        float: left;
      }

      h3.form-block-title {
        margin: 0 0 15px 0;
        font-size: 14px;
        color: #666;
        font-weight: 400;
      }

      aside.newaccount-info,
      aside.aboutus-info {
        width: 270px;
        position: absolute;
        top: 25px;
        right: 25px;
      }

        .aboutus-info p {
          width: 100%;
          line-height: 20px;
          color: #666;
        }
          .aboutus-info p a {
            color: #40A534;
            text-decoration: none;
            border-bottom: dotted 1px #40A534;
          }
            .aboutus-info p a:hover {
              color: #666666;
              text-decoration: none;
              border-bottom: dotted 1px #666666;
            }
        .team-member {
          margin: 20px auto 20px auto;
          overflow:auto;
          padding:  15px 0 15px 80px;
        }
          .pic-zack {
            background-image: url('../img/pic-zack.png');
            background-position: 0% 50%;
            background-repeat: no-repeat;
          }
          .pic-nick {
            background-image: url('../img/pic-nick.png');
            background-position: 0% 50%;
            background-repeat: no-repeat;
          }
          .pic-mark {
            background-image: url('../img/pic-mark.png');
            background-position: 0% 50%;
            background-repeat: no-repeat;
          }

          h3.member-name {
            font-size: 14px;
            font-weight: bold;
            color: #666;
            margin: 0px 0 3px 0;
          }
          p.member-twitter {
            font-size: 13px;
            margin: 0;
          }
            p.member-twitter a {
              color: #999;
              text-decoration:none;
            }
              p.member-twitter a:hover {
                color: #666;
                text-decoration:none;
              }

        .customers {
          background-color: #ffffee;
          padding: 25px;
          border: solid 1px #e2e6e2;
          font-size: 18px;
          line-height: 26px;
          font-weight: 200;
          color: #999;
          font-style: italic;
          text-align: center;
          -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, .1);
             -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, .1);
                  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, .1);
        }
        .creditcards {
          position: relative;
          top: 287px;
          font-size: 12px;
          color: #999;
        }
          .creditcards img {
            margin: 10px 0 0 0;
          }
        .billingcycle {
          position: relative;
          top: 350px;
          font-size: 12px;
          color: #999;
          line-height: 20px;
        }

      .newaccount-submit {
        clear: both;
        margin: 325px -25px -25px -25px;
        padding: 5px 25px 25px 80px;
        border-top:1px solid #e0e0e0;
        background-color: #fffdf4;
        background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#fff8de), to(#fffdf4));
        background-image : -webkit-linear-gradient(top, #fff8de, #fffdf4);
        background-image : -o-linear-gradient(top, #fff8de, #fffdf4);
        background-image : linear-gradient(to bottom, #fff8de, #fffdf4);
        background-image : -moz-linear-gradient(top, #fff8de, #fffdf4);
        position: relative;
      }
        .submit-security {
          position: absolute;
          left: 375px;
          top: 3px;
          font-size: 12px;
          color: #999;
          line-height: 18px;
          width: 245px;
          margin: 20px 0 0 -80px;
          padding-left: 35px;
          background-image: url('../img/icon-ssl.png');
          background-position: 0% 50%;
          background-repeat: no-repeat;
        }

  section.signup {
    background-color: #fef7cf;
    width: 940px;
    margin: auto;
    position: relative;
    z-index: 200;
    border: solid 1px #f9efa7;
    -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;
    text-align: center;
    padding: 30px 0 20px 0;
  }
    .signup-info {
      margin: 15px 0 10px 0;
      color: #5ebc53;
    }

  section.featured {
    margin:50px 0 85px 0;
    text-align: center;
    overflow: hidden;
  }
    .featured-title {
      font-size: 14px;
      color: #d6d6d6;
      font-weight: bold;
    }
    .featured-site {
      float: left;
      text-align: left;
      padding: 12px 0 20px 70px;
    }
      .site-title {
        font-size: 14px;
        font-weight: bold;
        color: #999999;
        margin: 0 0 2px 0;
      }
      .site-subtitle {
        font-size: 14px;
        font-weight: normal;
        color: #CCCCCC; 
        margin: 0;
      }
      .site-wsj { width: 16%; margin-left: 10px; background: url('../img/logo-wsj.png') no-repeat top left; }
      .site-cnet { width: 9%; background: url('../img/logo-cnet.png') no-repeat top left; }
      .site-cbs5 { width: 14%; padding-left:85px; background: url('../img/logo-cbs5.png') no-repeat top left; }
      .site-lh { width: 10%; background: url('../img/logo-lh.png') no-repeat top left; }
      .site-nb { width: 12%; background: url('../img/logo-nb.png') no-repeat top left; }

  section.security {
    background: #f9f9f9 url('../img/bg-security3.png') repeat top left;
    border: 1px solid #d2ebbc;
    border-radius: 8px;
    padding: 10px 20px 10px 75px;
    margin: 0 0 50px 0;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
  }
    .security-title {
        font-size: 16px;
        color: #666666;
        line-height: 28px;
    }
        img.security-icon {
          float: left;
          margin: 0 20px 25px 10px;
        }
        .security-title a {
          color: #40a534;
          text-decoration: none;
          border-bottom: dotted 1px #40a534;
        }
        .security-title a:hover {
          color: #128106;
          text-decoration: none;
          border-bottom: solid 1px #128106;
        }

  section.testimonials {
      margin:70px 0;
      text-align: center;
  }
    .quote {
      font-size: 24px;
      font-weight: 200;
      font-style: italic;
      letter-spacing: 1px;
      color: #999999;
      margin:0 0 10px 0;
    }
    .quote-source {
      font-style: 14px;
      font-weight: 400;
      color: #cccccc;
      margin: 5px 0 0 0;
    }
      .quote-source a {
        color: #cccccc;
        text-decoration: none;
        border-bottom: dotted 1px #cccccc;
      }
        .quote-source a:hover {
          color: #999999;
          text-decoration: none;
          border-bottom: solid 1px #999999;
        }

.footer-container {
  width   : 100%;
  position: relative;
  background-image   : url('../img/bg-footer.png');
  background-position: top left;
  background-repeat  : repeat-x;
  border-top: solid 1px #efefef;
  overflow: hidden;
  padding: 30px 0px;
}
  footer.footer-content {
    width: 980px;
    margin: auto;
    overflow: hidden;
  }
    .footer-nav {
      float: left;
      width: 80%;
    }
    img.logo-Queued {
      float: left;
      margin: 7px 15px 0 0;
    } 
    ul.additional-pages {
        margin: 10px 0 0 0;
    }
      ul.additional-pages li {
        display: inline;
        padding: 0 20px 0 0;
        font-size: 14px;
        margin:0;
      }
        ul.additional-pages li a {
         color: #999999;
         text-decoration: none;
         border-bottom: dotted 1px #999999;
        }
    .copyright {
      font-size: 11px;
      color: #cccccc;
      padding-left: 40px;
      margin:8px 0 0 0;
    }
    .contactus {
      float: right;
      margin: 5px 0 0 0;
    }
      .contact {
        width:32px;
        height: 32px;
        background-color: #d6d6d6;
        border-radius: 16px;
        cursor: pointer;
        display: inline-block;
        margin: 0 0 0 10px;
				text-indent: -9000px;
      }

      .contact-email {background: #d6d6d6 url('../img/icon-email.png') no-repeat 50% 50%;}
      .contact-blog {background: #d6d6d6  url('../img/icon-rss.png') no-repeat 50% 50%;}
      .contact-twitter {background: #d6d6d6 url('../img/icon-twitter.png') no-repeat 50% 50%;}

      .contact-email:hover,
      .contact-blog:hover,
      .contact-twitter:hover {
        background-color: #999999;
      }

/* #Buttons */


.btn {
  display          : inline-block;
  *display         : inline;
  padding          : 4px 14px;
  margin-bottom    : 0;
  *margin-left     : .3em;
  font-size        : 14px;
  line-height      : 20px;
  *line-height     : 20px;
  color            : #333333;
  text-align       : center;
  text-shadow      : 0 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration  : none; 
  vertical-align   : middle;
  cursor           : pointer;
  background-color : #f5f5f5;
  *background-color: #e6e6e6;
  background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image : -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image : -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image : linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image : -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border             : 1px solid #bbbbbb;
  *border            : 0;
  border-color       : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color       : #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(255, 255, 255, .4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(255, 255, 255, .4);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 22px;
  font-size: 16px;
  line-height: 24px;
  line-height: normal;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.btn-small [class^="icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-blue.active,
.btn-warning.active,
.btn-danger.active,
.btn-green.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #74dcf9;
  *background-color: #74dcf9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74dcf9), to(#1796ba));
  background-image: -webkit-linear-gradient(top, #74dcf9, #1796ba);
  background-image: -o-linear-gradient(top, #74dcf9, #1796ba);
  background-image: linear-gradient(to bottom, #74dcf9, #1796ba);
  background-image: -moz-linear-gradient(top, #74dcf9, #1796ba);
  background-repeat: repeat-x;
  border-color: #3db6d8 #1796ba #0f89ac #1796ba ;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #ffffff;
  background-color: #1796ba;
  *background-color: #003bb3;
}

.btn-blue:active,
.btn-blue.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #88e08d;
  *background-color: #88e08d;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#88e08d), to(#30ae50));
  background-image: -webkit-linear-gradient(top, #88e08d, #30ae50);
  background-image: -o-linear-gradient(top, #88e08d, #30ae50);
  background-image: linear-gradient(to bottom, #88e08d, #30ae50);
  background-image: -moz-linear-gradient(top, #88e08d, #30ae50);
  background-repeat: repeat-x;
  border-color: #29a448 #30ae50 #299244 #30ae50;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background-color: #30ae50;
  *background-color: #30ae50;
}

.btn-green:active,
.btn-green.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-blue.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-green.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}


/* FORM */

form {
 	/*margin: 0 0 20px;*/ /* ZG -- took out because needed to move #newaccount-submit container inside form */
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #666
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 115px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 5px 0 0;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"] {
  float: left;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #999;
  font-size: 11px;
  font-style: italic;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}





