body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  margin-top: 20px;
  font-family: Verdana, sans-serif;
}

a#login {
  background-color: #cacaca;
  display: block;
  width: 150px;
  height: 20px;
}

div#email {
  width: 500px;
  height: 300px;
  border: 1px solid blue;
  position: absolute;
  background: white;
  display: none;
  margin-left: 300px;
  margin-top: 100px;
}

div#toolbar {
  width: 500px;
  height: 15px;
  background: blue;
}   

a#close {
  float: right;
  margin-right: 10px;
  color: white;  
}
