
/* ----------------------------------------------------------------------------------------------------------------------------------- */

#messages {
  list-style: none;
  text-align: center;
}

#messages li {
  line-height: 30px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */

.linksBar {
  color: #DDD;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */

.signPage #topnav {
  display: none;
}

.signPage #logo {
  position: absolute;
  top: 15px;
  left: 15px;
  text-decoration: none;
}

.signPage #logo img {
  border: none;
}

.signPage #page {
   background: url("/m/platform/images/light-gradiant-top.png") repeat-x left top; 
}

.signPage #body {
  width: 450px;
  margin: 0 auto;
}

.signPage form {
  margin-top: 1em;
  background: #FFF;
  border: 1px solid #999;
  -moz-box-shadow: 0px 1px 5px #999;
  -webkit-box-shadow: 0px 1px 5px #999;
}

.signPage .footnote {
  margin-top: 5px;
  font-size: 90%;
  text-align: right;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */

.loginPage #body {
  padding-top: 130px;
}

.loginForm {
  padding: 1em;
}

.loginForm .fieldWrapper,
.loginForm .submitBar {
  padding-left: 1em;
}

.loginForm .TextInput,
.loginForm .PasswordInput {
  width: 80%;
}

.loginPage .gamLogin {
  display: block;
  border: 1px dashed #CCC;
  background: white;
  margin-top: 2em;
  padding: 0 1em;
  line-height: 3em;
  color: #666;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: 0;
}

.loginPage .gamLogin span {
  float: right;
}

.loginPage .gamLogin img {
  height: 20px;
  border: none;
  vertical-align: middle;
}

.loginPage .gamLogin:hover {
  -moz-box-shadow: 0px 0px 3px #999;
  -webkit-box-shadow: 0px 0px 3px #999;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */

.registerPage #body {
  padding-top: 30px;
}

.registerForm .section {
  margin: 0px;
  padding: 1em 1em 1em 2em;
}

.registerForm .even {
  background: #F6F6F6;
  border-top: 1px solid #EEE;  

}

.registerForm .section + .section {
  border-top: 1px solid #EEE;  
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */

.editAccountPage #body {
  background: #F6F6F6;
  border-bottom: 1px solid #EEE;
}

.editAccountPage form {
  width: 350px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */

.deleteAccountForm .fieldWrapper.auth {
  margin: 1em 0; 
}
