/*LEFT */
.fblbCenterOuter_Left {
    display: table;
    height: 100%;
    position: absolute;
    top: 200px;
    vertical-align: middle;
	left: -310px; 
	z-index: 1000;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}


.fblbHead_Left {
    background: url("../images/fb.png") no-repeat;
    height: 60px;
    width: 60px;
	top: 5px;
	left: 310px; 
	cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
}

.opened_Left{left:0px; z-index: 9999999;}


/*----LEFT */



.fblbCenterInner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}


.fblbWrap {
    position: relative;
    text-align: left;
}

.fblbCenterOuter *, .fblbReset * {
    border: 0 none;
    clear: none;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.fblbForm {
    border-radius: 0px 0px 5px 5px;
	background: #3b5998; 
	min-height: 450px; 
	width: 310px; 
	padding: 5px ;
}

.fblbInner {
    border-radius: 5px;
    position: relative;
	background:#fff;
}
