#bDiv{
	height: 100%; 
	width: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	background-color: rgb(0, 0, 0); 
	z-index: 100000; 
	opacity: 0.6;
	display: none;
}
.myDiv{
	width:400px;
	height:200px;
	border: 1px solid #ccc;
	background:rgba(255,255,255,0.7);
	border-radius:20px;
	word-wrap : break-word;
	z-index: 100001;
	left:700px;
	top:300px;
	position:fixed;
}

.myFont{
	font-size: 13px;
	/*float:left;*/
	/*margin:6px;*/
	/*position:absolute;*/
}
.myFont p{
	padding:20px;
}
.myFont input{
	width:270px;
	height:25px;
	/*color:blue;*/
	/*font-weight: bold;*/
	font-size:18px;
	margin-left:5px;
	overflow:hidden;
}
#sDiv{
	left:120px;
	margin-top:5px;
	position:relative;
	cursor:pointer;
}

#sDiv span{
	color:#60f;
	margin-right: 90px;
}

.game_list ul li{
	width:auto;
	height:auto;
	text-align:center;
	font-size: 16px;
	float:left;
	/*padding:6px;*/
	margin:3px;
	overflow:hidden;
}
#bt{
	border:1px solid #ccc;
	border-radius:8px;
	padding:5px 10px;
	background:#0f0;
}

#send{
	width:350px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:25px;
}

#kfb_box{height:140px;border:1px solid #ccc;margin:5px;}
#kfb_box1{height:140px;border:1px solid #ccc;margin:5px;}
#btn{position:absolute;right:10px;margin-top:-45px;}
