#loginPage .titleTitle, #settingsPage .titleTitle {
  overflow: visible;
  padding-left: 0;
}

#loginTypeButtons {
  display: none;
}

#loginTypeButtons, #settingsTypeButtons, #manageSubscriptionsSubmit {
  width: 253px;
  height: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #454545;
  /* layer fill content */
  border: 1px solid #000;
  /* stroke */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */;
}

.loginButton, .settingsButton {
  float: left;
  width: 126px;
  height: 29px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  padding-top: 7px;
  text-shadow: 0 -1px 0 #000;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.loginButton.selected, .settingsButton.selected {
  cursor: default;
}

#newUser {
  border-right: 1px solid black;
}

#loginTypeButtons .selected, #settingsTypeButtons .selected {
  color: #fff;
  background-color: #27676d;
}

#loginPage #content, #settingsPage #content {
  /*width: 940px;*/
}

#changePassword, .changeBox {
  margin-top: 40px;
  padding-bottom: 40px;
  padding: 40px;
  overflow: auto;
}

#manageSubscriptionsLink {
  margin-top: 20px;
  display: block;
}

#loginExisting, #loginNew, #useKey, #changePassword, #forgot, #recover, .changeBox {
  background-color: #f2f2f2;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  clear: both;
}

#loginExisting {
  height: 124px;
}

#recover {
  padding-bottom: 32px;
}

#loginNew {
  padding-bottom: 30px;
}

#useKey {
  height: 124px;
}



#forgot {
  height: 124px;
}

#usernameArea, #passwordArea, #newUsernameArea, #accessKeyArea, #newPasswordArea, #newPasswordVerifyArea, #firstNameArea, #lastNameArea, #personTitleArea, #spamArea, #termsArea, #oldPasswordArea, #requiredArea {
  position: relative;
  margin-top: 24px;
  margin-right: 60px;
  margin-left: 60px;
  min-height: 30px;
  font-size: 16px;
  color: #656565;
}


#loginExisting #usernameArea, #loginExisting #passwordArea {
  width: 215px;
  margin-left: 60px;
  float: left;
}

#requiredArea {
  float: left;
  top: 9px;
  margin-left: 20px;
}

/* #usernameArea, #newUsernameArea
{
  width: 215px;
  margin-left: 60px;
}

#passwordArea, #accessKeyArea, #spamArea, #firstNameArea, #lastNameArea, #personTitleArea, #termsArea {
  width: 215px;
  margin-left: 80px;
}*/



#loginExisting label, #loginNew label, #changePassword label, #useKey label, #forgot label, #recover label {
  display: block;
  margin-bottom: 6px;
}

#spamArea label, #termsArea label {
  float: left;
  position: relative;
  top: 4px;
}

#spamArea #spam, #termsArea #terms {
  width: 30px;
  height: 30px;
  padding-left: 0;
  border: none;
  float: right;
}

#loginExisting input:not([type=submit]), #loginNew input, #changePassword input:not([type=submit]), #useKey input, #forgot input, #recover input {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 1, 1, .2);
  padding-left: 10px;
  /* stroke */
  background-color: #e5e5e5;
  /* color overlay */
  -moz-box-shadow: inset 0 1px 1px rgba(0, 1, 1, .1);
  /* inner shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 1, 1, .1);
  /* inner shadow */
  box-shadow: inset 0 1px 1px rgba(0, 1, 1, .1);
  /* inner shadow */;
}

#changePasswordSubmit {
  height: 48px;
  cursor: pointer;
  min-width: 200px;
}

#manageSubscriptionsSubmit {
  height: 48px;
  cursor: pointer;
  min-width: 240px;
  margin-bottom: 0;
}

.requiredBlip, .errorBlip {
  position: absolute;
  left: -20px;
  /*top: 32px;*/
  top: 36px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#termsArea .errorBlip, #termsArea .requiredBlip {
  top: 10px;
}

#requiredArea .requiredBlip {
  top: 5px;
}

.errorBlip {
  background-color: #d92323;
}

.requiredBlip {
  background-color: #27676d;
}

.errorField {
  color: #d82323;
  font-size: 14px;
  clear: both;
}

#loginForgotPassword {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

#loginForgotPassword:hover {
  color: #333;
}

#passwordArea .errorField {
  width: 230px;
}

#loginPage #topLoginButton {
  display: none;
}

#loginButton, #newButton, #changePasswordSubmit, #useKeySubmit, #forgotButton, .genericLoginButton, #manageSubscriptionsSubmit {
  float: right;
  margin-top: 20px;
  padding: 14px 26px;
  color: #ccc;
  font-size: 14px;
  text-shadow: 0 -1px 0 rgba(0, 1, 1, 0.5);
  border: 1px solid #212122;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #454545;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
  text-decoration: none;
}

#loginButton:hover, #newButton:hover, #changePasswordSubmit:hover, #useKeySubmit:hover, #forgotButton:hover, .genericLoginButton:hover, #manageSubscriptionsSubmit:hover {
  color: #fff;
}

.loginInfo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.requestBlock {
  clear: both;
  float: left;
  width: 700px;
}

#loginButton, #changePasswordSubmit, #manageSubscriptionsSubmit {
  margin-top: 40px;
  margin-right: 32px;
  font-size: 16px;
}

.genericLoginButton {
  font-size: 16px;
  padding: 12px 14px;
  margin: 0;
  margin-top: -14px;
  float: none;
}

.genericLoginButtonBlock {
  float: right;
  text-align: right;
  min-width: 200px;
}

.requestBlock .title {
  margin-top: 0;
  margin-bottom: 8px;
}

.requestCopy {
  font-size: 16px;
}

.requestCopy a {
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.requestCopy a:hover {
  color: #000;
  text-decoration: underline;
}
