div#annotation {
  border: 1px dotted darkgrey;
  background-color: lightyellow;
  padding: 4px;
  margin: 4px;
}

div#annotation p {  
  font: 14px TimesNewRoman,serif;
}

div#annotation p.instruction {
  border-bottom: 1px dotted lightgrey;
}

div#loginform div#annotation {
  position: absolute;
  top: 125px;
  width: 400px;
  left: 350px;
}

div#admin_edit_user div#annotation {
  position: absolute;
  top: 300px;
  width: 350px;
  left: 550px;
}