div.user div {
  background-color: white;
  border: none;
  padding: 0.5em 1em 0.75em 1em;
}

div.user div.password_help {
  background: #F1EFF0;
  color: #777777;
}

div.user div p {
  margin: 0 0 0.3em 0;
}

div.user div p.welcome {
  font-size: 250%;
  color: White;
}

div.user div p.excited {
  font-size: 150%;
  color: White;
}

div.user div img {
  vertical-align: bottom;
}

div.user table td.help {
  vertical-align: top;
  background-color: #f2f2f2;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1em;
}
.password_help {
  padding: 0 !important;
}
.password_help p {
  font-weight: bold;
}

div.user form {
  margin: 2em;
}

div.user form legend {
  color: black;
  font-weight: bold;
  margin-bottom: 1em;
}

div.user p {
  margin: 1em;
}

div.thumbnail {
  float: left;
  height: 93px;
  width: 70px;
  padding: 0 1em 1.5em 0;
  text-align: center;
}

div.thumbnail a img:hover {
text-decoration: none;
border: none;
}

div.thumbnail a {
  font-size: 95%;
}

div.thumbnail a:hover {
  text-decoration: none;
}

.speaker div.thumbnail a {
  font-size: 130%;
}

.user.activation fieldset legend {
  margin-bottom: 0 !important;
}
.accept_notification_emails input.checkbox, .terms_of_service input.checkbox {
  width: 20px !important;
}
