#MemberLoginForm_LoginForm {
  border: 0px solid #000000;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background: -moz-linear-gradient(top, #ffffff, #ffffff);
  background: -ms-linear-gradient(top, #ffffff, #ffffff);
  background: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
  -moz-box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
  box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  min-width: 300px;
  padding: 20px;
  width: 300px;
  overflow: hidden;
}
#MemberLoginForm_LoginForm input[type='text'], input[type='password'] {
  border: 1px solid #000000;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #5ab7e2;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
  padding: 8px;
  margin-bottom: 20px;
  width: 280px;
}
#MemberLoginForm_LoginForm input[type='text']:focus {
  background: #fff;
  color: #725129;
}
#MemberLoginForm_LoginForm .left {
  text-shadow: #ffffff 0 1px 0;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: left;
}
.form-title {
  margin-bottom: 10px;
  color: #5ab7e2;
  text-shadow: #ffffff 0 1px 0;
}
#MemberLoginForm_LoginForm .Actions {
  margin: 8px 0;
  text-align: right;
}
#MemberLoginForm_LoginForm .Actions input[type='submit'] {
  border: 1px solid #3d7f9e;
  background: #5ab7e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ab7e2), to(#5ab7e2));
  background: -webkit-linear-gradient(top, #5ab7e2, #5ab7e2);
  background: -moz-linear-gradient(top, #5ab7e2, #5ab7e2);
  background: -ms-linear-gradient(top, #5ab7e2, #5ab7e2);
  background: -o-linear-gradient(top, #5ab7e2, #5ab7e2);
  background-image: -ms-linear-gradient(top, #5ab7e2 0%, #5ab7e2 100%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  text-shadow: #949494 0 1px 0;
  color: #000000;
  font-family: helvetica, serif;
  padding: 8.5px 18px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
}
#MemberLoginForm_LoginForm .Actions input[type='submit']:hover {
  border: 1px solid #005982;
  text-shadow: #2582ad 0 1px 0;
  background: #1d5b75;
  background: -webkit-gradient(linear, left top, left bottom, from(#246685), to(#1d5b75));
  background: -webkit-linear-gradient(top, #246685, #1d5b75);
  background: -moz-linear-gradient(top, #246685, #1d5b75);
  background: -ms-linear-gradient(top, #246685, #1d5b75);
  background: -o-linear-gradient(top, #246685, #1d5b75);
  background-image: -ms-linear-gradient(top, #246685 0%, #1d5b75 100%);
  color: #fff;
}
#MemberLoginForm_LoginForm .Actions input[type='submit']:active {
  text-shadow: #31540c 0 1px 0;
  border: 1px solid #447314;
  background: #8dc059;
  background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#1d5b75));
  background: -webkit-linear-gradient(top, #6aa436, #8dc059);
  background: -moz-linear-gradient(top, #6aa436, #8dc059);
  background: -ms-linear-gradient(top, #6aa436, #8dc059);
  background: -o-linear-gradient(top, #6aa436, #8dc059);
  background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
  color: #fff;
}
.content-container {
  float: left;
  text-align: center;
  width: 100%;
  margin: 20px 0 20px 0;
}
