.ps_facebook_toolbar{
	font-size: 16px;
	width: 100%;
	position: fixed;
	display: table;
	z-index: 9999999999;
}

	.ps_facebook_toolbar > p{
		display: table-cell;
		vertical-align: middle;
		padding: 6px 12px;
	}
	.ps_facebook_toolbar_msg{
		width: 90%;
		line-height: 22px;
	}
	.ps_facebook_toolbar_facebook{
		padding: 0 8px;
		height: 100%;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		padding: 6px 0;
	}
		.ps_facebook_toolbar_facebook_logo{
			width: 50px;
			background: url( '../img/facebook.jpg' ) center no-repeat #4868b2;
		}
	
	.ps_facebook_toolbar_close_container{
		display: table-cell;
		height: 100%;
	}
		.icon-close{
			display: table;
			top: 0;
			right: 0;
			font-size: 12px;
			color: #fff;
			text-align: center;
			min-height: 100%;
			height: 100%;
			width: 48px;
			cursor: pointer;
		}
		.icon-close:before{
			display: table-cell;
			vertical-align: middle;
		}
		

.ps_facebook_progress{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 -1px 0 rgba(255, 255, 255, 0.6);
    height: 4px;
    position: absolute;
    bottom: 8px;
    left: 1%;
    width: 98%;
}
	.ps_facebook_progress_bar{
		background: none repeat scroll 0 0 #fff;
	    border-radius: 3px;
	    height: 4px;
	    width: 0%;
	}
