#eLogonPopup {
  display: none;
  width: 215px;
  padding: 0px;
  background-color: #eee;
  color: black;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  top: 40%;
  z-index: 999999;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}
#eLogonPopup #logonClose {
  cursor: pointer;
  float: right;
}
#eLogonPopup #eLogonPopupHeader {
  padding: 3px 3px 6px 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#eLogonPopup #eLogonPopupHeader img {
  margin-bottom: 2px;
  vertical-align: middle;
}
#eLogonPopup #eLogonPopupMain {
  padding: 10px;
}
#eLogonPopup ul,
#eLogonPopup li {
  border: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#eLogonPopup ul li {
  background: url(/common/images/rounded-field.png) no-repeat 0 0;
  height: 18px;
  width: 190px;
  padding: 3px 0 6px 0;
  margin: 0;
}
#eLogonPopup ul input {
  color: black;
  border: 0;
  background: none;
  width: 105px;
  float: left;
  padding: 0px 0 0 0;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 2px 5px;
}
#eLogonPopup ul label {
  float: left;
  font-size: 11px;
  width: 65px;
  display: block;
  color: #999;
  font-weight: normal;
  text-align: right;
  padding: 0 0 0 5px;
  line-height: 18px;
  vertical-align: middle;
}
#eLogonPopup button {
  margin: 5px auto 0;
  /*
		background: transparent url('/common/images/button-logon.png');
		text-indent: -9999px;
		*/

  font-weight: bold;
  font-size: 16px;
  padding: 0;
  display: block;
  cursor: pointer;
  height: 27px;
  width: 95px;
}
#eLogonPopup #logonLinks {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
#eLogonPopup #logonLinks a {
  color: #666 !important;
}
#eLogonPopupGlass {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background-color: white;
  filter: alpha(opacity=50);
  opacity: .5;
}
