/*
(c) authpad
 - keypad.css
 - minified
*/
.auth-keyboard-table{display:block;border:none;}.auth-keyboard{border-radius:5px;-moz-box-shadow:0 1px 2px #ddd;-webkit-box-shadow:0 1px 2px #ddd;box-shadow:0 1px 2px #ddd;background:#eee;}.auth-keyboard table{margin:0 auto;}.auth-keyboard .auth-key-spans{display:block;padding:5px 10px;cursor:pointer;font-family:georgia;font-size:14px;border:1px solid #bbb;border-top:none;border-left:none;width:20px;background:-moz-linear-gradient(top,#fcfcfc,#eee);background:-webkit-linear-gradient(top,#fcfcfc,#eee);background:linear-gradient(top,#fcfcfc,#eee);-moz-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;box-shadow:inset 0 0 1px #fff;text-shadow:0 1px 0.5px #fff;text-align:center;text-transform:uppercase;color:#222;}.auth-keyboard .auth-key-spans:hover, .auth-keyboard .auth-key-span-selec{background:#eee;background:-moz-linear-gradient(top,#ddd,#eee);background:-webkit-linear-gradient(top,#ddd,#eee);background:linear-gradient(top,#ddd,#eee);}.auth-keyboard .auth-key-table-3 .auth-key-spans{border-bottom:none;}.auth-keyboard .auth-key-span09{border-right:none;-moz-border-radius:0 5px 0 0;-webkit-border-radius:0 5px 0 0;border-radius:0 5px 0 0;}.auth-keyboard .auth-key-span00{border-left:none;-moz-border-radius:5px 0 0 0;-webkit-border-radius:5px 0 0 0;border-radius:5px 0 0 0;}.auth-keyboard .auth-key-span10, .auth-keyboard .auth-key-span20, .auth-keyboard .auth-key-span30{border-left:1px solid #bbb;}.auth-keyboard .auth-key-span13, .auth-keyboard .auth-key-span16{text-decoration:underline;}