div.ipicture_popup {
  position: absolute;
  background-color: #EEEEEE;
  border: 5px solid #AAAAAA;
}

.loading {
  background: url(/images/iengine/spinner.gif) no-repeat center center;
}

div.ipicture_popup div.closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: url(/images/iengine/ipicture_popup_close.gif) no-repeat top left;
}