
h2#gallery-title {
  display: block;
  width: 480px;
  float: left;
  margin: 0 0 0 0 !important;
  padding: 5px 5px 5px 75px;
  background: #061c6e url(/images/title-bg.jpg) no-repeat;
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  color: #fde902 !important;
}
#gallery-table table {
  width: 100%;
  table-layout: fixed;
  background-color: #e2e9ed;
  border-top: 1px solid #061c6e;
}
#gallery-table table tr {
  vertical-align: top;
}
#gallery-table table tr td {
  margin: 4px;
  padding: 6px;
  text-align: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003366;
  border-bottom: 1px solid #003366;
}
#gallery-table table tr td img {
  margin: 0 auto 0 auto;
}
#gallery-table table tr td:hover {
  background-color: #ccc;
}

#gallery-table table tr td .gallery-box-text {
  padding: 0 0 0 3px;
}
#gallery-select {
  width: 100%;
  margin: 1px 0 0 0;
  padding: 5px 0 5px 0;
  text-align: center;
  background-color: #e2e9ed;
}


#card-layout {
  width: 537px;
  padding: 8px;
  border: 3px dotted #000;
  background-color: #fff;
}
#send-card-box {
  padding: 10px;
  background-color: #477575;
  border: 1px solid #green;
  color: #fff;
}
#send-card-box h2 {
  color: #fde902 !important;
}
