
.fbc_connect_button_area {
  float: right;
  margin-top: 6px;
  padding-top: 6px;
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px dashed #444;
}

.fbc_connect_button_area span {
  color: #333;
}


.fbc_profile_pic {
  float: left;
  padding: 0 5px 5px 0;
}


.fbc_profile_header {
  text-align: left;
  padding: 10px 5px 5px 0;
  background: white;
  width: 205px;
  height: 60px;
}

.fbc_profile_header a {
  text-decoration: none;
  color: #fd5224;
}

.fbc_profile_header a:hover {
  text-decoration: none;
  color: #fd5224;
}

.fbc_loginstate_top {
  position: absolute;
  right: 0;
  top: 0;
}

.fbc_profile_header a.logout{ /* this is a custom class I added to the HTML in fbconnect.php */
  font-size: .9em;
  color: #999
}

