body.modal #footer {
  display: block !important;
  width: 643px;
  margin: 20px auto; }
body.modal #main {
  background-color: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  max-width: none; }
body.modal #modal-box, body.modal #login-box {
  box-shadow: 0 4px 20px -2px black;
  margin: 75px auto 20px;
  position: relative; }
  body.modal #modal-box .icon_url, body.modal #login-box .icon_url {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px; }
  body.modal #modal-box ul, body.modal #login-box ul {
    list-style-type: none; }
  body.modal #modal-box .btn, body.modal #login-box .btn {
    float: right;
    padding: 10px 36px;
    margin: 2px 7px 0 0;
    font-size: 15px; }
  body.modal #modal-box .button_box, body.modal #login-box .button_box {
    text-align: right;
    margin-right: 7px;
    width: 100%; }
    body.modal #modal-box .button_box .btn, body.modal #login-box .button_box .btn {
      float: none; }
body.modal #modal-box {
  border: 1px solid #888888;
  border-top-color: #cccccc;
  width: 583px;
  padding: 40px;
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e2e2e2);
  background-image: -moz-linear-gradient(top, #f4f4f4, #e2e2e2);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e2e2e2);
  background-image: -o-linear-gradient(top, #f4f4f4, #e2e2e2);
  background-image: linear-gradient(top, #f4f4f4, #e2e2e2); }
  body.modal #modal-box .bootstrap-form {
    margin: 0 20px 20px; }
    body.modal #modal-box .bootstrap-form p.instructions {
      font-weight: bold;
      text-align: center;
      margin: 1.5em 0; }
    body.modal #modal-box .bootstrap-form .btn-large {
      float: none;
      width: 220px; }
  body.modal #modal-box h2 {
    background: transparent url(/images/canvas-dark.png) right 6px no-repeat;
    margin: 0 20px;
    padding: 5px 230px 0 0;
    min-height: 35px; }
    body.modal #modal-box h2:after {
      content: " ";
      display: block;
      margin: 1em -250px 1em -20px;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid white;
      height: 0; }
  body.modal #modal-box.login-box {
    background-color: #4b555d;
    background: url("/images/Money_Noise_tm.png"), -ms-radial-gradient(50% -100px, circle cover, rgba(255, 255, 255, 0.6) 0%, transparent 100%), -ms-linear-gradient(top, #59656e, #3e464c);
    background: url('/images/Money_Noise_tm.png?1368455687'), -webkit-gradient(radial, 50% -100px, 0, 50% -100px, 100, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(100%, transparent)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #59656e), color-stop(100%, #3e464c));
    background: url('/images/Money_Noise_tm.png?1368455687'), -webkit-radial-gradient(50% -100px, circle cover, rgba(255, 255, 255, 0.6) 0%, transparent 100%), -webkit-linear-gradient(top, #59656e, #3e464c);
    background: url('/images/Money_Noise_tm.png?1368455687'), -moz-radial-gradient(50% -100px, circle cover, rgba(255, 255, 255, 0.6) 0%, transparent 100%), -moz-linear-gradient(top, #59656e, #3e464c);
    background: url('/images/Money_Noise_tm.png?1368455687'), -o-radial-gradient(50% -100px, circle cover, rgba(255, 255, 255, 0.6) 0%, transparent 100%), -o-linear-gradient(top, #59656e, #3e464c);
    background: url('/images/Money_Noise_tm.png?1368455687'), radial-gradient(50% -100px, circle cover, rgba(255, 255, 255, 0.6) 0%, transparent 100%), linear-gradient(top, #59656e, #3e464c);
    height: 331px;
    width: 623px;
    padding: 20px;
    color: #b3b3b3;
    border: none; }
    body.modal #modal-box.login-box h1 {
      height: 107px;
      margin: 0 0 50px;
      background-color: transparent;
      background-image: url("/images/canvas.png");
      background-repeat: no-repeat;
      background-position: 68px 46px;
      text-indent: -999em; }
      @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        body.modal #modal-box.login-box h1 {
          background-image: url("/images/canvas@2x.png");
          background-size: 136px 33px; } }
    body.modal #modal-box.login-box a {
      color: #64b9f9 !important; }
      body.modal #modal-box.login-box a:hover {
        text-decoration: underline; }
    body.modal #modal-box.login-box input.text {
      background: url(/images/login-input-bg.png) no-repeat;
      border: 0 none;
      font-size: 13px;
      padding: 19px 9px 18px 22px;
      width: 204px;
      color: #303030;
      margin: 0 6px 6px 0;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
    body.modal #modal-box.login-box .radio_spacer {
      width: 25px;
      display: inline-block; }

body.webkit #modal-box.login-box input.text {
  background: #f6f6f6 none;
  border: 6px solid rgba(255, 255, 255, 0.25);
  border-radius: 7px;
  padding: 12px 9px 12px 17px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  width: 197px; }

#login_form {
  margin: 0 auto;
  width: 487px; }
  #login_form .login-options {
    float: left;
    line-height: 1.75em; }
    #login_form .login-options input {
      margin-left: 0; }

body.modal #forgot_password_form {
  margin: 0 auto;
  width: 455px; }
  body.modal #forgot_password_form .btn {
    margin: 7px 0;
    float: none;
    padding: 10px 24px; }

span.field-with-fancyplaceholder {
  display: block;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  span.field-with-fancyplaceholder label {
    display: none; }
    span.field-with-fancyplaceholder label.placeholder {
      display: inline;
      color: #999999;
      cursor: text;
      pointer-events: none; }
      span.field-with-fancyplaceholder label.placeholder span {
        position: absolute;
        z-index: 2;
        -webkit-user-select: none;
        padding: 19px 22px 18px 24px; }
    span.field-with-fancyplaceholder label.focus {
      color: #cccccc; }
  span.field-with-fancyplaceholder input:-webkit-autofill {
    background-color: transparent !important; }
  span.field-with-fancyplaceholder input {
    outline: none; }
    span.field-with-fancyplaceholder input.invalid {
      background: #ffffc5;
      color: #ff3300; }
    span.field-with-fancyplaceholder input.editing {
      color: black;
      background: none repeat scroll 0 0 transparent;
      overflow: hidden; }

#register_link {
  position: absolute;
  display: block;
  background: url(/images/fft_ribbon.png) no-repeat;
  padding-top: 10px;
  width: 232px;
  height: 52px;
  right: -13px;
  top: 56px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.25; }
  #register_link i, #register_link b {
    display: block; }
  #register_link i {
    color: #444444;
    font-style: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
  #register_link b {
    font-weight: normal;
    color: white; }
  #register_link:hover {
    background-position: 0 -63px;
    text-decoration: none !important; }

#unauthorized_holder {
  box-shadow: 0 4px 20px -2px black;
  margin: 30px auto 20px;
  width: 663px; }
  #unauthorized_holder #modal-box.login-box {
    margin: 0;
    box-shadow: none; }
  #unauthorized_holder #unauthorized_message {
    margin: 0;
    width: auto;
    padding: 15px 20px;
    line-height: 1.2; }
    #unauthorized_holder #unauthorized_message.ui-state-error:before {
      top: 15px; }
    #unauthorized_holder #unauthorized_message h2 {
      height: 41px;
      margin: 0 0 -5px 0;
      padding: 0 0 0 60px;
      color: black; }
    #unauthorized_holder #unauthorized_message p {
      padding: 0 0 0 60px;
      margin: 0;
      font-size: 1.25em;
      font-weight: normal; }
