/* Lyryx Login form */
#lyryxLoginPopBtn:link {
  text-decoration: none;
}

#lyryxLoginPopup {
  display: none;
  position: absolute;
  background-color: #F0F0F0;
  z-index: 99999;
  border: 1px solid #27405D;
  padding: 1.5em;
  color: black;
}

#lyryxLoginPopup #txtLyryxUsername {
  color: black  !important;
  width: 170px;
  padding: 2px;
}

#lyryxLoginPopup #txtLyryxUsername:focus {
  color: black !important;
}

#lyryxLoginPopup #txtLyryxPassword {
  color: black  !important;
  width: 170px;
  padding: 2px;
}

#lyryxLoginPopup #txtLyryxPassword:focus {
  color: black  !important;
}

#lyryxLoginPopup #lyryxLoginLinks {
  font-size: 85%;
}

#lyryxLoginPopup #lyryxLoginButtonRel {
  text-align: right;
}

#lyryxLoginPopup #lyryxLoginButtonRel #lyryxLoginButton {
  font: inherit;
  padding: 5px;
  margin-right: 10px;
}

#lyryxLoginPopup .lyryxLoginLinks > a {
  color: black;
}

#lyryxLoginPopup #lyryxRegistrationHdr {
  border-top: 1px solid #27405d;
  padding-top: 2px;
  font-size: 150%;
}

#lyryxLoginPopup a.lyryxRegistrationBtn {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid #597379;
  border-radius: 3px;
  background: linear-gradient(#386584, #203061);
}

#lyryxLoginPopup a.lyryxRegistrationBtn:link {
  color: white;
  text-decoration: none;
}

#lyryxLoginPopup a.lyryxRegistrationBtn:visited {
  color: white;
  text-decoration: none;
}

#lyryxLoginPopup a.lyryxRegistrationBtn:hover {
  color: white;
  text-decoration: none;
  background: linear-gradient(#43799e, #273b77);
}

#lyryxLoginPopup a.registrationbutton:active {
  color: white;
  text-decoration: none;
}

