
.fbc_connect_button_area {
  float: left;
  margin-top: 6px;
  /*padding-top: 6px;*/
  margin-left: 9px;
  padding-left: 9px;
  /*border-left: 1px dashed grey;*/
}

.fbc_profile_pic {
  float: right;
  padding: 0 5px 5px 5px;
}


.fbc_profile_header {
  text-align: right;
  padding: 5px;
  padding-top: 10px;
  border: gray dotted 1px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
}

/* OVERRIDE FB CONNECT BUTTON */
#RES_ID_fb_login {
	text-indent: -3000px;
	background: transparent url(connect_white_large_long.gif) no-repeat 0 0;
	width: 194px;
	height: 27px;
	outline: none;
	display: block;
	}
#RES_ID_fb_login img {
	display: none;
	}

