.strengthmeter {
  width: 180px;
  float: right;
  margin-left: 20px;
  vertical-align: top; }
  .strengthmeter p {
    clear: left;
    font-size: 11px;
    color: #8a9499;
    padding-top: 15px; }

.strengthmeter .strengthtext {
  color: #8a9499;
  display: block;
  font-size: 11px; }

.strengthmeter .bar {
  background: none repeat scroll 0 0 #CCCCCC;
  float: left;
  font-size: 0;
  height: 5px;
  margin-right: 4px;
  margin-top: 2px;
  width: 26px; }

.strengthmeter.strength-demo-not-valid h4 span {
  color: #ed1c24; }

.strengthmeter.strength-demo-not-valid .bar0 {
  background-color: #ed1c24; }

.strengthmeter.strength-demo-moderate h4 span {
  color: #FB981D; }

.strengthmeter.strength-demo-moderate .bar0, .strengthmeter.strength-demo-moderate .bar1 {
  background-color: #FB981D; }

.strengthmeter.strength-demo-strong h4 span {
  color: green; }

.strengthmeter.strength-demo-strong .bar {
  background-color: green; }

.strengthmeter-tips {
  width: 400px; }

.strengthmeter-tips .strengthmeter {
  margin-left: 0; }

.strengthmeter-tips h4 {
  margin: 0; }

.strengthmeter-tips .bar {
  margin-top: 5px; }

.strengthmeter-tips ul {
  margin: 0;
  padding: 0; }

.strengthmeter-tips li {
  overflow: hidden;
  list-style: none; }

.strengthmeter-tips li:first-child {
  margin-right: 40px;
  padding-bottom: 15px;
  line-height: 1.5em; }

.strengthmeter-tips div {
  margin-top: 2px;
  float: left; }

.strengthmeter-tips h1 {
  font-weight: bold;
  color: #576166; }

.strengthmeter-tips p {
  float: right;
  width: 200px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #576166;
  line-height: 1.3; }

.strengthmeter-tips .strengthmeter {
  padding-top: 0px; }

body {
/*  background-image: url(/images/bg/body-short.png); */
  background-position: center 0; }

.main-content {
  min-height: 375px; }

.page-content {
  margin: 0 auto;
  width: 938px;
  border-bottom: 1px solid #dedfdf;
  -webkit-box-shadow: 0 6px 2px -2px #f0f0f0;
  -moz-box-shadow: 0 6px 2px -2px #f0f0f0;
  box-shadow: 0 6px 2px -2px #f0f0f0;
  font-size: 14px;
  line-height: 1.5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f7f8));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f7f8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f3f7f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f3f7f8 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f3f7f8 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f3f7f8 100%);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #f3f7f8 100%);
  /*ie 6-9 via PIE*/
  behavior: url(/assets/csspie/PIE.htc);
  position: relative;
  zoom: 1; }

.column-header {
  padding: 20px 0 12px 30px; }

.left-column fieldset,
.column-content {
  padding: 25px 0 25px 30px; }

.left-column {
  width: 399px;
  border-right: 1px solid #dedfdf;
  margin-bottom: 25px; }
  .left-column .field-group {
    margin-bottom: 20px; }
  .left-column.no-border {
    width: 400px;
    border-right: none;
    margin-bottom: 0; }

.right-column {
  float: left;
  width: 537px; }
  .right-column.wrap {
    width: 536px; }

.column-content {
  padding-right: 100px; }
  .column-content p {
    margin-bottom: 40px; }
    .column-content p.err-msg {
      margin-bottom: 3px; }
  .column-content a {
    font-weight: bold; }

.column-header {
  background-image: -webkit-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
  background-image: -moz-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
  background-image: -o-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
  background-image: linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
  background-image: -ms-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
  -pie-background: linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
  behavior: url(/assets/csspie/PIE.htc);
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ebeff0;
  position: relative;
  zoom: 1; }

fieldset {
  font-weight: bold; }

label {
  font-weight: bold; }

.field-group a {
  font-size: 12px;
  display: block; }

.icons-secure {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px; }

.icons-question {
  float: left;
  display: block;
  position: relative;
  top: 2px;
  left: 5px; }

input[type="submit"].btn {
  margin-right: 10px; }

.single-column {
  border-top: none;
  background: #fff; }
  .single-column .column-header {
    background-image: -webkit-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
    background-image: -moz-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
    background-image: -o-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
    background-image: linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
    background-image: -ms-linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #ffffff 100%);
    -pie-background: linear-gradient(8deg, #dce3e5 0%, #ffffff 75%, #f2f2f2 100%);
    background-image: -webkit-gradient(radial, at 50% -5%, 0, at 50% -5%, 100, color-stop(0%, #ffffff), color-stop(100%, #dce3e5));
    background-image: -webkit-radial-gradient(at 50% -5%, #ffffff 0%, #dce3e5 100%);
    background-image: -moz-radial-gradient(at 50% -5%, #ffffff 0%, #dce3e5 100%);
    background-image: -o-radial-gradient(at 50% -5%, #ffffff 0%, #dce3e5 100%);
    background-image: radial-gradient(at 50% -5%, #ffffff 0%, #dce3e5 100%);
    background-image: -ms-radial-gradient(at 50% -5%, #ffffff 0%, #dce3e5 100%);
    behavior: url(/assets/csspie/PIE.htc);
    position: relative;
    zoom: 1; }
  .single-column .column-content {
    display: inline-block;
    width: 575px;
    padding-right: 0; }
    .single-column .column-content h2 {
      font-weight: bold; }
    .single-column .column-content .column-copy {
      margin-bottom: 15px; }
    .single-column .column-content .input-note {
      font-size: 12px; }
  .single-column img {
    float: right;
    margin: 10px 40px 10px -30px; }
  .single-column p {
    font-weight: normal;
    margin-bottom: 0; }
  .single-column .sidebar {
    margin: 25px; }
  .single-column .content-wrap {
    min-height: 350px; }

.content-wrap {
  clear: both;
  border-left: 1px solid #dedfdf;
  border-right: 1px solid #dedfdf;
  overflow: hidden; }

.strengthmeter {
  float: left;
  padding-top: 32px; }
  .strengthmeter .strengthtext {
    float: left; }
  .strengthmeter .bar0 {
    clear: left; }

.icons-question {
  float: left;
  display: block;
  position: relative;
  top: 2px;
  left: 5px; }

.field-wrap {
  float: left; }

.regular-link {
  margin-left: 10px; }

a.btn:hover {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.placeholder-shim {
  top: 30px;
  font-weight: normal; }
