﻿div#facebook_div {
	float:left;
	width:285px;
	height:auto;
	margin-left:auto;
	margin-right: 10px!important;
	text-align:left;
	text-indent:15px !important;
	background-color:#666666;
	color:white;
}
div#fbuser {
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-color:black;
	color:white;
}
div#fbFriends {
	margin-bottom:10px;
}

div#fbuser a {
	color:white !important;
	text-decoration:none !important;
	font-weight:bold;
}
div#fbuser a:hover {
	color:yellow !important;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:yellow;
}
div#fbBadge {
	display:none;
	float:left!important;
	margin-right: 10px!important;
	text-align:center;
}
.fbBadge_link {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
	font-size: 11px; 
	font-variant: normal; 
	font-style: normal; 
	font-weight: normal; 
	color: #3B5998; 
	text-decoration: none;
}