div.signup-form {
  margin: 1em 0;
}
div.signup-form table td {
  padding: 0.5em 1em;
}
div.signup-form table td.error {
  color: red;
}

div.main-content {
  margin: 1em;
}
table.profile {
  margin: 1em 0;
  width: 100%;
}
table.profile td{
  padding: 0.5em 0;
}
table.profile td img{
  float: left;
  margin: 0.5em;
}

div.friend_list_item {
  text-align: center;
  float: left;
  margin: 10px;
}
div.friend_list_item img{
  height: 50px;
  border: solid 1px gray;
}

div.popup-caption {
  background-color:#ddd; 
  padding: 2px; 
  text-align: center;
  font-weight: bold;
}
div.popup-box {
  width:500px; 
  text-align:center;
}
div.popup-content {
  margin: 1em; 
  text-align:left;
  font-weight: normal;
}

div.profile-photo {
  margin: 10px; 
  float:left; 
  text-align:center;
}
div.verified_text{
  margin: 0.5em 0;
}
div.verified_text img {
  float: left;
  margin-right: 0.5em;
}
div.formError {
  font-weight: normal;
  color: red;
}

