/*===========================*/
/*        jTenkey        */
/*===========================*/
.jTenkey_wrap {
    position: relative;
}
.jTenkey {
    background: #232323;
    width: 301px;
    display: none;
    position: absolute;
    top:40px;
    left:20px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    text-align:center;
}
.jTenkey span {
    cursor: pointer;
    color: #fff;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.jTenkey span:active {
    line-height: 52px;
}
.jTenkey .operation {
    background: #191919;
    font-size: 20px;
}

.jTenkey .EnterKey{
	background:#669900;
}