body {
  background: #FFFFFF url('/em7/libs/theme_image.em7/login_screen_bk_dots.png'); 
  font: 8pt Helvetica;
  color: #0f100f;
  padding:0px;
  margin: 0px;
}

a {
  color: #1d628b;
  text-decoration: none;
}
a:hover {color: #166ea2; }

#login_page { 
    position:relative;
    z-index: 0;
    width: 690px;
    height: 438px;
    margin: 41px auto 0 auto; 
    background: url('/em7/libs/theme_image.em7/login_screen_bk_dots.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: #166ea2;
}

#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: 10pt Helvetica;
  color: #000000;
  background-color: #f5f9f9;
  border: #818181 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: #4C5455 0px solid;
  border-radius: 7px;
  font-family: Helvetica;
  background-color: #4C5455;
  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/4C5455_button_back.png'); }
#fieldset .submit:hover {
  background-color: #818181;
  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: 7pt;
}

#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: #166ea2;
}

#footer {
  color: #5c5c5c;
  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;}

body {
/* Use the background image uploader in the theme editor, then snag the URL of the image from the preview window.  */
  background: #ffffff  
  no-repeat center center;
  background-size: 100% auto;
  height: auto;
}
 
#login_page {
  width: 941px;
  height: 591px;
  margin-top: 30px;
  background: url('/em7/libs/theme_image.em7/login_screen_bk_dots.png');
  background-size: 941px 591px;
}

#error_message {
	position: absolute;
	backgound-color: orange !important;
	left: 624px;
	width: 273px;
	height: 62px;
	overflow: visible;
	text-align: left;
	font-weight: bold;
	bottom: auto;
	top: 159px;
}
 
#fieldset {
  width: auto;
  height: auto;
  postion: absolute;
  top: 0px;
  left: 0px;
}
 
#fieldset label {
  color: #3597D3;
  width: 128px;
  padding-right: 5px;
}
 
div#LOGIN_user_field {
  position: absolute;
  width: 260px;
  top: 225px;
  left: 634px;
}
 
div#LOGIN_pwd_field {
  position: absolute;
  width: 260px;
  top: 255px;
  left: 634px;
}

div#submit_field {
	position: absolute;
	width: 116px;
	top: 287px;
	left: 771px;
}

a#pw_recovery_link {
  position: absolute;
  width: 260px;
  top: 326px;
  left: 680px;
}
 
#fieldset .form_field {
  padding-top: 10px;
}
 
div#fieldset .submit {
	background-color: #379ad3
}
 
#secure_status {
	right: 12px;
	bottom: 151px;
	height: 30px;
	top: auto;
	font-size: 10px;
}
 
#footer {
  visibility:on;
  color: #818181;
  position: absolute;
  width: 100%;
  bottom: -30px;
  text-align: center;
  font-size: 6pt;
}
