﻿.Popdiv {
  visibility: hidden;
  z-index: 97;
}
.Popdiv .Fader {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 96;
}
.Popdiv .Overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}
.Popdiv .Container {
  background: none repeat scroll 0 0 #414f5a;
  border-color: #414f5a #414f5a #576978 #414f5a;
  border-radius: 8px 8px 8px 8px;
  border-style: none;
  border-width: 2px;
  height: 200px;
  left: 50%;
  margin-left: -180px;
  margin-top: -150px;
  position: absolute;
  top: 50%;
  width: 360px;
}
.Popdiv .Close {
  background-image: url("images/btnPopClose.png");
  height: 42px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 42px;
}
.Popdiv .Close:hover {
  background-position: -42px 0;
}
.Popdiv .Content {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 20px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.Popdiv .Content h1 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}
.Popdiv .Content h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
}
.Popdiv .Content h3 {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
}
.Popdiv .Content p {
  line-height: 15px;
  padding-bottom: 15px;
}

.LoginSubmitBlock {
  margin-top: 30px;
}
.LoginSubmitBlock .LoginForgotPassBlock {
  float: right;
}
.LoginSubmitBlock .LoginSubmitButtonBlock {
  padding-top: 10px;
  text-align: left;
}
.LoginSubmitBlock .LoginSubmitButton {
  border: none;
  color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 36px;
  padding-right: 36px;
  background-color: #28518b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}

.LoginSubmitBlock .LoginSubmitButton:hover {
  background-color: #3a7a7f;
}

.LoginFormInput {
  width: 95%;
}
