div.login {
  background: #EEE;
  border: 2px solid white;
  width: 400px;
  margin: 200px auto;
  text-align: center;
  font-size: 20pt;
  padding: 50px;
}

div.login input.email {
  padding: 5px;
  font-size: 18pt;
  width: 380px;
  text-align: center;
}

div.login input.button {
  font-size: 18pt;
  margin-top: 10px;
}

body.users {
  background: #DBDDDD;
}

body.users div.shortlist, body.users div.profiled, body.users div.helpers, body.users div.aggregated-shortlist {
  float: left;
  width: 200px;
  margin-right: 10px;
}

body.users div.shortlist h3, body.users div.profiled h3, body.users div.helpers h3, body.users div.aggregated-shortlist h3 {
  border-bottom: 1px solid #CCC;
}

body.users div.content ul {
  list-style-type: none;
  margin-bottom: 10px;
}

body.users div.content ul li {
  border-bottom: 1px solid #D6D6D6;
  font-size: 10pt;  
  padding: 3px;
}

body.users div.content ul li.selected {
  background: #0879BC;
  color: white;
}
li.selected a {
  color: white;
  text-decoration: none;
}

div.login p.message {
  font-size: 10pt; 
  margin-top: 10px
}

div.login p.ie-message {
  font-size: 8pt;
  margin-top: 10px;
}
