#msn_logo {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 7;
	cursor: pointer;
	color: #0084ff;
	font-size: 50px;
	opacity: 0.5;
}
.fb-tab {
	width: 300px;
	height: 45px;
	box-sizing: border-box;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #3A5897;
	color: #fff;
	float: right;
	overflow: hidden;
	position: fixed;
	z-index: 30;
	right: 10px;
	bottom: 0;
	border: 1px solid #fff;
	border-bottom: #3A5897;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	display: none;
	font-family: sans-serif;
	font-size: 16px;
	transition: bottom 1s;
}
.fb-tab i {
	font-size: 25px;
	float: left;
	margin: 2px;
}
.fb-tab p {
	margin: 0;
	padding: 7px 0 0 40px;
}
.fb-tab #cradle {
	display: inline-block;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	float: right;
}
/*
.fb-page {
	transition: top 1s;
}
*/
#fbchat300, #fbchat400 {
	float: right;
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 30;
	transition: height 1s;
}
#fbchat400 {
	display: none;
}
@media screen and (min-width: 600px) {
	#msn_logo {
		display: none;
	}
	.fb-tab {
		display: block;
		width: 400px;
		right: 30px;
	}
	#fbchat300, #fbchat400 {
		right: 30px;
	}
	#fbchat300 {
		display: none;
	}
	#fbchat400 {
		display: block;
	}
}