html,
body {
  margin: 0;
  padding: 0;
  min-width: 960px;
  overflow-x: auto;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.NewsDiv {
  width: 954px;
  height: 29px;
  background-color: #ffffff;
  border: 3px solid #505050;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006;
}

.ColumnsWrapper {
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  width: 100%;
}

.ColumnsWrapper > * {
  margin-right: 20px;
}

.LeftColumn {
  width: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.LoginBoxContainer {
  font-size: 12px;
  margin-bottom: 25px;
}

.LoginBoxContainer b {
  font-size: 14px;
}

.LoginFormTable {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 5px;
}

.LoginFormTable table {
  width: 100%;
  font-size: 12px;
}

.LoginFormTable input[type="text"],
.LoginFormTable input[type="password"] {
  width: 130px;
}

.LoginLinks {
  font-size: 11px;
  margin-top: 6px;
  text-align: center;
}

.LoginLinks a {
  color: #0033cc;
}

.LoginDivider {
  border: none;
  border-top: 1px dashed #999;
  margin: 15px 0;
}

.WhatIsContainer {
  font-size: 12px;
}

.WhatIsContainer b {
  font-size: 14px;
}

.WhatIsContainer ul {
  margin: 5px 0 10px 20px;
  padding: 0;
}

.WhatIsContainer li {
  margin-bottom: 4px;
}

.RightColumn {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #e8eef8;
  border: 1px solid #99b2e5;
  padding: 15px;
}

.SignupHeader h2 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #000;
}

.SignupHeader p {
  margin: 0 0 15px 0;
  font-size: 11px;
  color: #333;
}

.SignupHeader span {
  color: #cc0000;
}

.SignupFormTable {
  width: 100%;
  font-size: 12px;
}

.SignupFormTable td {
  padding: 4px 2px;
  vertical-align: middle;
}

.SignupFormTable td.label {
  text-align: right;
  width: 140px;
  font-weight: bold;
}

.SignupFormTable input[type="text"],
.SignupFormTable input[type="password"],
.SignupFormTable select {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.SignupFormTable input[type="text"],
.SignupFormTable input[type="password"] {
  width: 200px;
  border: 1px solid #7f9db9;
  padding: 2px;
}

.FieldHint {
  font-size: 10px;
  color: #666;
  margin-top: 2px;
}

.PasswordStrengthBar {
  width: 200px;
  height: 6px;
  background-color: #ccc;
  border: 1px solid #999;
  margin-top: 3px;
}

.TermsRow {
  font-size: 11px;
  margin-top: 10px;
}

.TermsRow a {
  color: #0033cc;
}

.SignupSubmitRow {
  margin-top: 15px;
}

.CaptchaImg {
  display: block;
  margin-top: 4px;
  border: 1px solid #999;
}

.CaptchaRefresh {
  font-size: 10px;
  color: #0033cc;
  cursor: pointer;
  margin-top: 3px;
  display: inline-block;
}

.ErrorBox {
  width: 954px;
  height: 29px;
  background-color: #ffffff;
  border: 3px solid #505050;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #cc0000;
}

.RegisterLoginHint {
  font-size: 11px;
  margin-top: 3px;
}

.RegisterLoginLabel {
  text-align: right;
  width: 110px;
}

.RegisterLoginSubmit {
  font-size: 11px;
  padding: 1px 6px;
}

.RegisterIntro {
  margin-top: 6px;
}

.RegisterAccountType {
  width: 206px;
}

.RegisterCheckLink {
  font-size: 11px;
  color: #0033cc;
  margin-left: 4px;
}

.PasswordStrengthText {
  font-size: 11px;
  margin-top: 3px;
}

.RegisterGender {
  font-size: 12px;
}

.RegisterGenderMale {
  margin-right: 15px;
}

.RegisterMonth {
  width: 65px;
}

.RegisterDay {
  width: 50px;
}

.RegisterYear {
  width: 60px;
}

.CaptchaInput {
  width: 100px;
  margin-top: 5px;
  text-transform: uppercase;
}

.TermsText {
  margin-top: 4px;
}

.RegisterSubmit {
  font-size: 13px;
  padding: 2px 12px;
}
