#facebook_sidebar {
	position: relative;
}

#fbox1 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	position: fixed;
	
}

#fbox2 {
	overflow: hidden;
	text-align: left;
}

#fbox1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
	width:44px;
}

#fbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}