.facebook-comments table
{	
	background-color:#f2f2f2;
	width:100%;
}
.facebook-comments-dark table
{	
	background-color:#333333;
}


.facebook-comments .photo-wrapper
{
	width:50px;
}

.facebook-comments .photo
{
	width:50px;
	height:50px;
	background-image:url(photo.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.facebook-comments .input
{
	border:solid 1px #bdc7d8;
	height:25px; 
	width: 100%;
	background-color:#ffffff;
	color:#777777;
	padding-left:3px;
}

.facebook-comments-dark .input
{
	border:solid 1px #434343;
	background-color:#000;
	color:#ffffff;
}

.facebook-comments .button
{
	width:69px;
	height:22px;
	background-image:url(button.gif);
	background-position:left top;
	background-repeat:no-repeat;
}