@charset "UTF-8";
/*
#############################################################################
#
#   Application    : MST      
#   File Name      : fw_user_password_reset.scss
#   Purpose        : Styling specific to a number of screenings related to user
#                    password reset
#
#   Last Date      : $Date: $
#   Last Author    : $Author:  $
#   Last Version   : $Revision $
#
##############################################################################    
*/
/* global variables */
/* global variables */
/* Images for product status */
/* Images for product blocking */
/* Colors */
/* green 50% opacity to preserve row banding */
/* Layout */
/* tooltip */
/* */
input[type="submit"]:disabled {
  background: #f5f5f5;
  color: #333333; }

/*
 * Typograhy goes here
 *
 *
 */
/* Our font icons */
.fi {
  display: inline-block;
  /* font: normal normal normal 14px/1; */
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fi-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fi-2x {
  font-size: 2em; }

.fi-3x {
  font-size: 3em; }

.fi-4x {
  font-size: 4em; }

.fi-5x {
  font-size: 5em; }

.fi-angle-left:before {
  content: '<'; }

.fi-angle-right:before {
  content: '>'; }

.fi-bar:before {
  content: '-'; }

/* Animation */
.fi-spin {
  -webkit-animation: fi-spin 2s infinite linear;
  animation: fi-spin 2s infinite linear; }

@-webkit-keyframes fi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/*
#############################################################################
#
#   Application    : MST      
#   File Name      : modifiers.scss
#   Purpose        : Small css classes that modify one or two CSS properties of
#                    other css classes
#
#   Last Date      : $Date: $
#   Last Author    : $Author:  $
#   Last Version   : $Revision $
#
##############################################################################    
*/
.hide, .hidden {
  display: none; }

div.disabled,
a.disabled {
  pointer-events: none;
  cursor: default; }

.Widget.Invalid .Label {
  color: red !important; }

.Widget.Text.HaulierName div.Field, .Widget.Text.HaulierName div.ReadOnlyText, .Widget.Text.HaulierName a {
  max-width: 180px; }
.Widget.Text.HaulierName a {
  display: inline-block; }

.Widget.Text.CustomerName div.Field, .Widget.Text.CustomerName div.ReadOnlyText, .Widget.Text.CustomerName a {
  max-width: 180px; }
.Widget.Text.CustomerName a {
  display: inline-block; }

.Widget.green-label .Label {
  color: #49A942; }

.cell-hr {
  border-bottom: 1px dashed #666; }

.MultiRow .CanvasFooter {
  height: auto; }

/*.Messages .Success, .CanvasMessages .Success {*/
.Messages .Success {
  color: #49A942;
  background-image: url("/images/application/success.png");
  background-position: 20px 50%;
  background-origin: border-box;
  /* this is to make background work like how IE calculates (otherwise border covers image) */
  background-repeat: no-repeat;
  padding: 10px 10px 10px 30px;
  /*border-radius: 0px 5px 5px 0px;*/
  border-width: 2px 2px 2px 15px;
  border-style: solid;
  border-color: #49A942;
  background-color: #EEFFEE;
  /*margin: 2px 0;*/ }

.yui3-aclist-content {
  overflow: auto; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu, .dropdown-menu-right {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-clip: padding-box; }
  .dropdown-menu.pull-right, .dropdown-menu-right.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu > li > a, .dropdown-menu-right > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu-right > li > a:hover, .dropdown-menu-right > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu-right > .active > a, .dropdown-menu-right > .active > a:hover, .dropdown-menu-right > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #EF7F2C; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu-right > .disabled > a, .dropdown-menu-right > .disabled > a:hover, .dropdown-menu-right > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu-right > .disabled > a:hover, .dropdown-menu-right > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.open > .dropdown-menu, .open .dropdown-menu-rug, .open .dropdown-menu-right {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: -247%; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu, .pull-right > .dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu, .dropup .dropdown-menu-right,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu-right {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu, .navbar-right .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
html, body {
  background-color: #DDDDDD;
  background-image: url("/images/application/new/marketing/pattern-1.png");
  font-family: Tahoma, Verdana, sans-serif; }

body.FwUserAccount,
body.FwAdminUserPasswordReset,
body.FwUserPasswordReset,
body.FwUserUsernameForgot,
body.FwUserPasswordChange,
body.FwUserChallengeChange,
body.FwApprovalProcess {
  padding-top: 50px;
  height: auto;
  background-color: #DDDDDD;
  background-image: url("/images/application/new/marketing/pattern-1.png");
  /* center on screen */
  margin: 0 auto;
  /* MESSAGES */
  /*.Messages .Info , .CanvasMessages .Info*/
  /*.Messages .Success, .CanvasMessages .Success {*/
  /*.Messages .Error, .CanvasMessages .Error {*/
  /*.Messages .Permanent, .CanvasMessages .Permanent {*/
  /*  header widgets  */
  /* BOX WIDGET */ }
  body.FwUserAccount *,
  body.FwAdminUserPasswordReset *,
  body.FwUserPasswordReset *,
  body.FwUserUsernameForgot *,
  body.FwUserPasswordChange *,
  body.FwUserChallengeChange *,
  body.FwApprovalProcess * {
    font-family: Tahoma, Verdana, sans-serif; }
  body.FwUserAccount #PageHeader, body.FwUserAccount #PageFooter,
  body.FwAdminUserPasswordReset #PageHeader,
  body.FwAdminUserPasswordReset #PageFooter,
  body.FwUserPasswordReset #PageHeader,
  body.FwUserPasswordReset #PageFooter,
  body.FwUserUsernameForgot #PageHeader,
  body.FwUserUsernameForgot #PageFooter,
  body.FwUserPasswordChange #PageHeader,
  body.FwUserPasswordChange #PageFooter,
  body.FwUserChallengeChange #PageHeader,
  body.FwUserChallengeChange #PageFooter,
  body.FwApprovalProcess #PageHeader,
  body.FwApprovalProcess #PageFooter {
    color: transparent;
    width: 1012px;
    margin: 0 auto;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 1px;
    color: transparent;
    background-color: #0078BF;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.4);
    letter-spacing: normal; }
  body.FwUserAccount #PageContent,
  body.FwAdminUserPasswordReset #PageContent,
  body.FwUserPasswordReset #PageContent,
  body.FwUserUsernameForgot #PageContent,
  body.FwUserPasswordChange #PageContent,
  body.FwUserChallengeChange #PageContent,
  body.FwApprovalProcess #PageContent {
    position: relative;
    padding: 80px 10px;
    background-color: #EFEFEF;
    background-color: #efefef;
    background-image: url("/images/application/new/patterns/grey.png");
    margin: 0 auto;
    width: 990px;
    min-height: 360px;
    /* push footer down for one canvas screens */
    border-left: 1px solid #666666;
    background-color: #FBFBFB;
    border: 1px solid #AAAAAA;
    /* make the borders sharper with dark grey */
    height: auto;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.4); }
    body.FwUserAccount #PageContent #NavigationSection_1,
    body.FwAdminUserPasswordReset #PageContent #NavigationSection_1,
    body.FwUserPasswordReset #PageContent #NavigationSection_1,
    body.FwUserUsernameForgot #PageContent #NavigationSection_1,
    body.FwUserPasswordChange #PageContent #NavigationSection_1,
    body.FwUserChallengeChange #PageContent #NavigationSection_1,
    body.FwApprovalProcess #PageContent #NavigationSection_1 {
      position: relative;
      top: 0;
      left: 0;
      margin: 0px auto;
      width: 100%; }
      body.FwUserAccount #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul,
      body.FwAdminUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul,
      body.FwUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul,
      body.FwUserUsernameForgot #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul,
      body.FwUserPasswordChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul,
      body.FwUserChallengeChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul,
      body.FwApprovalProcess #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul {
        list-style: outside none none;
        margin: 0 10px 0 0;
        padding: 0 0 0 10px;
        position: relative; }
        body.FwUserAccount #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li,
        body.FwAdminUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li,
        body.FwUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li,
        body.FwUserUsernameForgot #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li,
        body.FwUserPasswordChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li,
        body.FwUserChallengeChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li,
        body.FwApprovalProcess #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li {
          display: inline-block;
          margin: 0 2px;
          vertical-align: top;
          padding: 15px 20px; }
          body.FwUserAccount #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a,
          body.FwAdminUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a,
          body.FwUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a,
          body.FwUserUsernameForgot #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a,
          body.FwUserPasswordChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a,
          body.FwUserChallengeChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a,
          body.FwApprovalProcess #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a {
            background-color: transparent;
            border-bottom: 3px solid #d9d9d9;
            color: #555;
            display: block;
            height: 50px;
            line-height: 50px;
            padding: 0 10px;
            text-decoration: none; }
            body.FwUserAccount #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:hover, body.FwUserAccount #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwAdminUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:hover,
            body.FwAdminUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:hover,
            body.FwUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserUsernameForgot #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:hover,
            body.FwUserUsernameForgot #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserPasswordChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:hover,
            body.FwUserPasswordChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserChallengeChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:hover,
            body.FwUserChallengeChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwApprovalProcess #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:hover,
            body.FwApprovalProcess #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active {
              border-color: #0078BF; }
            body.FwUserAccount #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active, body.FwUserAccount #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:focus,
            body.FwAdminUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwAdminUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:focus,
            body.FwUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserPasswordReset #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:focus,
            body.FwUserUsernameForgot #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserUsernameForgot #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:focus,
            body.FwUserPasswordChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserPasswordChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:focus,
            body.FwUserChallengeChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwUserChallengeChange #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:focus,
            body.FwApprovalProcess #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:active,
            body.FwApprovalProcess #PageContent #NavigationSection_1 #SITE_NAV_BAR_1 > ul li a:focus {
              outline: thin dotted;
              outline-offset: -2px; }
    body.FwUserAccount #PageContent #MainSection_1,
    body.FwAdminUserPasswordReset #PageContent #MainSection_1,
    body.FwUserPasswordReset #PageContent #MainSection_1,
    body.FwUserUsernameForgot #PageContent #MainSection_1,
    body.FwUserPasswordChange #PageContent #MainSection_1,
    body.FwUserChallengeChange #PageContent #MainSection_1,
    body.FwApprovalProcess #PageContent #MainSection_1 {
      postion: relative;
      width: 100%;
      margin: 0px auto; }
  body.FwUserAccount #PageHeader,
  body.FwAdminUserPasswordReset #PageHeader,
  body.FwUserPasswordReset #PageHeader,
  body.FwUserUsernameForgot #PageHeader,
  body.FwUserPasswordChange #PageHeader,
  body.FwUserChallengeChange #PageHeader,
  body.FwApprovalProcess #PageHeader {
    background-image: url("/images/application/new/msts-shell-login-page-logo-header.png");
    background-position: 1px center;
    background-repeat: no-repeat;
    background-size: 380px;
    /* constrains proportions, but should really resize */ }
  body.FwUserAccount #PageFooter,
  body.FwAdminUserPasswordReset #PageFooter,
  body.FwUserPasswordReset #PageFooter,
  body.FwUserUsernameForgot #PageFooter,
  body.FwUserPasswordChange #PageFooter,
  body.FwUserChallengeChange #PageFooter,
  body.FwApprovalProcess #PageFooter {
    color: #FFF;
    text-indent: -9999px;
    line-height: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
    body.FwUserAccount #PageFooter:after,
    body.FwAdminUserPasswordReset #PageFooter:after,
    body.FwUserPasswordReset #PageFooter:after,
    body.FwUserUsernameForgot #PageFooter:after,
    body.FwUserPasswordChange #PageFooter:after,
    body.FwUserChallengeChange #PageFooter:after,
    body.FwApprovalProcess #PageFooter:after {
      padding: 1px 5px;
      content: "© MSTS Tolls";
      display: block;
      text-indent: 0%;
      display: block;
      line-height: initial; }
  body.FwUserAccount .ProgramMessages,
  body.FwAdminUserPasswordReset .ProgramMessages,
  body.FwUserPasswordReset .ProgramMessages,
  body.FwUserUsernameForgot .ProgramMessages,
  body.FwUserPasswordChange .ProgramMessages,
  body.FwUserChallengeChange .ProgramMessages,
  body.FwApprovalProcess .ProgramMessages {
    margin: 15px auto; }
  body.FwUserAccount .Messages .Info,
  body.FwAdminUserPasswordReset .Messages .Info,
  body.FwUserPasswordReset .Messages .Info,
  body.FwUserUsernameForgot .Messages .Info,
  body.FwUserPasswordChange .Messages .Info,
  body.FwUserChallengeChange .Messages .Info,
  body.FwApprovalProcess .Messages .Info {
    color: #0077BB;
    background-image: url("/images/framework/info.png");
    background-position: 20px 50%;
    background-origin: border-box;
    /* this is to make background work like how IE calculates (otherwise border covers image) */
    background-repeat: no-repeat;
    padding: 10px 10px 10px 30px;
    /*border-radius: 0px 5px 5px 0px;*/
    border-width: 2px 2px 2px 15px;
    border-style: solid;
    border-color: #0077BB;
    background-color: #EAF7FF; }
  body.FwUserAccount .Messages .Success,
  body.FwAdminUserPasswordReset .Messages .Success,
  body.FwUserPasswordReset .Messages .Success,
  body.FwUserUsernameForgot .Messages .Success,
  body.FwUserPasswordChange .Messages .Success,
  body.FwUserChallengeChange .Messages .Success,
  body.FwApprovalProcess .Messages .Success {
    /*border-radius: 0px 5px 5px 0px;*/
    background-color: #EEFFEE;
    background-image: url("/images/application/success.png");
    background-origin: border-box;
    /* this is to make background work like how IE calculates (otherwise border covers image) */
    background-position: 20px 50%;
    background-repeat: no-repeat;
    border-color: #49A942;
    border-style: solid;
    border-width: 2px 2px 2px 15px;
    color: #49A942;
    padding: 10px 10px 10px 30px; }
  body.FwUserAccount .Messages .Error,
  body.FwAdminUserPasswordReset .Messages .Error,
  body.FwUserPasswordReset .Messages .Error,
  body.FwUserUsernameForgot .Messages .Error,
  body.FwUserPasswordChange .Messages .Error,
  body.FwUserChallengeChange .Messages .Error,
  body.FwApprovalProcess .Messages .Error {
    color: #DA0000;
    background-image: url("/images/framework/error.png");
    background-position: 20px 50%;
    background-origin: border-box;
    /* this is to make background work like how IE calculates (otherwise border covers image) */
    background-repeat: no-repeat;
    padding: 10px 10px 10px 30px;
    /*border-radius: 0px 5px 5px 0px;*/
    border-width: 2px 2px 2px 15px;
    border-style: solid;
    border-color: #DA0000;
    background-color: #FFC9C9; }
  body.FwUserAccount .Messages .Permanent,
  body.FwAdminUserPasswordReset .Messages .Permanent,
  body.FwUserPasswordReset .Messages .Permanent,
  body.FwUserUsernameForgot .Messages .Permanent,
  body.FwUserPasswordChange .Messages .Permanent,
  body.FwUserChallengeChange .Messages .Permanent,
  body.FwApprovalProcess .Messages .Permanent {
    color: #EF7F2C;
    /* orange */
    background-position: 20px 50%;
    background-origin: border-box;
    /* this is to make background work like how IE calculates (otherwise border covers image) */
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
    /*border-radius: 0px 5px 5px 0px;*/
    border-width: 2px 2px 2px 15px;
    border-style: solid;
    border-color: #EF7F2C;
    /* orange */
    background-color: #FFE5C2;
    /* light orange */ }
  body.FwUserAccount .CanvasMessages .Messages .Validation,
  body.FwAdminUserPasswordReset .CanvasMessages .Messages .Validation,
  body.FwUserPasswordReset .CanvasMessages .Messages .Validation,
  body.FwUserUsernameForgot .CanvasMessages .Messages .Validation,
  body.FwUserPasswordChange .CanvasMessages .Messages .Validation,
  body.FwUserChallengeChange .CanvasMessages .Messages .Validation,
  body.FwApprovalProcess .CanvasMessages .Messages .Validation {
    margin: 2px;
    padding: 5px 10px;
    border: 1px dashed red;
    color: red;
    background-color: #FFEEEE;
    font-weight: bold; }
  body.FwUserAccount .CanvasMessages .Messages .Info,
  body.FwUserAccount .CanvasMessages .Messages .Success,
  body.FwUserAccount .CanvasMessages .Messages .Error,
  body.FwUserAccount .CanvasMessages .Messages .Permanent,
  body.FwAdminUserPasswordReset .CanvasMessages .Messages .Info,
  body.FwAdminUserPasswordReset .CanvasMessages .Messages .Success,
  body.FwAdminUserPasswordReset .CanvasMessages .Messages .Error,
  body.FwAdminUserPasswordReset .CanvasMessages .Messages .Permanent,
  body.FwUserPasswordReset .CanvasMessages .Messages .Info,
  body.FwUserPasswordReset .CanvasMessages .Messages .Success,
  body.FwUserPasswordReset .CanvasMessages .Messages .Error,
  body.FwUserPasswordReset .CanvasMessages .Messages .Permanent,
  body.FwUserUsernameForgot .CanvasMessages .Messages .Info,
  body.FwUserUsernameForgot .CanvasMessages .Messages .Success,
  body.FwUserUsernameForgot .CanvasMessages .Messages .Error,
  body.FwUserUsernameForgot .CanvasMessages .Messages .Permanent,
  body.FwUserPasswordChange .CanvasMessages .Messages .Info,
  body.FwUserPasswordChange .CanvasMessages .Messages .Success,
  body.FwUserPasswordChange .CanvasMessages .Messages .Error,
  body.FwUserPasswordChange .CanvasMessages .Messages .Permanent,
  body.FwUserChallengeChange .CanvasMessages .Messages .Info,
  body.FwUserChallengeChange .CanvasMessages .Messages .Success,
  body.FwUserChallengeChange .CanvasMessages .Messages .Error,
  body.FwUserChallengeChange .CanvasMessages .Messages .Permanent,
  body.FwApprovalProcess .CanvasMessages .Messages .Info,
  body.FwApprovalProcess .CanvasMessages .Messages .Success,
  body.FwApprovalProcess .CanvasMessages .Messages .Error,
  body.FwApprovalProcess .CanvasMessages .Messages .Permanent {
    /*margin: 2px 5px;*/
    border: 1px dashed;
    border-left: 8px solid;
    background-position: 15px 50%; }
  body.FwUserAccount .WidgetMessages,
  body.FwAdminUserPasswordReset .WidgetMessages,
  body.FwUserPasswordReset .WidgetMessages,
  body.FwUserUsernameForgot .WidgetMessages,
  body.FwUserPasswordChange .WidgetMessages,
  body.FwUserChallengeChange .WidgetMessages,
  body.FwApprovalProcess .WidgetMessages {
    width: 45%;
    display: inline-block;
    padding-top: 2px;
    padding-left: 5px; }
  body.FwUserAccount .WidgetMessages .Messages,
  body.FwAdminUserPasswordReset .WidgetMessages .Messages,
  body.FwUserPasswordReset .WidgetMessages .Messages,
  body.FwUserUsernameForgot .WidgetMessages .Messages,
  body.FwUserPasswordChange .WidgetMessages .Messages,
  body.FwUserChallengeChange .WidgetMessages .Messages,
  body.FwApprovalProcess .WidgetMessages .Messages {
    padding: 0; }
  body.FwUserAccount .WidgetMessages .Messages .Info,
  body.FwUserAccount .WidgetMessages .Messages .Success,
  body.FwUserAccount .WidgetMessages .Messages .Error,
  body.FwUserAccount .WidgetMessages .Messages .Permanent,
  body.FwAdminUserPasswordReset .WidgetMessages .Messages .Info,
  body.FwAdminUserPasswordReset .WidgetMessages .Messages .Success,
  body.FwAdminUserPasswordReset .WidgetMessages .Messages .Error,
  body.FwAdminUserPasswordReset .WidgetMessages .Messages .Permanent,
  body.FwUserPasswordReset .WidgetMessages .Messages .Info,
  body.FwUserPasswordReset .WidgetMessages .Messages .Success,
  body.FwUserPasswordReset .WidgetMessages .Messages .Error,
  body.FwUserPasswordReset .WidgetMessages .Messages .Permanent,
  body.FwUserUsernameForgot .WidgetMessages .Messages .Info,
  body.FwUserUsernameForgot .WidgetMessages .Messages .Success,
  body.FwUserUsernameForgot .WidgetMessages .Messages .Error,
  body.FwUserUsernameForgot .WidgetMessages .Messages .Permanent,
  body.FwUserPasswordChange .WidgetMessages .Messages .Info,
  body.FwUserPasswordChange .WidgetMessages .Messages .Success,
  body.FwUserPasswordChange .WidgetMessages .Messages .Error,
  body.FwUserPasswordChange .WidgetMessages .Messages .Permanent,
  body.FwUserChallengeChange .WidgetMessages .Messages .Info,
  body.FwUserChallengeChange .WidgetMessages .Messages .Success,
  body.FwUserChallengeChange .WidgetMessages .Messages .Error,
  body.FwUserChallengeChange .WidgetMessages .Messages .Permanent,
  body.FwApprovalProcess .WidgetMessages .Messages .Info,
  body.FwApprovalProcess .WidgetMessages .Messages .Success,
  body.FwApprovalProcess .WidgetMessages .Messages .Error,
  body.FwApprovalProcess .WidgetMessages .Messages .Permanent {
    background-position: 0 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0px 0px 23px;
    background-color: inherit;
    /*text-shadow: none;*/ }
  body.FwUserAccount .CanvasHeader .HeaderWidgets,
  body.FwAdminUserPasswordReset .CanvasHeader .HeaderWidgets,
  body.FwUserPasswordReset .CanvasHeader .HeaderWidgets,
  body.FwUserUsernameForgot .CanvasHeader .HeaderWidgets,
  body.FwUserPasswordChange .CanvasHeader .HeaderWidgets,
  body.FwUserChallengeChange .CanvasHeader .HeaderWidgets,
  body.FwApprovalProcess .CanvasHeader .HeaderWidgets {
    text-align: right; }
  body.FwUserAccount .CanvasHeader .HeaderWidgets .Widget,
  body.FwAdminUserPasswordReset .CanvasHeader .HeaderWidgets .Widget,
  body.FwUserPasswordReset .CanvasHeader .HeaderWidgets .Widget,
  body.FwUserUsernameForgot .CanvasHeader .HeaderWidgets .Widget,
  body.FwUserPasswordChange .CanvasHeader .HeaderWidgets .Widget,
  body.FwUserChallengeChange .CanvasHeader .HeaderWidgets .Widget,
  body.FwApprovalProcess .CanvasHeader .HeaderWidgets .Widget {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*   IE  */
    padding-left: 10px; }
  body.FwUserAccount .CanvasHeader .HeaderWidgets .Item,
  body.FwAdminUserPasswordReset .CanvasHeader .HeaderWidgets .Item,
  body.FwUserPasswordReset .CanvasHeader .HeaderWidgets .Item,
  body.FwUserUsernameForgot .CanvasHeader .HeaderWidgets .Item,
  body.FwUserPasswordChange .CanvasHeader .HeaderWidgets .Item,
  body.FwUserChallengeChange .CanvasHeader .HeaderWidgets .Item,
  body.FwApprovalProcess .CanvasHeader .HeaderWidgets .Item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*   IE  */
    padding-left: 10px; }
  body.FwUserAccount .box-widget, body.FwUserAccount .Canvas,
  body.FwAdminUserPasswordReset .box-widget,
  body.FwAdminUserPasswordReset .Canvas,
  body.FwUserPasswordReset .box-widget,
  body.FwUserPasswordReset .Canvas,
  body.FwUserUsernameForgot .box-widget,
  body.FwUserUsernameForgot .Canvas,
  body.FwUserPasswordChange .box-widget,
  body.FwUserPasswordChange .Canvas,
  body.FwUserChallengeChange .box-widget,
  body.FwUserChallengeChange .Canvas,
  body.FwApprovalProcess .box-widget,
  body.FwApprovalProcess .Canvas {
    background-color: #FBFBFB;
    border: 1px solid #AAAAAA;
    /* make the borders sharper with dark grey */
    height: auto;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.4); }
  body.FwUserAccount .CanvasHeader,
  body.FwAdminUserPasswordReset .CanvasHeader,
  body.FwUserPasswordReset .CanvasHeader,
  body.FwUserUsernameForgot .CanvasHeader,
  body.FwUserPasswordChange .CanvasHeader,
  body.FwUserChallengeChange .CanvasHeader,
  body.FwApprovalProcess .CanvasHeader {
    -moz-box-sizing: border-box;
    color: #666666;
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #F6F6F6, #F0F0F0);
    border-bottom: 1px solid #DCDCDC;
    font-size: 18px;
    /*height: 28px;*/
    min-height: 28px;
    height: 100%;
    padding: 3px 6px; }
  body.FwUserAccount #CanvasHeader_1,
  body.FwAdminUserPasswordReset #CanvasHeader_1,
  body.FwUserPasswordReset #CanvasHeader_1,
  body.FwUserUsernameForgot #CanvasHeader_1,
  body.FwUserPasswordChange #CanvasHeader_1,
  body.FwUserChallengeChange #CanvasHeader_1,
  body.FwApprovalProcess #CanvasHeader_1 {
    margin-top: 40px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #aaa;
    box-shadow: 5px -1px 5px rgba(50, 50, 50, 0.4); }
  body.FwUserAccount #CanvasContent_1,
  body.FwAdminUserPasswordReset #CanvasContent_1,
  body.FwUserPasswordReset #CanvasContent_1,
  body.FwUserUsernameForgot #CanvasContent_1,
  body.FwUserPasswordChange #CanvasContent_1,
  body.FwUserChallengeChange #CanvasContent_1,
  body.FwApprovalProcess #CanvasContent_1 {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #aaa;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.4); }
  body.FwUserAccount .CanvasContent,
  body.FwAdminUserPasswordReset .CanvasContent,
  body.FwUserPasswordReset .CanvasContent,
  body.FwUserUsernameForgot .CanvasContent,
  body.FwUserPasswordChange .CanvasContent,
  body.FwUserChallengeChange .CanvasContent,
  body.FwApprovalProcess .CanvasContent {
    -moz-box-sizing: border-box;
    color: #333;
    padding: 10px;
    width: auto;
    float: none; }
  body.FwUserAccount .CanvasFooter,
  body.FwAdminUserPasswordReset .CanvasFooter,
  body.FwUserPasswordReset .CanvasFooter,
  body.FwUserUsernameForgot .CanvasFooter,
  body.FwUserPasswordChange .CanvasFooter,
  body.FwUserChallengeChange .CanvasFooter,
  body.FwApprovalProcess .CanvasFooter {
    -moz-box-sizing: border-box;
    border-top: 1px solid #DCDCDC;
    color: #666666;
    font-size: 10pt;
    padding: 5px 10px;
    background-color: #F0F0F0;
    overflow: hidden; }
  body.FwUserAccount input[type="reset"],
  body.FwUserAccount input[type="submit"],
  body.FwUserAccount input[type="button"],
  body.FwUserAccount .btn,
  body.FwAdminUserPasswordReset input[type="reset"],
  body.FwAdminUserPasswordReset input[type="submit"],
  body.FwAdminUserPasswordReset input[type="button"],
  body.FwAdminUserPasswordReset .btn,
  body.FwUserPasswordReset input[type="reset"],
  body.FwUserPasswordReset input[type="submit"],
  body.FwUserPasswordReset input[type="button"],
  body.FwUserPasswordReset .btn,
  body.FwUserUsernameForgot input[type="reset"],
  body.FwUserUsernameForgot input[type="submit"],
  body.FwUserUsernameForgot input[type="button"],
  body.FwUserUsernameForgot .btn,
  body.FwUserPasswordChange input[type="reset"],
  body.FwUserPasswordChange input[type="submit"],
  body.FwUserPasswordChange input[type="button"],
  body.FwUserPasswordChange .btn,
  body.FwUserChallengeChange input[type="reset"],
  body.FwUserChallengeChange input[type="submit"],
  body.FwUserChallengeChange input[type="button"],
  body.FwUserChallengeChange .btn,
  body.FwApprovalProcess input[type="reset"],
  body.FwApprovalProcess input[type="submit"],
  body.FwApprovalProcess input[type="button"],
  body.FwApprovalProcess .btn {
    background-color: #0078BF;
    /* same as the NL plate blue background */
    background-image: none;
    color: #FFFFFF;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold; }
  body.FwUserAccount input[type="reset"],
  body.FwAdminUserPasswordReset input[type="reset"],
  body.FwUserPasswordReset input[type="reset"],
  body.FwUserUsernameForgot input[type="reset"],
  body.FwUserPasswordChange input[type="reset"],
  body.FwUserChallengeChange input[type="reset"],
  body.FwApprovalProcess input[type="reset"] {
    font-weight: normal; }
  body.FwUserAccount input[disabled=disabled],
  body.FwAdminUserPasswordReset input[disabled=disabled],
  body.FwUserPasswordReset input[disabled=disabled],
  body.FwUserUsernameForgot input[disabled=disabled],
  body.FwUserPasswordChange input[disabled=disabled],
  body.FwUserChallengeChange input[disabled=disabled],
  body.FwApprovalProcess input[disabled=disabled] {
    background-color: #F5F5F5;
    color: #030303;
    cursor: default; }
  body.FwUserAccount .btn:hover,
  body.FwUserAccount .btn:focus,
  body.FwUserAccount .btn:active,
  body.FwUserAccount .btn.active,
  body.FwUserAccount .btn.disabled,
  body.FwUserAccount .btn[disabled],
  body.FwAdminUserPasswordReset .btn:hover,
  body.FwAdminUserPasswordReset .btn:focus,
  body.FwAdminUserPasswordReset .btn:active,
  body.FwAdminUserPasswordReset .btn.active,
  body.FwAdminUserPasswordReset .btn.disabled,
  body.FwAdminUserPasswordReset .btn[disabled],
  body.FwUserPasswordReset .btn:hover,
  body.FwUserPasswordReset .btn:focus,
  body.FwUserPasswordReset .btn:active,
  body.FwUserPasswordReset .btn.active,
  body.FwUserPasswordReset .btn.disabled,
  body.FwUserPasswordReset .btn[disabled],
  body.FwUserUsernameForgot .btn:hover,
  body.FwUserUsernameForgot .btn:focus,
  body.FwUserUsernameForgot .btn:active,
  body.FwUserUsernameForgot .btn.active,
  body.FwUserUsernameForgot .btn.disabled,
  body.FwUserUsernameForgot .btn[disabled],
  body.FwUserPasswordChange .btn:hover,
  body.FwUserPasswordChange .btn:focus,
  body.FwUserPasswordChange .btn:active,
  body.FwUserPasswordChange .btn.active,
  body.FwUserPasswordChange .btn.disabled,
  body.FwUserPasswordChange .btn[disabled],
  body.FwUserChallengeChange .btn:hover,
  body.FwUserChallengeChange .btn:focus,
  body.FwUserChallengeChange .btn:active,
  body.FwUserChallengeChange .btn.active,
  body.FwUserChallengeChange .btn.disabled,
  body.FwUserChallengeChange .btn[disabled],
  body.FwApprovalProcess .btn:hover,
  body.FwApprovalProcess .btn:focus,
  body.FwApprovalProcess .btn:active,
  body.FwApprovalProcess .btn.active,
  body.FwApprovalProcess .btn.disabled,
  body.FwApprovalProcess .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  body.FwUserAccount .btn:active,
  body.FwUserAccount .btn.active,
  body.FwAdminUserPasswordReset .btn:active,
  body.FwAdminUserPasswordReset .btn.active,
  body.FwUserPasswordReset .btn:active,
  body.FwUserPasswordReset .btn.active,
  body.FwUserUsernameForgot .btn:active,
  body.FwUserUsernameForgot .btn.active,
  body.FwUserPasswordChange .btn:active,
  body.FwUserPasswordChange .btn.active,
  body.FwUserChallengeChange .btn:active,
  body.FwUserChallengeChange .btn.active,
  body.FwApprovalProcess .btn:active,
  body.FwApprovalProcess .btn.active {
    background-color: #cccccc \9; }
  body.FwUserAccount .btn:hover,
  body.FwUserAccount .btn:focus,
  body.FwAdminUserPasswordReset .btn:hover,
  body.FwAdminUserPasswordReset .btn:focus,
  body.FwUserPasswordReset .btn:hover,
  body.FwUserPasswordReset .btn:focus,
  body.FwUserUsernameForgot .btn:hover,
  body.FwUserUsernameForgot .btn:focus,
  body.FwUserPasswordChange .btn:hover,
  body.FwUserPasswordChange .btn:focus,
  body.FwUserChallengeChange .btn:hover,
  body.FwUserChallengeChange .btn:focus,
  body.FwApprovalProcess .btn:hover,
  body.FwApprovalProcess .btn:focus {
    color: #333333;
    text-decoration: none;
    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; }
  body.FwUserAccount .btn:focus,
  body.FwAdminUserPasswordReset .btn:focus,
  body.FwUserPasswordReset .btn:focus,
  body.FwUserUsernameForgot .btn:focus,
  body.FwUserPasswordChange .btn:focus,
  body.FwUserChallengeChange .btn:focus,
  body.FwApprovalProcess .btn:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  body.FwUserAccount .btn.active,
  body.FwUserAccount .btn:active,
  body.FwAdminUserPasswordReset .btn.active,
  body.FwAdminUserPasswordReset .btn:active,
  body.FwUserPasswordReset .btn.active,
  body.FwUserPasswordReset .btn:active,
  body.FwUserUsernameForgot .btn.active,
  body.FwUserUsernameForgot .btn:active,
  body.FwUserPasswordChange .btn.active,
  body.FwUserPasswordChange .btn:active,
  body.FwUserChallengeChange .btn.active,
  body.FwUserChallengeChange .btn:active,
  body.FwApprovalProcess .btn.active,
  body.FwApprovalProcess .btn:active {
    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); }
  body.FwUserAccount .btn.disabled,
  body.FwUserAccount .btn[disabled],
  body.FwAdminUserPasswordReset .btn.disabled,
  body.FwAdminUserPasswordReset .btn[disabled],
  body.FwUserPasswordReset .btn.disabled,
  body.FwUserPasswordReset .btn[disabled],
  body.FwUserUsernameForgot .btn.disabled,
  body.FwUserUsernameForgot .btn[disabled],
  body.FwUserPasswordChange .btn.disabled,
  body.FwUserPasswordChange .btn[disabled],
  body.FwUserChallengeChange .btn.disabled,
  body.FwUserChallengeChange .btn[disabled],
  body.FwApprovalProcess .btn.disabled,
  body.FwApprovalProcess .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body.FwUserAccount .btn-info,
  body.FwAdminUserPasswordReset .btn-info,
  body.FwUserPasswordReset .btn-info,
  body.FwUserUsernameForgot .btn-info,
  body.FwUserPasswordChange .btn-info,
  body.FwUserChallengeChange .btn-info,
  body.FwApprovalProcess .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #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-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); }
  body.FwUserAccount input[type=text],
  body.FwUserAccount input[type=password],
  body.FwAdminUserPasswordReset input[type=text],
  body.FwAdminUserPasswordReset input[type=password],
  body.FwUserPasswordReset input[type=text],
  body.FwUserPasswordReset input[type=password],
  body.FwUserUsernameForgot input[type=text],
  body.FwUserUsernameForgot input[type=password],
  body.FwUserPasswordChange input[type=text],
  body.FwUserPasswordChange input[type=password],
  body.FwUserChallengeChange input[type=text],
  body.FwUserChallengeChange input[type=password],
  body.FwApprovalProcess input[type=text],
  body.FwApprovalProcess input[type=password] {
    width: 220px;
    height: 25px; }
  body.FwUserAccount .ButtonContainer,
  body.FwAdminUserPasswordReset .ButtonContainer,
  body.FwUserPasswordReset .ButtonContainer,
  body.FwUserUsernameForgot .ButtonContainer,
  body.FwUserPasswordChange .ButtonContainer,
  body.FwUserChallengeChange .ButtonContainer,
  body.FwApprovalProcess .ButtonContainer {
    width: 333px;
    margin: 0 auto;
    padding: 10px 0px; }
  body.FwUserAccount .ButtonTnC,
  body.FwAdminUserPasswordReset .ButtonTnC,
  body.FwUserPasswordReset .ButtonTnC,
  body.FwUserUsernameForgot .ButtonTnC,
  body.FwUserPasswordChange .ButtonTnC,
  body.FwUserChallengeChange .ButtonTnC,
  body.FwApprovalProcess .ButtonTnC {
    color: #FFFFFF;
    background-color: #0078BF;
    border: 1px solid #909596;
    border-radius: 5px;
    width: 305px;
    padding: 13px;
    text-align: center;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    font-weight: bold; }
  body.FwUserAccount .ButtonTnC:hover,
  body.FwAdminUserPasswordReset .ButtonTnC:hover,
  body.FwUserPasswordReset .ButtonTnC:hover,
  body.FwUserUsernameForgot .ButtonTnC:hover,
  body.FwUserPasswordChange .ButtonTnC:hover,
  body.FwUserChallengeChange .ButtonTnC:hover,
  body.FwApprovalProcess .ButtonTnC:hover {
    background-color: #0078BF; }
  body.FwUserAccount .ButtonContainer a:active,
  body.FwUserAccount .ButtonContainer a:link,
  body.FwUserAccount .ButtonContainer a:visited,
  body.FwAdminUserPasswordReset .ButtonContainer a:active,
  body.FwAdminUserPasswordReset .ButtonContainer a:link,
  body.FwAdminUserPasswordReset .ButtonContainer a:visited,
  body.FwUserPasswordReset .ButtonContainer a:active,
  body.FwUserPasswordReset .ButtonContainer a:link,
  body.FwUserPasswordReset .ButtonContainer a:visited,
  body.FwUserUsernameForgot .ButtonContainer a:active,
  body.FwUserUsernameForgot .ButtonContainer a:link,
  body.FwUserUsernameForgot .ButtonContainer a:visited,
  body.FwUserPasswordChange .ButtonContainer a:active,
  body.FwUserPasswordChange .ButtonContainer a:link,
  body.FwUserPasswordChange .ButtonContainer a:visited,
  body.FwUserChallengeChange .ButtonContainer a:active,
  body.FwUserChallengeChange .ButtonContainer a:link,
  body.FwUserChallengeChange .ButtonContainer a:visited,
  body.FwApprovalProcess .ButtonContainer a:active,
  body.FwApprovalProcess .ButtonContainer a:link,
  body.FwApprovalProcess .ButtonContainer a:visited {
    text-decoration: none; }
  body.FwUserAccount .TNCContainer,
  body.FwAdminUserPasswordReset .TNCContainer,
  body.FwUserPasswordReset .TNCContainer,
  body.FwUserUsernameForgot .TNCContainer,
  body.FwUserPasswordChange .TNCContainer,
  body.FwUserChallengeChange .TNCContainer,
  body.FwApprovalProcess .TNCContainer {
    width: 450px;
    margin: 0 auto;
    padding: 7px 0px;
    font-size: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  body.FwUserAccount .AcceptContainer,
  body.FwAdminUserPasswordReset .AcceptContainer,
  body.FwUserPasswordReset .AcceptContainer,
  body.FwUserUsernameForgot .AcceptContainer,
  body.FwUserPasswordChange .AcceptContainer,
  body.FwUserChallengeChange .AcceptContainer,
  body.FwApprovalProcess .AcceptContainer {
    width: 200px;
    padding: 35px 0px;
    margin: 0 auto; }
  body.FwUserAccount .DisplayInline,
  body.FwAdminUserPasswordReset .DisplayInline,
  body.FwUserPasswordReset .DisplayInline,
  body.FwUserUsernameForgot .DisplayInline,
  body.FwUserPasswordChange .DisplayInline,
  body.FwUserChallengeChange .DisplayInline,
  body.FwApprovalProcess .DisplayInline {
    display: inline-block;
    width: 250px; }
  body.FwUserAccount .AcceptButton,
  body.FwAdminUserPasswordReset .AcceptButton,
  body.FwUserPasswordReset .AcceptButton,
  body.FwUserUsernameForgot .AcceptButton,
  body.FwUserPasswordChange .AcceptButton,
  body.FwUserChallengeChange .AcceptButton,
  body.FwApprovalProcess .AcceptButton {
    float: left; }
  body.FwUserAccount .AcceptButton input,
  body.FwAdminUserPasswordReset .AcceptButton input,
  body.FwUserPasswordReset .AcceptButton input,
  body.FwUserUsernameForgot .AcceptButton input,
  body.FwUserPasswordChange .AcceptButton input,
  body.FwUserChallengeChange .AcceptButton input,
  body.FwApprovalProcess .AcceptButton input {
    background-color: #49A942; }
  body.FwUserAccount .DeclineLink,
  body.FwAdminUserPasswordReset .DeclineLink,
  body.FwUserPasswordReset .DeclineLink,
  body.FwUserUsernameForgot .DeclineLink,
  body.FwUserPasswordChange .DeclineLink,
  body.FwUserChallengeChange .DeclineLink,
  body.FwApprovalProcess .DeclineLink {
    float: left;
    padding: 10px 10px 10px 25px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  body.FwUserAccount .ProgramName,
  body.FwAdminUserPasswordReset .ProgramName,
  body.FwUserPasswordReset .ProgramName,
  body.FwUserUsernameForgot .ProgramName,
  body.FwUserPasswordChange .ProgramName,
  body.FwUserChallengeChange .ProgramName,
  body.FwApprovalProcess .ProgramName {
    font-size: 20pt;
    text-align: center;
    padding: 50px 0 40px 0;
    color: #003063;
    width: 500px;
    font-weight: bold; }
  body.FwUserAccount .Widget .Label,
  body.FwAdminUserPasswordReset .Widget .Label,
  body.FwUserPasswordReset .Widget .Label,
  body.FwUserUsernameForgot .Widget .Label,
  body.FwUserPasswordChange .Widget .Label,
  body.FwUserChallengeChange .Widget .Label,
  body.FwApprovalProcess .Widget .Label {
    color: black;
    padding: 5px 0px; }

body.FwAdminUserPasswordReset #PageHeader, body.FwAdminUserPasswordReset #PageFooter {
  width: 620px; }
body.FwAdminUserPasswordReset #PageContent {
  padding: 30px;
  min-height: auto;
  width: 620px; }
body.FwAdminUserPasswordReset #CanvasHeader_1 {
  margin: 0px;
  border-width: 0px;
  box-shadow: none; }
body.FwAdminUserPasswordReset .Widget .Label {
  color: #000;
  padding: 15px 0px;
  font-weight: bold; }
body.FwAdminUserPasswordReset .CustomActionSendUsername, body.FwAdminUserPasswordReset .CustomActionPasswordReset {
  display: inline-block; }
  body.FwAdminUserPasswordReset .CustomActionSendUsername .Label, body.FwAdminUserPasswordReset .CustomActionPasswordReset .Label {
    padding: 0; }
