#signup-div {
  padding: 10px;
  border: 1px solid silver;
}
#signup-div .one_half {
  background-color: #eee;
}

#lft-image {
  position: relative;
  margin: 0;
  padding: 0;
}
#lft-image div.img {
  overflow: hidden;
}
#lft-image div.img img {
  height: 305px;
  margin-left: -180px;
  vertical-align: top;
  max-width: none;
}
#lft-image div.imageText {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 30px;
  width: 40%;
  font-size: 30px;
  font-weight: 100;
  padding: 60px 20px 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}
#lft-image div.imageText span {
  padding: 5px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  font-size: 30px;
}

#signup-form {
  padding: 10px 0 10px 4px;
  margin: 0;
}
#signup-form label.error {
  color: red;
  font: normal 14px/1.2em sans-serif;
  display: block;
  text-align: center;
}
#signup-form .fld {
  padding: 4px 0;
}
#signup-form label.label {
  float: left;
  padding: 6px 0 0;
  min-width: 100px;
  text-align: right;
  margin: 4px 0 4px 5px;
}
#signup-form label.label span.required {
  color: red;
}
#signup-form input.text {
  float: left;
  margin: 8px 0 0 10px;
  width: 200px;
  padding: 3px;
}
#signup-form div.checkbox {
  float: left;
  margin-left: 10px;
}
#signup-form div.checkbox label {
  vertical-align: middle;
  cursor: pointer;
}
#signup-form button[type='submit'] {
  margin-left: 150px;
}

#confirmation-message {
  padding: 40px 10px;
}
#confirmation-message h1.error {
  color: red;
}
#confirmation-message h1 {
  font-size: 26px;
  text-align: left;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}
#confirmation-message h2 {
  font-size: 22px;
  text-align: left;
  font-weight: normal;
  padding: 0;
  margin-bottom: 10px;
}
#confirmation-message .txt-block {
  margin: 0;
  padding-top: 20px;
}
#confirmation-message .txt-block p {
  font-size: 18px;
  text-align: left;
  color: #333;
  margin: 4px 0;
  padding: 0;
}
#confirmation-message .txt-block p a {
  text-decoration: underline;
}
#confirmation-message .txt-block p a:hover {
  text-decoration: none;
}

#pt-block {
  background-color: #222F68;
  padding: 30px;
  margin: 0 0px;
}
#pt-block .one_half {
  background-color: #222F68;
}
#pt-block .fa-ul li {
  padding: 5px 0 7px 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  line-height: 18px;
}
#pt-block .fa-ul li i {
  color: #fff;
}
#pt-block .fa-stack {
  margin-bottom: 30px;
  margin-right: 20px;
  float: left;
}
#pt-block .fa-stack .fa-circle {
  color: #fff;
}
#pt-block .fa-stack .fa-flag.fa-inverse {
  color: #222F68;
}
#pt-block .txt-left {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 135%;
}

/*# sourceMappingURL=signup.css.map */