﻿@charset "utf-8";

.keyboard {position: absolute;z-index:500;width:440px;height:170px;text-align: center;color:#0992f1;font-size:12px;cursor:pointer;font:12px Arial, Helvetica, sans-serif;overflow:hidden;box-shadow:2px 2px 5px #333;border-radius: 3px; background:#bbb; font-family:'Alibaba-PuHuiTi-Regular';}
.keyboard input{font:12px Arial, Helvetica, sans-serif;}
.keyboard a {text-decoration:none;outline:none;}
.clear {
    clear: both;
}
/*标题层*/
.keyboard .boxTitleDiv {cursor:move;padding:2px 5px 3px;height:22px;}
/*标题文字*/
.keyboard .boxTitleSpan {text-align:left;padding-top: 3px;width: 310px;float: left;color:#fff;}
/*标题按钮*/
.keyboard .boxTitleBtn {float:right;width:22px;height:22px;line-height:22px;color:#fff;border:none;cursor:pointer;font-family:'Alibaba-PuHuiTi-Regular';}
.keyboard .boxTitleBtn:hover {color:#fff;text-decoration:none;}
.keyboard table {border-collapse:collapse;}

/*按键*/
.keyboard .keyBtn {width:25px;height:25px;cursor: pointer;border:none; background:#fff;box-shadow: inset 0 0 25px #e8e8e8, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333;}
.keyboard .keyBtnHover {width:25px;height:25px;cursor: pointer;border:none;background:#fff;}

/*退格*/
.funKeys_backSpace { background:#fff;display:block;width:79px;height:25px;line-height:25px;border:none;cursor:pointer;color:#000;box-shadow: inset 0 0 25px #e8e8e8, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333;}
/*.funKeys_backSpace:hover {background:#959a9e;color:#fff;}*/

/*切换大小写键*/
.funKeys_capsLock {display:block;width:79px;height:25px;line-height:25px;border:none;color:#000;cursor:pointer;background:#fff;box-shadow: inset 0 0 25px #e8e8e8, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333;}
/*.funKeys_capsLock:hover { background:#959a9e;color:#fff;}*/

/*清除键*/
.funKeys_clear {display:block;width:52px;height:25px;line-height:25px;border:none;color:#000;cursor:pointer;background:#fff;box-shadow: inset 0 0 25px #e8e8e8, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333;}
/*.funKeys_clear:hover { background:#959a9e;color:#fff;}*/

/*确定键*/
.funKeys_enter {display:block;width:52px;height:52px;line-height:50px;border:none;color:#000;cursor:pointer;background:#fff;box-shadow: inset 0 0 25px #e8e8e8, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333;}
/*.funKeys_enter:hover { background:#959a9e;color:#fff;}*/

.keybord_button {
	/*
	显示软件盘的按扭
	*/
	width:22px;
	height:18px;
	vertical-align:sub;
	*vertical-align:1px;
	border:none;
}