body {
  background: #000000 url('/em7/libs/theme_image.em7/kvm_black.png'); 
  font: 9.5pt Sans-Serif;
  color: #ffffff;
  padding:0px;
  margin: 0px;
}

a {
  color: #14a9ff;
  text-decoration: none;
}
a:hover {color: #14a9ff; }

#login_page { 
    position:relative;
    z-index: 0;
    width: 690px;
    height: 438px;
    margin: 41px auto 0 auto; 
    background: url('/em7/libs/theme_image.em7/atlas-logo-cloud-02-white.png') center top no-repeat; 
}

#error_message {
  position: absolute;
  top: 110px;
  right: -32px;
  width: 308px;
  height: 46px;
  overflow:hidden;
  text-align:center;
  font-weight: bold;
  color: #14a9ff;
}

#fieldset {
  position: absolute;
  right: 38px;
  top: 156px;
  width: 280px;
}
#fieldset .form_field {
  clear: both;
  padding-top: 4px;
}
#fieldset label {
  float:left;
  width: 138px;
  height: 23px;
  line-height:23px;
  font-weight:bold;
  font-size: 120%;
  text-align:right;
}
#fieldset .input {
  float: right;
  width: 116px;
  height: 20px;
  font: 11.5pt Sans-Serif;
  color: #ffffff;
  background-color: #2b2b2b;
  border: #2A2A2A 1px solid;
  border-radius: 5px;
  padding: 0px 2px;
  text-indent: 2px;
}
#fieldset .submit {
  width: 80px;
  float: right;
}
#fieldset .submit {
  height: 25px;
  padding: 0;
  font-weight: normal;
  font-size: 120%;
  border: #212121 0px solid;
  border-radius: 7px;
  font-family: Sans-Serif;
  background-color: #212121;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  letter-spacing: 0.04em;
  word-wrap: normal;
  white-space: nowrap;
   background-image: url('/em7/libs/theme_image.em7/clear_btn_clear.png'); }
#fieldset .submit:hover {
  background-color: #5fff38;
  color: #ffffff;
   background-image: url('/em7/libs/theme_image.em7/clear_btn_clear.png'); }

#pw_recovery_link {
  clear: both;
  float: right;
  width: 122px;
  text-align: center;
  cursor:pointer;
  font-size: 8.5pt;
}

#xfer_session {
  margin-top: 2px;
  float: left;
}
#xfer_session input {
  width: auto;
  border:none;
}

#secure_status {
  position: absolute;
  top: 363px;
  right: 23px;
  text-align:center;
  width: 200px;
  font-weight:bold;
}
#secure_status .active {
  color: #14a9ff;
}

#footer {
  color: #000000;
  position: absolute;
  width:100%;
  bottom: 0;
  text-align:center;
  font-size: 6pt;
}

#noscript-bg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: black; -moz-opacity: 0.7; opacity: 0.7; z-index: 1; }
#noscript-text { position: absolute; text-align: center; left: 0; width: 100%; top: 30%; font-size: 13.5pt; line-height: 1.5em; z-index: 2; padding-top: 70px; background: url('/em7/libs/images/em7_logo.gif') center top no-repeat; }
#noscript-text a { font-size: 13.5pt; text-decoration: underline; }
#noscript-text b { font-size: 16.5pt; }

body.unlicensed #fieldset {display: none;}
body.form_disabled #fieldset {display: none;}
body.hide_pw_field #LOGIN_pwd_field {display:none;}

#login_page {
    width: 925px;
    height: 453px;
    margin-top: 50px;
}

#error_message {
  top: 220px;
  right: 300px;
  width: 370px;
  height: auto;
  overflow:visible;
}

#fieldset {
  right: 68px;
  top: 240px;
  width: 264px;
}

#fieldset .form_field {
  padding-top: 10px;
}

#fieldset .submit {
  background-color:#1D1E21
}

#secure_status {
  right: 45px;
}