.box-fb-chat {
	position: fixed;
	bottom: 0;
	z-index:999;
}
.fb-chat-left {
	left:20px;
}
.fb-chat-right {
	right:20px;
}
.fb-chat-header {
	background-color: #3A5897;
	overflow: hidden;
	padding:5px 10px;
	width: 250px;
	box-shadow: 2px 6px 6px 6px rgba(0, 0, 0, 0.09);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.fb-chat-title {
	float: left;
	color:#fff;
	line-height: 30px;
	width:210px;
	height: 30px;
    margin: 0px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.fb-chat-title img {
	padding-right: 10px;
}
.fb-chat-close {
	line-height: 30px;
	height: 30px;
	float:right;
	color:#9CABCB;
	cursor: pointer;
}
.fb-chat-close:hover {
	color:#fff;
}

.fb-chat-content {
	height:335px;
	background-color:#fff;
	box-shadow: 2px 6px 6px 6px rgba(0, 0, 0, 0.09);
}

#fb_box_show {
	position: fixed;
	bottom: 0;
	right:20px;
	background-color: #3A5897;
	overflow: hidden;
	text-align: center;
	color:#fff;
	padding:5px 10px;
	width: 100px;
	box-shadow: 2px 6px 6px 6px rgba(0, 0, 0, 0.09);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    z-index:998;
}