/* CSS Document */

.fbl_cnt *{
	position: relative;
	font-family: Arial;
}

.fbl_cnt{
	width: 600px;
	height: 300px;
	margin: 0 auto;	
	position: relative;	
	padding: 5px;
}

.fbl_cnt .fbl_opac{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 300px;	
	background-color: white;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}


.fbl_cnt .fbl_main{
	width:600px;
	height: 300px;
	background-color: white;
	border: 1px solid #FFFFFF;	
}

.fbl_cnt .screen1{
	padding: 80px 88px 0;
} 

.fbl_cnt .screen1 .txt{
	text-align: center;
}

.fbl_cnt .txt20{
	font-size: 20px;
}

.fbl_cnt .txt14{
	font-size: 14px;
}

.fbl_cnt .txt12{
	font-size: 12px;
}

.fbl_cnt .txt12 a{
	font-size: 12px;
}

.fbl_cnt .btn{
	display: block;
	width: 57px;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: url(/images/default/facebook_login/btn_left.png) no-repeat;
	color: white;
	text-decoration: none;
	font-size: 14px;	
}

.fbl_cnt .btn .b_r{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;	
	height: 21px;
	background: url(/images/default/facebook_login/btn_right.png) no-repeat;	
}

.fbl_cnt .screen1 .btn_line{
	width: 184px;
	margin: 115px auto 0;	
}

#fbl_connect_yes_btn{
	float: left;
}

#btn_no{
	float: right;
}


.fbl_cnt .screen2{
	padding: 25px 88px;	
}


.fbl_cnt .screen2 form{
	font-size: 14px;	
}

.fbl_cnt .screen2 form label.txt_input{
	display: block;
	margin-top: 14px;
	font-size: 14px;
}

.fbl_cnt .screen2 form input.txt_input{
	display: block;
	width: 262px;
	height: 18px;
	border: 1px solid #9d9d9d;
	font-size: 14px;
	margin-top: 6px;
}



.fbl_cnt .screen2 form label.check_input{
	color: #4a7724;
	display: block;
	margin-bottom: 12px;
}

.fbl_cnt .screen2 form label.check_input2{
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
}

.fbl_cnt .screen2 form input.check_input{
	float: left;
	margin-right: 4px;
	display: block;
	width: 13px;
	height: 13px;
	top: 1px;
		
}

.fbl_cnt .btn_sbm{
   width: 77px;
   height: 23px;
   background: url(/images/default/facebook_login/btn_sbm.png);
   border: none;
   cursor: pointer;
}

.fbl_close{
	position: absolute;
	top: 2px;
	right: 2px;
	color: #000000;
	font-weight: bold;
	cursor: pointer; 
	z-index: 2;
}