div.jqmOverlay {
  background-color: #000;
  z-index: 4999;
}

div#exifwindow {
  display: none;

  position: fixed;
  top: 50%;
  left: 50%;

  margin-top: -280px;
  margin-left: -224px;
  width: 448px;
  height: 560px;

  background-color: #fff;
  border: 3px solid #ccc;
  padding: 0;
  z-index: 5000;
  overflow: hidden;
}

div.exifwindow_content {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 512px;
  overflow: auto;
  text-align: center;
}

div.exifwindow_header {
  display: block;
  width: 100%;
  position: relative;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background: #fff url(kepek/bg_page.png) repeat-x left top;
}

div.exifwindow_header_caption {
  display: block;
  position: absolute;
  padding: 15px 3px 10px 10px;
  left: 0;
  top: 0;
  height: 24px;
  font-weight: bold;
  font-size: 16px;
}

div.exifwindow_header_buttons {
  display: block;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 12px;
  height: 24px;
  font-weight: bold;
  font-size: 13px;
}

div.exitwindow_header_buttons a.closelink {
  font-size: 11px;
  font-weight: bold;
}
