th.registerToContact {
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
}  

td.profile_top_left {
  width: 12px;
  height: 12px;
  background: #fff url('../images/profile_top_left.gif') bottom right no-repeat;
}

td.profile_top_middle {
  font-size: 1px;
  border-top: #b1b7d3 2px solid;
}

td.profile_top_right {
  width: 12px;
  height: 12px;
  background: #fff url('../images/profile_top_right.gif') bottom left no-repeat;
}

td.profile_middle_left {
  font-size: 1px;
  border-left: #b1b7d3 2px solid;
}

td.profile_middle_right {
  font-size: 1px;
  border-right: #b1b7d3 2px solid;
}

td.profile_bottom_left {
  width: 12px;
  height: 12px;
  background: #fff url('../images/profile_bottom_left.gif') top right no-repeat;
}

td.profile_bottom_middle {
  font-size: 1px;
  border-bottom: #b1b7d3 2px solid;
}

td.profile_bottom_right {
  width: 12px;
  height: 12px;
  background: #fff url('../images/profile_bottom_right.gif') top left no-repeat;
}

table.penpalSearchResults {
  min-width: 400px;
  width: 400px;
}

td.stats {
  text-align: left;
  padding: 5px;
  vertical-align: top;
  height: 100px;
  background: #fff url(../images/penpal_search_results_background.gif) top left no-repeat;
}

td.aboutMe {
  text-align: left;
  vertical-align: top;
}

img.profilePicture
{
  background-color: #dcdede;
  margin: 5px;
  max-width: 150px;
  max-height: 150px;
  border: #b1b7d3 1px solid;
}

table#tableSearch
{
  width: 450px;
  border: #b1b7d3 1px solid;
  background-color: #e9f7f7;
}

table#tableSearch table.skeleton tr
{
  background-color: #ccd9d9;
}

table#tableSearch th
{
  cursor: hand;
  color: #3c4040;
}