div#imageView {
  border: 2px solid #000;
  padding: 5px;
  background: #fff;
  font-size: 12px;
}

div#imageView img { margin-top: 1.6em; }

span#imageViewClose {
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 2px;
  cursor: pointer;
  background: #ffdfe0;
  border: 1px solid maroon;
}

a.aImageView { text-decoration: none; }
a.aImageView img { border: 0; }
