﻿
#WorkerLogin {
    position: relative;
    height: 1080px;
    width: 1920px;
}

    #WorkerLogin table.InputPanel {
        position: absolute;
        top: 210px;
        left: 576px;
    }

        #WorkerLogin table.InputPanel td {
            padding-left: 45px;
            width: 721px;
            height: 120px;
            font-size: 60px;
            font-weight: bold;
            color: white;
            cursor: pointer;
            background-image: url("/_Image/WorkerLogin/InputPanelRowBg.png");
            background-position: 0 -12px;
        }

            #WorkerLogin table.InputPanel td.Selected {
                background-position: 0 -160px;
                color: yellow;
            }

            #WorkerLogin table.InputPanel td.EnterSystem.Selected {
                background-position: 0 -313px;
            }

    #WorkerLogin table.KeyBoard {
        position: absolute;
        top: 600px;
        left: 22px;
        cursor: pointer;
    }

        #WorkerLogin table.KeyBoard td.KeyBoardItem {
            width: 188px;
            height: 114px;
            line-height: 114px;
            text-align: center;
            font-size: 101px;
            font-weight: bold;
            color: white;
            background-image: url("/_Image/WorkerLogin/EnButtonBg.png");
            background-position: center 0;
            font-family: Arial;
        }

            #WorkerLogin table.KeyBoard td.KeyBoardItem.Number {
                background-image: url("/_Image/WorkerLogin/NumberButtonBg.png");
            }

            #WorkerLogin table.KeyBoard td.KeyBoardItem.Enter {
                background-image: url("/_Image/WorkerLogin/EnterButtonBg.png");
            }

            #WorkerLogin table.KeyBoard td.KeyBoardItem.Selected {
                color: Yellow;
                background-position: center -114px;
            }
