
.register_show h1 {
  margin-bottom: 20px;
}

.register_show .promoText {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}
.register_show #registerToggle{
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.register_show .connectItem,
.site_login .connectItem {
  padding-bottom: 40px;
  position: relative;
}

.register_show .connectLabel {
  display: inline-block;
  width: 65%;
  vertical-align: middle;
  line-height: 1.1;
}

.register_show .connectLabel .connectText {
  font-size: 14px;
  font-weight: bold;
}

.register_show .connectLabel .description {
  font-size: 11px;
}

.site_login .connectBtn,
.register_show .connectBtn {
  display: block;
  vertical-align: middle;
  position: absolute; /* use initially absolute position so that the screen won't jump badly when the button loads */
  color: white;
  bottom: 10px;
}

.register_show .formItem {
  margin-bottom: 15px;
}

div#eula{
  padding: 15px;
}

#eula .eula_ajax{
  height: 600px;
  overflow-y: scroll;
}

.recover_index h1.black > i{
  margin-right: 5px;
}

.recover_index .buttons > button, .recover_password .buttons > button{
  float: right;
}

.recover_index .buttons.feedback > button, .recover_password .buttons.feedback > button{
  float:none;
  width: 100%;
}

.username_loading {
  background: url(/img/loading.gif) right no-repeat !important;
}

.profile-create form input {
  background: inherit;
  border-radius: 8px;
}
#profileCreateForm .s24-logo {
  width: 100px;
}

/*
#profileCreateForm label.checkbox,
#profileCreateForm label.radio {
  padding-top: 0;
}

#profileCreateForm label.checkbox {
  font-size: 12px;
}

#profileCreateForm .submit {
  width: 40%;
}
#profileCreateForm .marketing-perm {
   font-weight: bolder;
}
*/