#numKeyBoard-box{
	width:100%;
	display: none
}

#numKeyBoard-box table{
	text-align:center;
	width:100%;
	height:160px;
	background-color:#FFF;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}

#numKeyBoard-box table td{
	width:30%;
	border:1px solid #ddd;
	border-right:0;
	border-top:0;
	height: 90px;
	font-size: 40px;
}

#numKeyBoard-box input{
	box-sizing: border-box;
    line-height: 80px;
    height: 80px;
    width: 100%;
    outline: none;
    font-size: 50px;
    border: none;
	text-align: center;
	letter-spacing: 28px;
    padding: 0 0 0 40px;
}

#numKeyBoard-box .delTd{
	 background-color:#D3D9DF;
	 font-size: 24px;
}
#numKeyBoard-box .numPadLayerBox{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom:0;
	background: rgba(0,0,0,0.5)
}

#numKeyBoard-box .numPadLayerBox .numPadLayerBox-cot{
	width: 80%;
	max-width: 500px;
	background: #fff;
	position: absolute;
    left: 928px;
    top: 450px;
}

#numKeyBoard-box .fBottom{
	position: absolute;
    right: -51px;
    top: 5px;
}

#numKeyBoard-box .fBottom >div{
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	float: left;
}

#numKeyBoard-box .saveBtn{
	background: #327931;
	color:#fff;
	font-size: 24px;
}

#numKeyBoard-box .fBottom .cancleBtn{
	color: #fff;
    background: brown;
    border-radius: 0px 10px 10px 0;
    width: 30px;
    height: 85px;
	padding: 10px;
	border: solid 1px #fff;
}