a.fb_connect
{
	width: 300px;
	position: relative;
	display:table;
	*display: block;

	margin-top:6px;
	float:right;

	padding: 0 8px;

	color: #fff !important;
    padding:7px 5px 7px 40px;

	font-family: arial;
	font-size:16px;
	line-height: 14px;
	height: 50px;
	text-align: left;
	font-weight: 200;
	text-decoration: none;

    background: #44609f url("/img/icon-fb-desktop.png") 6px center no-repeat;
	border-radius: 0px;,
    margin-bottom :10px;

    overflow: hidden;
}
a.fb_connect span.wrapper
{
	display: table-cell;
	vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    max-width:160px;
	padding-left: 5px;
}

a.fb_connect span.wrapper span {
    display: block;
}

a.fb_connect span.wrapper small {
    font-size:11px;
    color:#fff;
}

a.fb_connect:hover
{
    text-decoration:none;
}
.fb_connect iframe
{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	border:none;
	overflow: hidden;
}
