.subscription-sprite, .subscription-arrow, .subscription-bullet, #passwordRow .instruction .text ul li.neutral, .subscription-check, .row .valid, #passwordRow .instruction .text ul li.right, .subscription-footer-arrow, .subscription-help, .subscription-incorrect, .row .invalid, #passwordRow .instruction .text ul li.wrong {
  background-image: url('../../images/sprites/subscription-sc6a83afa7c.png');
  background-repeat: no-repeat;
}

.subscription-arrow {
  background-position: 0 -64px;
}

.subscription-bullet, #passwordRow .instruction .text ul li.neutral {
  background-position: -20px -42px;
}

.subscription-check, .row .valid, #passwordRow .instruction .text ul li.right {
  background-position: 0 -21px;
}

.subscription-footer-arrow {
  background-position: 0 -93px;
}

.subscription-help {
  background-position: 0 -42px;
}

.subscription-incorrect, .row .invalid, #passwordRow .instruction .text ul li.wrong {
  background-position: 0 0;
}

.gu-register-head {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.gu-register-head h2 {
  margin-bottom: 10px;
  font-size: 30px;
}
.gu-register-head h2 span {
  color:#DA161F;
}
.gu-register-head p {
  font-size: 16px;
  color: #666666;
}

.gu-register h2 {
  font: normal normal 28px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  margin: 5px 0;
}
.gu-register h3 {
  font: normal bold 12px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  color:#DA161F;
  text-transform: uppercase;
}
.gu-register p {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  /*display: none;*/
}
.gu-register p a {
  color: #65818c;
  text-decoration: none;
}
.gu-register p a:hover {
  text-decoration: underline;
}

#registration-container {
  width: 500px;
  float: left;
  background: url("../../../../media/premium/images/register-dotted-background.png") repeat-y transparent 35px 0;
  padding-left: 100px;
  position: relative;
}
#registration-container #step-counter {
  position: absolute;
  top: 0;
  left: 25px;
  width: 30px;
  height: 100px;
}
#registration-container #step-counter div {
  margin: 10px 0 0 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: gray;
  color: white;
  font: normal normal 14px/1.5 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  text-align: center;
}
#registration-container #step-counter div.highlight {
  margin-left: -6px;
  border-radius: 50%;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border: 0.2em solid #ddd;
  width: 30px;
  height: 30px;
  background-color: #d50202;
  font: normal normal 28px/1.7 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
}
#registration-container #step-counter div.highlight span {
  position: relative;
  top: -9px;
}

input[type="text"], input[type="email"], input[type="password"], input.textfield {
  font: normal bold 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  width: 400px;
  margin: 10px 0;
  padding: 6px 10px;
  color: #333333;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input.textfield::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input.textfield:-moz-placeholder {
  color: #999999;
}
input[type="text"].error, input[type="email"].error, input[type="password"].error, input.textfield.error {
  border: 1px solid #F00;
}

.usrmerrors, .usernameError, .userpasswordError {
  font: normal bold 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  border-radius: 3px;
  /*width: 300px;*/
  margin: 10px 0 0;
  padding: 10px;
  background: #ffdfe0;
  text-align: center;
}
.usrmerrors .pt, .usernameError .pt, .userpasswordError .pt {
  width: 0;
  height: 0;
  display: inherit;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffdfe0;
}

.usernameError, .userpasswordError {
  font-weight: normal;
  margin-top: 0;
  padding: 0px 10px 8px;
}

.row {
  clear: both;
  overflow: hidden;
  position: relative;
}
.row input {
  float: left;
}
.row .good-bad {
  width: 23px;
  height: 21px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 50px;
}
.row.error input, .row.error .select_country_container, .row.error .select_province_container {
  border: 1px solid #F00;
}
.row .forgot {
  display: block;
  float: left;
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  margin: 17px 0 0 30px;
  color: #65818c;
  text-decoration: none;
}
.row .forgot:hover {
  text-decoration: underline;
}

input[type="text"], input.textfield {
  border-radius: 3px;
}

.status {
  width: 422px;
  margin: 0 0 8px;
  display: none;
  clear: both;
}
.status .pt {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffe0dd;
}
.status .text {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  padding: 6px 10px;
  background: #ffe0dd;
  color: #333333;
  text-align: center;
}
.status .text a {
  text-decoration: underline;
}

.userlogin-form-remember {
  width: 422px;
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
}
.userlogin-form-remember label {
  margin-left: 10px;
  color: #999999;
}
.userlogin-form-remember a {
  float: right;
  color: #315b97;
  text-decoration: none;
}
.userlogin-form-remember a:hover {
  text-decoration: underline;
}

.gu-register-or {
  font: normal normal 18px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  width: 422px;
  height: 30px;
  overflow: hidden;
  position: relative;
  clear: both;
  text-align: center;
}
.gu-register-or span {
  padding: 4px 10px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 188px;
  z-index: 100;
}
.gu-register-or .line {
  width: 100%;
  margin: 0;
  border-top: 1px solid #333333;
  position: absolute;
  top: 50%;
  left: 0;
}

#userregister {
  display: none;
}

.gu-help {
  background: -moz-linear-gradient(top, #e7e7e7 0%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7e7e7 0%, #f4f4f4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e7e7e7 0%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(top, #e7e7e7 0%, #f4f4f4 100%);
  /* W3C */
  font: normal normal 11px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  padding: 6px 0;
  border: 1px solid #eeeeee;
  text-align: center;
}
.gu-help a, .gu-help span {
  color: #34cc99;
}
.gu-help a:hover {
  text-decoratioN: underline;
}

/** Billing **/
.gu-billing p {
  font: normal normal 16px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  color: #666666;
}

#gu-billing-already-registered {
  height: 300px;
}

#gu-billing-tc {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
}
#gu-billing-tc input {
  margin-right: 10px;
  float: left;
}
#gu-billing-tc #tac {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  width: 380px;
  float: left;
  display: block;
}
#gu-billing-tc a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
#gu-billing-tc a:hover {
  text-decoration: underline;
}

#gu-billing-form .gu-p-cc-exp label {
  font: normal bold 14px/1.2 Helvetica, Arial, Verdana, sans-serif;
  margin-right: 40px;
  padding: 12px 0;
  float: left;
  color: #999999;
}
#gu-billing-form .gu-p-cc-exp div {
  font: normal bold 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 3px 2px 2px 0px #dddddd inset;
  -webkit-box-shadow: 3px 2px 2px 0px #dddddd inset;
  -moz-box-shadow: 3px 2px 2px 0px #dddddd inset;
  width: 140px;
  padding: 0;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  background: white url(../../../www/images/ui-elements/input-arrow-down.png) no-repeat 90% center;
}
#gu-billing-form .gu-p-cc-exp div select {
  width: 160px;
  padding: 5px;
  font-size: 16px;
  color: #333333;
  border: none;
  background: transparent;
}

.select_country_container, .select_province_container, .select_building_container, .select_billingstreet_container {
  font: normal bold 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 3px 2px 2px 0px #dddddd inset;
  -webkit-box-shadow: 3px 2px 2px 0px #dddddd inset;
  -moz-box-shadow: 3px 2px 2px 0px #dddddd inset;
  width: 422px;
  padding: 0;
  margin: 10px 20px 10px 0;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  background: white url(../../../www/images/ui-elements/input-arrow-down.png) no-repeat 400px center;
}
.select_country_container select, .select_province_container select, .select_building_container select, .select_billingstreet_container select {
  font: normal bold 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  width: 455px;
  padding: 5px;
  color: #333333;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
.select_country_container select option, .select_province_container select option, .select_building_container select option, .select_billingstreet_container select option {
  background: transparent;
}

.ie7 .select_country_container select, .ie7 .select_province_container select {
  width: 424px !important;
}

.gu-modal-register-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.ie8 .gu-modal-register {
  border: 4px solid #999;
}
.ie8 .gu-modal-register .pt {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 20px;
  left: -14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #999;
}

.gu-modal-register {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4);
  margin: 0;
  display: none;
  overflow: visible;
  position: absolute;
  z-index: 1000;
}
.gu-modal-register .pt {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 20px;
  left: -15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.4);
}
.gu-modal-register h2 {
  font: normal normal 14px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  margin-bottom: 10px;
  color: #32cc98;
}
.gu-modal-register ul li {
  font: normal normal 14px/1.2 Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.gu-modal-register ul li > a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #cccccc;
}
.gu-modal-register ul li .txt {
  padding: 10px;
  display: none;
  font-size: 11px;
  background-color: #f8f8fe;
  border-bottom: 1px solid #cccccc;
}
.gu-modal-register ul li .txt.selected {
  display: block;
}
.gu-modal-register ul li .txt.last {
  margin-bottom: 10px;
}
.gu-modal-register .gu-modal-register-footer {
  font: normal normal 14px/1.5 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  padding: 10px;
  background: #e3e3e3;
  text-align: center;
}
.gu-modal-register .gu-modal-register-footer a, .gu-modal-register .gu-modal-register-footer span {
  color: #32cc98;
}
.gu-modal-register .gu-modal-register-footer a:hover {
  text-decoration: underline;
}

input[type="text"].input-ie-ph {
  color: #999999;
}

#displayAlternates {
  font: normal normal 12px/1.5 Helvetica, Arial, Verdana, sans-serif;
}
#displayAlternates ol li a {
  color:#DA161F;
}
#displayAlternates ol li a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#passwordRow .instruction .text {
  background: #cccccc;
}
#passwordRow .instruction .text ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  margin-left: 10px;
}
#passwordRow .instruction .text ul li {
  padding: 3px 0 3px 25px;
}
#passwordRow .instruction .pt {
  border-bottom: 5px solid #cccccc;
}

#forgotemailform, #forgotpasswordform, #forgot-email-form-header, #forgot-password-form-header {
  display: none;
}

#forgotemailform input[type="submit"], #forgotpasswordform input[type="submit"] {
  width: 50%;
}

#forgot-email-form-header a, #forgot-password-form-header a {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  color: #65818c;
  text-decoration: none;
}
#forgot-email-form-header a:hover, #forgot-password-form-header a:hover {
  text-decoration: underline;
}
#forgot-email-form-header p, #forgot-password-form-header p {
  font: normal normal 14px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  margin-top: 15px;
}
#forgot-email-form-header p strong, #forgot-password-form-header p strong {
  display: block;
  margin: 15px 0 15px 0;
  font: normal bold 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
}
