@charset "utf-8";
/* CSS Document */
.kb-wrapper{
	border:2px #cc6633 solid;
	border-top:6px #cc6633 solid;
	position: absolute;
	z-index: 7;
	top: 40px;
	left: -1px;
	background-color: #fff;
	display: none;
}

.kb-panel{
	padding: 3px 3px 2px 1px;
}

.kb-tl-switch{
	width: 76px; 
	height: 18px;
	float: left;
	color: #fff;
	padding: 0 0 0 12px;
	margin: 0 0 0 2px;
	line-height: 16px;
	background: url('/app_images/one/V30/core/login/k_to_keyboard.png') no-repeat;
	cursor: pointer;
}

.kb-tl-alphabet{
	width: 76px; 
	height: 18px;
	float: right;
	color: #fff;
	line-height: 16px;
	text-align: center;
	background: url('/app_images/one/V30/core/login/k_case.png') no-repeat;
	cursor: pointer;
	margin-left:15px;
}

.kb-list-panel{
	width: 360px;
	height: 142px;
	*height: 122px;
	
	background-color: #fff;
}

.kb-list-panel ul{
	float: left;
	list-style: none;
}

.kb-list-panel ul li{
	float: left;
	width: 22px;
	height: 22px;
	background: url('/app_images/one/V30/core/login/k_bg.png') no-repeat;
	text-align: center;
	line-height: 22px;
	margin: 2px 0 0 2px;
	font-size:16px;
	color: #000;
	cursor: pointer;
}

.kb-list-panel ul li.confirm_input{
	width: 94px;
	background: none;
	background-color: #993300;
	color: #fff;
}

.kb-list-panel ul li.delete_input{
	width: 46px;
	background: url('/app_images/one/V30/core/login/k_delete.png') no-repeat;
	color: #fff;
}
