﻿.photo_container, .buttons_container {
  float:left;
}

.photo_container {
  margin-right: 1em;
}

.buttons_container {
  width: 290px;
}

.buttons_container.center {
  text-align: center;
}

#photo_preview {
  width: 234px;
  text-align: center;
  margin: 0 auto;
}

#photo_preview div.shadow {
  margin-bottom: 0.5em;
}

#photo_info {
  text-align: center;
}

#send_friend_container {
  width: 436px;
}

#submit_send_friend {
  text-align: right;
}

#winner_box {
  float: left;
  text-align: center;
}

#round_winners_box p.space_above {
  text-align: center;
  margin-top: 0.2em;
}

.table_form {
  margin-bottom: 1em;
}

.table_form td {
  padding-bottom: 0;
}

.table_form td.label {
  width: 210px;
  font-weight: bold;
}

.table_form td.data input[type=text] {
  width: 210px;
}

.table_form tr.friend_email td {
  padding-bottom: 1em;
}

.greyline.divider {
  margin: 10px 0;
}

.hidden_div {
  margin-top: 0.5em;
  display: none;
}

.vote_photo_form table td.label {
  width: 160px;
}