@charset "utf-8";
/* CSS Document */

#keypad-div.midnightKeypad { background: #282828; } 
.midnightKeypad .keypad-key { width: 38px; height: 38px; padding: 5px; 
    background: url(../../images/btnclavnum/btn-num-off.png) no-repeat; border: none; 
    color: #373737; font-size: 14px; font-weight: normal; } 
.midnightKeypad .keypad-key-down { padding: 7px 3px 3px 7px; 
    background: url(../../images/btnclavnum/btn-num-click.png) no-repeat; } 
.midnightKeypad .keypad-space { width: 38px; height: 38px; }
