#photoshare-book
{
  background-image: url(../../images/wood.jpeg);
  background-repeat: repeat;
  border-top: 2px solid #FFD000;
  border-right: 2px solid #E9A800;
  border-bottom: 2px solid #E0A000;
  border-left: 2px solid #FFC000;
  text-align: center;
  padding: 8px;
}


#photoshare-paper
{
  background-color: #FFF;
  width: 100%;
  height: 380px;
}


#photoshare-buttons
{
  text-align: right;
  padding: 4px 4px 2px 0px;
  background-image: url(../../images/book-center.gif);
  background-repeat: repeat-y;
  background-position: left center;
  height: 25px;
}


#photoshare-image-box
{
  width: 50%;
  padding: 0px 10px 2px 10px;
  height: 335px;
}


#photoshare-image-box img
{
  border: 2px solid black;
  vertical-align: middle;
}


#photoshare-image-box table
{
  text-align: center;
  vertical-align: middle;
}


#photoshare-text-box
{
  width: 50%;
  padding: 0px 10px 2px 10px;
  background-image: url(../../images/book-center.gif);
  background-repeat: repeat-y;
  background-position: left center;
}


#imageTitleText
{
  padding-bottom: 6px;
}


#photoshare-image-info-box
{
  text-align: right;
  background-image: url(../../images/book-center.gif);
  background-repeat: repeat-y;
  background-position: left center;
  padding: 0px 4px 2px 0px;
  height: 20px;
}


#photoshare-topic
{
  padding-right: 10px;
  font-size: 80%;
}


#imageInfoText
{
  font-weight: bold;
}


