.enterprise #titlebar #logo a {
  background-image: url(proe_logo.png); }
.enterprise #content.current-view-dashboard {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.enterprise.light #invite-user #content, .enterprise.dark #invite-user #content {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.enterprise #invite-user {
  background: url(login-body-bg.png); }
  .enterprise #invite-user #invite-form .submit {
    padding: 8px 20px 10px 20px;
    margin-top: 0;
    font-weight: normal;
    text-decoration: none;
    color: white;
    text-shadow: -1px 0 -1px black;
    font-size: 18px;
    border: 1px solid #222629;
    background: #544f4f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#544f4f', endColorstr='#363636',GradientType=0);
    background: -moz-linear-gradient(top, #544f4f 1%, #363636 100%);
    background: -webkit-gradient(linear, left top left bottom, color-stop(1%, #544f4f), color-stop(100%, #363636));
    background: -webkit-linear-gradient(top, #544f4f 1%, #363636 100%);
    background: -o-linear-gradient(top, #544f4f 1%, #363636 100%);
    background: -ms-linear-gradient(top, #544f4f 1%, #363636 100%);
    background: linear-gradient(top, #544f4f 1%, #363636 100%);
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /*&:hover */ }
    .enterprise #invite-user #invite-form .submit:active {
      -moz-box-shadow: inset 0 0 8px 1px black;
      -webkit-box-shadow: inset 0 0 8px 1px black;
      box-shadow: inset 0 0 8px 1px black; }
.enterprise #invite-body {
  font-family: "Helvetica", "Arial", sans-serif;
  border: 1px solid black;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 10px black;
  -webkit-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black;
  background: url(login-box-bg-tile.png) repeat;
  color: #cccccc;
  position: absolute;
  width: 512px;
  padding: 20px 20px 40px 20px;
  margin-top: 10%;
  margin-left: -250px;
  left: 50%;
  z-index: 5;
  text-shadow: black 1px -1px 0; }
  .enterprise #invite-body .error-container {
    height: auto; }
  .enterprise #invite-body .logo {
    display: block;
    margin: 5px auto; }
  .enterprise #invite-body label {
    color: #eeeeee;
    text-shadow: none;
    font-weight: normal; }
  .enterprise #invite-body h2 {
    font-weight: normal;
    font-size: 16px; }
  .enterprise #invite-body h1.main-title {
    font-size: 28px;
    margin-top: 5px; }
.enterprise #login {
  background: url(/console/skins/theme_light/list_bg.jpg) repeat;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 12px; }
  .enterprise #login .login-shadow {
    z-index: -1;
    background: transparent url(login-box-bg.png) no-repeat;
    width: 819px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 35% 0 0 -418px; }
    .enterprise #login .login-shadow.short {
      margin-top: 53%; }
  .enterprise #login.forgot-password .login-shadow {
    z-index: -1;
    background: transparent url(login-box-bg.png) no-repeat;
    width: 819px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 45% 0 0 -418px; }
    .enterprise #login.forgot-password .login-shadow.short {
      margin-top: 53%; }
  .enterprise #login.forgot-password #form-container {
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: url(login-box-bg-tile.png) repeat;
    color: black;
    position: absolute;
    width: 512px;
    padding: 20px;
    margin-top: 30%;
    margin-left: -250px;
    left: 50%;
    z-index: 5;
    text-shadow: #6c6c6c 0 1px 1px;
    height: 200px; }
    .enterprise #login.forgot-password #form-container img.logo {
      display: block;
      margin: 0 auto; }
    .enterprise #login.forgot-password #form-container #back-to-login {
      margin-left: 50px;
      margin-top: 20px;
      font-size: 12px; }
      .enterprise #login.forgot-password #form-container #back-to-login a {
        color: #ababab;
        font-size: 12px;
        text-decoration: none;
        text-shadow: black -1px 0 -1px;
        text-decoration: none; }
        .enterprise #login.forgot-password #form-container #back-to-login a:hover {
          text-decoration: underline; }
    .enterprise #login.forgot-password #form-container h1 {
      padding: 0;
      text-align: center; }
    .enterprise #login.forgot-password #form-container input#submit-button {
      background: #544f4f;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#544f4f', endColorstr='#252525',GradientType=0);
      background: -moz-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
      background: -webkit-gradient(linear, left top left bottom, color-stop(1%, #544f4f), color-stop(6%, #363636), color-stop(100%, #252525));
      background: -webkit-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
      background: -o-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
      background: -ms-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
      background: linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      padding: 10px 20px 10px 20px;
      font-weight: normal;
      width: auto;
      color: white;
      text-shadow: -1px 0 -1px black;
      font-size: 18px;
      border: 1px solid #222629;
      padding: 8px 20px;
      margin-right: 50px;
      float: right; }
      .enterprise #login.forgot-password #form-container input#submit-button:hover, .enterprise #login.forgot-password #form-container input#submit-button:active {
        -moz-box-shadow: inset 0 0 8px 1px black;
        -webkit-box-shadow: inset 0 0 8px 1px black;
        box-shadow: inset 0 0 8px 1px black; }
    .enterprise #login.forgot-password #form-container #reset-success {
      text-align: center;
      color: #cccccc;
      text-shadow: 0 -1px -1px black;
      margin-bottom: 10px; }
    .enterprise #login.forgot-password #form-container #continue-msg {
      padding-bottom: 8px; }
      .enterprise #login.forgot-password #form-container #continue-msg .account-link {
        background: #544f4f;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#544f4f', endColorstr='#252525',GradientType=0);
        background: -moz-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -webkit-gradient(linear, left top left bottom, color-stop(1%, #544f4f), color-stop(6%, #363636), color-stop(100%, #252525));
        background: -webkit-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -o-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -ms-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        padding: 10px 20px 10px 20px;
        font-weight: normal;
        width: auto;
        color: white;
        text-shadow: -1px 0 -1px black;
        font-size: 18px;
        border: 1px solid #222629;
        display: block;
        text-align: center;
        font-size: 12px;
        width: 350px;
        margin: 0 auto;
        float: none;
        text-decoration: none; }
        .enterprise #login.forgot-password #form-container #continue-msg .account-link:hover, .enterprise #login.forgot-password #form-container #continue-msg .account-link:active {
          -moz-box-shadow: inset 0 0 8px 1px black;
          -webkit-box-shadow: inset 0 0 8px 1px black;
          box-shadow: inset 0 0 8px 1px black; }
    .enterprise #login.forgot-password #form-container #reset-error {
      text-align: center;
      color: white; }
  .enterprise #login #container {
    min-height: 0; }
  .enterprise #login #default-password-msg {
    text-align: center; }
    .enterprise #login #default-password-msg .logo {
      width: 407px;
      height: 47px;
      margin: 0 auto;
      display: block;
      background-image: url(proe-login-logo.png);
      background-repeat: no-repeat; }
  .enterprise #login .login-button {
    text-decoration: none; }
  .enterprise #login .radial-bg {
    background: black;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='black',GradientType=0 );
    background: -moz-radial-gradient(center, ellipse cover, black 0%, black 99%);
    background: -webkit-gradient(radial, center center, 0px, center center, 99%, color-stop(0%, black), color-stop(99%, black));
    background: -webkit-radial-gradient(center, ellipse cover, black 0%, black 99%);
    background: -o-radial-gradient(center, ellipse cover, black 0%, black 99%);
    background: -ms-radial-gradient(center, ellipse cover, black 0%, black 99%);
    background: radial-gradient(center, ellipse cover, black 0%, black 99%); }
  .enterprise #login .tile-bg {
    color: white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .enterprise #login input::-webkit-input-placeholder, .enterprise #login input:-moz-input-placeholder {
    color: #424242; }
  .enterprise #login textarea::-webkit-input-placeholder, .enterprise #login textarea:-moz-input-placeholder {
    color: #cccccc; }
  .enterprise #login #content #form-container {
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: url(login-box-bg-tile.png) repeat;
    color: black;
    position: absolute;
    width: 512px;
    padding: 20px;
    margin-top: 15%;
    margin-left: -250px;
    left: 50%;
    z-index: 5;
    text-shadow: #6c6c6c 0 1px 1px; }
    .enterprise #login #content #form-container input[type="text"], .enterprise #login #content #form-container input[type="password"] {
      -moz-box-shadow: inset 0 1px 5px #212121;
      -webkit-box-shadow: inset 0 1px 5px #212121;
      box-shadow: inset 0 1px 5px #212121;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      padding: 0.5em 15px;
      display: block;
      margin: 10px auto;
      width: 410px;
      color: #eeeeee;
      background: #161616;
      border: none;
      border-bottom: 1px solid #4b4b4b;
      height: auto; }
    .enterprise #login #content #form-container input[type="password"] {
      text-transform: lowercase; }
    .enterprise #login #content #form-container input.error, .enterprise #login #content #form-container textarea.error {
      background-image: url(../theme_dark/error_stripes_red.png);
      background-repeat: repeat; }
    .enterprise #login #content #form-container.initial-setup {
      margin-top: 10%; }
      .enterprise #login #content #form-container.initial-setup.with-mlk .login-shadow {
        margin-top: 73%; }
      .enterprise #login #content #form-container.initial-setup .login-shadow {
        margin-top: 75%; }
      .enterprise #login #content #form-container.initial-setup .login-blk .login-button {
        margin-right: -10px;
        margin-left: 10px; }
    .enterprise #login #content #form-container.admin-initial-setup .login-shadow {
      margin-top: 50%; }
    .enterprise #login #content #form-container .proe-msg {
      display: inline-block;
      padding-top: 4px;
      font-size: 23px; }
    .enterprise #login #content #form-container .secureKeystore-locked-title {
      padding-top: 4px;
      font-size: 23px;
      color: #ababab; }
    .enterprise #login #content #form-container .default-login {
      font-size: 14px; }
    .enterprise #login #content #form-container .secureKeystore-locked-title {
      color: white;
      font-weight: bold; }
    .enterprise #login #content #form-container label {
      color: #ababab;
      font-size: 12px;
      text-decoration: none;
      text-shadow: black -1px 0 -1px; }
    .enterprise #login #content #form-container .login-options a {
      color: #454545; }
    .enterprise #login #content #form-container .mlk-register {
      display: none;
      width: 385px;
      margin: 0 auto;
      font-size: 14px;
      font-weight: normal; }
      .enterprise #login #content #form-container .mlk-register a {
        text-decoration: none;
        color: #999999; }
      .enterprise #login #content #form-container .mlk-register a:hover {
        text-decoration: underline; }
    .enterprise #login #content #form-container .setup-message {
      display: none;
      margin-top: 20px;
      float: left;
      width: 163px; }
    .enterprise #login #content #form-container textarea {
      -moz-box-shadow: inset 0 1px 5px #030303;
      -webkit-box-shadow: inset 0 1px 5px #030303;
      box-shadow: inset 0 1px 5px #030303;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      height: 100px;
      padding: 15px;
      display: block;
      margin: 10px auto;
      width: 410px;
      color: gray;
      background: #161616;
      border: none;
      border-bottom: 1px solid #2b2b2b; }
    .enterprise #login #content #form-container .icons.error {
      display: none; }
    .enterprise #login #content #form-container .login-blk {
      font-size: 14px;
      font-weight: normal;
      width: 385px;
      margin: 0 auto; }
      .enterprise #login #content #form-container .login-blk .login-options {
        display: inline-block;
        float: left;
        margin-left: -10px;
        padding-top: 0;
        margin-top: 15px; }
        .enterprise #login #content #form-container .login-blk .login-options #forgot-password {
          display: block;
          margin: 5px 0 0 16px; }
          .enterprise #login #content #form-container .login-blk .login-options #forgot-password a {
            color: #ababab;
            font-size: 12px;
            text-decoration: none;
            text-shadow: black -1px 0 -1px; }
          .enterprise #login #content #form-container .login-blk .login-options #forgot-password a:hover {
            text-decoration: underline; }
      .enterprise #login #content #form-container .login-blk #login-area-container {
        display: inline-block;
        float: right;
        valign: top; }
        .enterprise #login #content #form-container .login-blk #login-area-container .icon-spinner {
          display: none;
          color: #cccccc;
          font-size: 30px;
          position: absolute;
          right: 35px;
          bottom: 28px; }
      .enterprise #login #content #form-container .login-blk a.login-button {
        background: #544f4f;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#544f4f', endColorstr='#252525',GradientType=0);
        background: -moz-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -webkit-gradient(linear, left top left bottom, color-stop(1%, #544f4f), color-stop(6%, #363636), color-stop(100%, #252525));
        background: -webkit-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -o-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -ms-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        padding: 10px 20px 10px 20px;
        font-weight: normal;
        width: auto;
        color: white;
        text-shadow: -1px 0 -1px black;
        font-size: 18px;
        border: 1px solid #222629;
        margin-top: 20px;
        float: right;
        height: 21px; }
        .enterprise #login #content #form-container .login-blk a.login-button:hover, .enterprise #login #content #form-container .login-blk a.login-button:active {
          -moz-box-shadow: inset 0 0 8px 1px black;
          -webkit-box-shadow: inset 0 0 8px 1px black;
          box-shadow: inset 0 0 8px 1px black; }
.enterprise #sso-auth-link {
  text-align: center;
  display: block; }
  .enterprise #sso-auth-link a {
    display: inline-block;
    background-color: white;
    color: #333333;
    text-shadow: 0 1px 0px white;
    border: 1px solid #cccccc;
    padding: 1px 15px;
    background: #fefffe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefffe', endColorstr='#e7e7e7',GradientType=0);
    background: -moz-linear-gradient(top, #fefffe 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top left bottom, color-stop(0%, #fefffe), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, #fefffe 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #fefffe 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #fefffe 0%, #e7e7e7 100%);
    background: linear-gradient(top, #fefffe 0%, #e7e7e7 100%);
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
    text-decoration: none; }
    .enterprise #sso-auth-link a:active {
      background: #fefffe;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefffe', endColorstr='#f2f2f2',GradientType=0);
      background: -moz-linear-gradient(top, #fefffe 0%, #f2f2f2 100%);
      background: -webkit-gradient(linear, left top left bottom, color-stop(0%, #fefffe), color-stop(100%, #f2f2f2));
      background: -webkit-linear-gradient(top, #fefffe 0%, #f2f2f2 100%);
      background: -o-linear-gradient(top, #fefffe 0%, #f2f2f2 100%);
      background: -ms-linear-gradient(top, #fefffe 0%, #f2f2f2 100%);
      background: linear-gradient(top, #fefffe 0%, #f2f2f2 100%);
      -moz-box-shadow: inset 0 0 6px #999999;
      -webkit-box-shadow: inset 0 0 6px #999999;
      box-shadow: inset 0 0 6px #999999;
      border: 1px solid #aaaaaa;
      border-bottom: 1px solid white; }
.enterprise #reset-password {
  font-family: "Helvetica", "Arial", sans-serif;
  background: url(login-body-bg.png); }
  .enterprise #reset-password input[type="text"], .enterprise #reset-password input[type="password"] {
    -moz-box-shadow: inset 0 1px 5px #212121;
    -webkit-box-shadow: inset 0 1px 5px #212121;
    box-shadow: inset 0 1px 5px #212121;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 15px;
    display: block;
    margin: 10px auto;
    width: 410px;
    color: #eeeeee;
    background: #161616;
    border: none;
    border-bottom: 1px solid #4b4b4b;
    height: auto; }
  .enterprise #reset-password input[type="password"] {
    text-transform: lowercase; }
  .enterprise #reset-password input.error, .enterprise #reset-password textarea.error {
    background-image: url(../theme_dark/error_stripes_red.png);
    background-repeat: repeat; }
  .enterprise #reset-password .login-shadow {
    z-index: -1;
    background: transparent url(login-box-bg.png) no-repeat;
    width: 819px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 53% 0 0 -418px; }
    .enterprise #reset-password .login-shadow.short {
      margin-top: 53%; }
  .enterprise #reset-password .password-meter {
    left: 440px; }
  .enterprise #reset-password #content {
    background: none; }
    .enterprise #reset-password #content #form-container {
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      background: url(login-box-bg-tile.png) repeat;
      color: black;
      position: absolute;
      width: 512px;
      padding: 20px;
      margin-top: 30%;
      margin-left: -250px;
      left: 50%;
      z-index: 5;
      text-shadow: #6c6c6c 0 1px 1px;
      height: 250px; }
      .enterprise #reset-password #content #form-container img.logo {
        display: block;
        margin: 0 auto; }
      .enterprise #reset-password #content #form-container #back-to-login {
        margin-left: 50px;
        margin-top: 20px;
        font-size: 12px; }
        .enterprise #reset-password #content #form-container #back-to-login a {
          color: #ababab;
          font-size: 12px;
          text-decoration: none;
          text-shadow: black -1px 0 -1px;
          text-decoration: none; }
          .enterprise #reset-password #content #form-container #back-to-login a:hover {
            text-decoration: underline; }
      .enterprise #reset-password #content #form-container h1 {
        padding: 0;
        text-align: center; }
      .enterprise #reset-password #content #form-container input#submit-button {
        background: #544f4f;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#544f4f', endColorstr='#252525',GradientType=0);
        background: -moz-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -webkit-gradient(linear, left top left bottom, color-stop(1%, #544f4f), color-stop(6%, #363636), color-stop(100%, #252525));
        background: -webkit-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -o-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: -ms-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        background: linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        padding: 10px 20px 10px 20px;
        font-weight: normal;
        width: auto;
        color: white;
        text-shadow: -1px 0 -1px black;
        font-size: 18px;
        border: 1px solid #222629;
        padding: 8px 20px;
        margin-right: 50px;
        float: right; }
        .enterprise #reset-password #content #form-container input#submit-button:hover, .enterprise #reset-password #content #form-container input#submit-button:active {
          -moz-box-shadow: inset 0 0 8px 1px black;
          -webkit-box-shadow: inset 0 0 8px 1px black;
          box-shadow: inset 0 0 8px 1px black; }
      .enterprise #reset-password #content #form-container #reset-success {
        text-align: center;
        color: #cccccc;
        text-shadow: 0 -1px -1px black;
        margin-bottom: 10px; }
      .enterprise #reset-password #content #form-container #continue-msg {
        padding-bottom: 8px; }
        .enterprise #reset-password #content #form-container #continue-msg .account-link {
          background: #544f4f;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#544f4f', endColorstr='#252525',GradientType=0);
          background: -moz-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
          background: -webkit-gradient(linear, left top left bottom, color-stop(1%, #544f4f), color-stop(6%, #363636), color-stop(100%, #252525));
          background: -webkit-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
          background: -o-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
          background: -ms-linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
          background: linear-gradient(top, #544f4f 1%, #363636 6%, #252525 100%);
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -khtml-border-radius: 5px;
          border-radius: 5px;
          padding: 10px 20px 10px 20px;
          font-weight: normal;
          width: auto;
          color: white;
          text-shadow: -1px 0 -1px black;
          font-size: 18px;
          border: 1px solid #222629;
          display: block;
          text-align: center;
          font-size: 12px;
          width: 350px;
          margin: 0 auto;
          float: none;
          text-decoration: none; }
          .enterprise #reset-password #content #form-container #continue-msg .account-link:hover, .enterprise #reset-password #content #form-container #continue-msg .account-link:active {
            -moz-box-shadow: inset 0 0 8px 1px black;
            -webkit-box-shadow: inset 0 0 8px 1px black;
            box-shadow: inset 0 0 8px 1px black; }
      .enterprise #reset-password #content #form-container #reset-error {
        text-align: center;
        color: white; }
  .enterprise #reset-password label {
    color: #ababab;
    font-size: 12px;
    text-decoration: none;
    text-shadow: black -1px 0 -1px; }
.enterprise.safari #login .login-shadow {
  z-index: -1;
  background: transparent url(login-box-bg.png) no-repeat;
  width: 819px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 60% 0 0 -418px; }
  .enterprise.safari #login .login-shadow.short {
    margin-top: 53%; }
.enterprise.safari #login #content #form-container.initial-setup {
  margin-top: 10%; }
  .enterprise.safari #login #content #form-container.initial-setup.with-mlk .login-shadow {
    margin-top: 75%; }
.enterprise.safari #login #content #form-container.admin-initial-setup .login-shadow {
  margin-top: 68%; }
.enterprise.gecko #login .login-shadow {
  margin-top: 33%; }
.enterprise.gecko #login.short {
  margin-top: 25%; }
.enterprise.gecko #login #content a.login-button {
  padding-top: 13px; }
.enterprise.gecko #login #content #form-container {
  margin-top: 10%; }
  .enterprise.gecko #login #content #form-container.with-mlk .login-shadow {
    margin-top: 52%; }
  .enterprise.gecko #login #content #form-container.with-mlk.initial-setup .login-shadow {
    margin-top: 75%; }
    .enterprise.gecko #login #content #form-container.with-mlk.initial-setup .login-shadow.short {
      margin-top: 71%; }
  .enterprise.gecko #login #content #form-container.initial-setup .login-shadow {
    margin-top: 68%; }
  .enterprise.gecko #login #content #form-container.admin-initial-setup .login-shadow {
    margin-top: 69%; }
    .enterprise.gecko #login #content #form-container.admin-initial-setup .login-shadow.short {
      margin-top: 48%; }
  .enterprise.gecko #login #content #form-container .login-shadow.short {
    margin-top: 28%; }
  .enterprise.gecko #login #content #form-container .icons.error.email {
    top: 164px; }
    .enterprise.gecko #login #content #form-container .icons.error.email.short {
      top: 133px; }
  .enterprise.gecko #login #content #form-container .icons.error.password {
    top: 200px; }
    .enterprise.gecko #login #content #form-container .icons.error.password.short {
      top: 170px; }
  .enterprise.gecko #login #content #form-container input[type="text"], .enterprise.gecko #login #content #form-container input[type="password"] {
    padding: 5px 15px; }
.enterprise.gecko #login .forgot-password .login-shadow {
  margin-top: 18%; }
.enterprise label.ie-only {
  display: none; }
.enterprise.ie #login #content #form-container {
  margin-top: 15%; }
  .enterprise.ie #login #content #form-container .login-shadow {
    z-index: -1;
    background: transparent url(login-box-bg.png) no-repeat;
    width: 819px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 40% 0 0 -418px; }
    .enterprise.ie #login #content #form-container .login-shadow.short {
      margin-top: 53%; }
  .enterprise.ie #login #content #form-container .login-shadow.short {
    margin-top: 150px; }
  .enterprise.ie #login #content #form-container.initial-setup .login-shadow {
    margin-top: 66%; }
  .enterprise.ie #login #content #form-container.initial-setup.with-mlk .login-shadow {
    margin-top: 88%; }
  .enterprise.ie #login #content #form-container.admin-initial-setup .login-shadow {
    margin-top: 64%; }
  .enterprise.ie #login #content #form-container .icons.error.email {
    top: 160px; }
    .enterprise.ie #login #content #form-container .icons.error.email.short {
      top: 132px; }
  .enterprise.ie #login #content #form-container .icons.error.password {
    top: 195px; }
    .enterprise.ie #login #content #form-container .icons.error.password.short {
      top: 167px; }
  .enterprise.ie #login #content #form-container input[type="text"], .enterprise.ie #login #content #form-container input[type="password"] {
    padding: 5px 10px; }
  .enterprise.ie #login #content #form-container label.ie-only {
    display: block;
    text-transform: capitalize;
    margin-left: 55px; }
.enterprise.ie #login.forgot-password #content #form-container .login-shadow {
  margin-top: 20%; }
.enterprise.ie8 #login #content #form-container.initial-setup.with-mlk .login-shadow {
  margin-top: 89%; }
