._3-8_ {
	display:none !important;
}
#header_fblivechat{
	cursor: pointer;
	height: 38px;
	background-color:#4080FF;
	width:250px;
	float:left;
}
#header_fblivechat label{
	cursor: pointer;
    width: 172px;
    z-index: 100000;
	overflow: hidden;
    height: 100%;
    vertical-align: middle;
	text-align: left;
	clear: none;
    float: left;
    margin: 0px;
	line-height: 240%;
}
#all_fblivechat{
	position: fixed;
	right:1px;
	bottom: 1px;
    z-index: 9999999999;
    width: 250px;
    height: auto;
    min-height: 0px;
    box-shadow: 2px 6px 6px 6px rgba(0, 0, 0, 0.09);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
#open_fblivechat a{
	color:white !important;
}
#open_fblivechat{
	PADDING-BOTTOM: 7px;
	color:white !important;
	padding-left: 14px;
    padding-top: 10px;
	background-color:#9F9F25;
	display:none;
	position: fixed;
	right:0;
	bottom: 0;
    z-index: 999;
    width: 100px;
    height: auto;
    max-height: 375px;
    min-height: 25px;
    box-shadow: 2px 6px 6px 6px rgba(0, 0, 0, 0.09);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
#btn_close_fblive{
	cursor: pointer;
	display: inline-block;
    height: 25px;
	width:25px;
	z-index: 999999;
	background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -279px -56px;
	opacity: .7;
    transition: opacity .15s;
    -webkit-user-drag: none;
	float: right;
}
#imgfb{
	z-index:100000;
	height:30px;
	width:20px;
	background-image: url(../img/facebook.png);
    background-repeat: no-repeat;
    background-size: auto;
	float:left;
	margin: 7px 0px 0px 15px;
	
}
.div_startchat{
	background: white;
    width: 99%;
    height: 1000px;
    z-index: 100;
    position: absolute;
    left: 1px;
    top: 108px;
	display: none;
}
.div_contentstartchat{
	color:black;
	width:70%;
	height:70px;
	background-color:#EDEEF1;
	z-index:101;
	border-radius:5px;
	margin: 20px 35px 15px 35px;
	text-align:center;
	padding-top:10px;
	font-size: 13px;
}
.btnstart{
	margin: 10px 70px 10px 70px;
	border-radius: 5px;
    color: white;
    width: 100px;
    height: 35px;
    font-weight: normal;
    background-color: #365899;
	border: none;
}
.fb_iframe_widget{
	position: initial!important;
}