h3#gallery-title {
  background-color: #d2e6d0;
  padding: 5px;
  margin: 0;
  border: 1px solid #8fcc8f;
}
#contents-box table {
  width: 100%;
  border-collapse: collapse;
}
#contents-box table tr td {
  background-color: #c3ccd4;
  padding: 5px;
  text-align: center;
}
#gallery-select {
  background-color: #d2e6d0;
  padding: 5px;
  border: 1px solid #8fcc8f;
}
#gallery-footer {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 0 0;
}
#gallery-footer #gallery-footer-prev {
  width: 50%;
  float: left;
}
#gallery-footer #gallery-footer-next {
  width: 50%;
  float: left;
  text-align: right;
}


#gallery-popup-text {
  padding: 0 10px 0 10px;
  font-family: arial, helvetica;
  font-size: 75%;
}
#gallery-popup-text h1 {
  margin: 5px 0 5px 0;
  font-size: 1.4em;
  color: #2c397b;
}
#gallery-popup-text p {
  margin: 0 0 5px 0;
}
