Number pad test

HTML

<html>
    <head>
        <style>
            .efNumBtn
{
    cursor: pointer;
    margin: 2px;
    height: 33px;
    border-radius: 3px; /* CSS 3 standard, not in IE8 */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-style: solid; /* demphasize button borders  */
    border-width: 1px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* action button on numeric entry popup */
.efNumAct
{
    width: 50%;
}

/* numeric button on numeric entry popup */
.efNumKey
{
    width: 33%;
}
            .efNumBtn
{
    border-color: #eeeeee; /* demphasize button borders  */
}

.efNumBtn:hover
{
    background-color: #edf9ff;
    border-color: #bbbbbb;
    color: #990099;
}

/* action button on numeric entry popup */
.efNumAct
{
    color: #CC0000;
}

/* numeric button on numeric entry popup */
.efNumKey
{
    color: #003399;
            }

.dpShell, .dpTable, .dpTRow, .dpCell, .dpFill, .dpPanel, .dpInner
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
    overflow: hidden;
    vertical-align: top;
}



        </style>
    </head>
    <body>

<div style="left: 217px; top: 2173px; display: block; z-index: 1001;" id="ctl_29" class="efPnl efTimePnl" tabIndex="-1" unselectable="on"><table class="efPnlTbl" unselectable="on"><tr><td style="height: 165px;" class="efTimeInfoPnl" unselectable="on"><div style="width: 100px;" class="efPnlTbl" unselectable="on"><div class="efPnlRow" unselectable="on"><div class="efNumAct efNumBtn" title="Backspace" unselectable="on">&lt;-</div><div class="efNumAct efNumBtn" title="Clear" unselectable="on">C</div></div></div><div class="efPnlTbl" unselectable="on"><div class="efPnlRow" unselectable="on"><div...