#photo_form {
  margin-top: 1em;
  text-align: center;
}
#photo_form h3 {
  font-size: 10pt;
}
#photo_form .group {
  text-align: left;
}
#photo_form .group label {
  text-align: right;
  margin-right: 1em;
}
#photo_form form {
  margin-top: 0;
  padding-top: 0;
}
#photo_form label {
  color: #EEE;
}

#photos, .album, .photo {
  color: #DDD;
}

.album, .photo {
  position: relative;
  border: 1px solid #777;
  background: #222 url(/images/album_background.jpg?1704507278) repeat-x 0 0;
  float: left;
  padding: 0.5em;
  margin: 0 1em 1em 0;
  width: 230px;
  height: 170px;
  text-align: center;
  overflow: hidden;
}

.album {
  height: 200px;
  position: relative;
}
#all_albums a.image {
  color: white;
}
.album .count {
  font-size: 8pt;
}
.album .date {
  font-size: 8pt;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em;
  margin: 0;
}

#photos .editor_field, #albums .editor_field {
  margin-top: 0;
}

#photos .editor_cancel, #albums .editor_cancel, #albums .album a {
  color: #EEEF68;
}

#photos .editor_cancel, #albums .editor_cancel {
  margin-left: 0.5em;
}

#photos {
  position: relative;
  padding: 0.5em;
  padding-bottom: 1em;
  background-color: #444;
}
#photos .date {
  margin: 0.5em 0.5em 0 0;
  position: absolute;
  bottom: 0.5em;
  right: 0;
}

a.image img {
  border: 1px solid #111;
}

a.image:hover img {
  border: 1px solid #FFF;
}

.image img {
  background-color: white;
  padding: 0.4em;
}

.album .function, .photo .function {
  position: absolute;
  top: 5px;
  right: 5px;
}

.photo .caption {
  font-size: 8pt;
}

#photos .edit, .album .edit, .photo .edit {
  cursor: pointer;
  color: #AAA;
  font-style: italic;
}

#image_collection {
  text-align: center;
}

#image_collection .message {
  font-size: 12pt;
  font-weight: bold;
}

#photos .pagination a {
  color: #EEE;
}
