.tk-keypad{
	margin:.2em .4em;
	text-align:center;
	font-size:.8em;
}
.tk-keypad .tk-keypad-keyWrapper{
	text-align:center;
}
.tk-keypad .tk-keypad-specialWrapper{
	
}
.tk-keypad button{
	margin:0 .2em .2em 0;
	padding:.2em .4em;
	cursor:pointer;
	border:solid #ccc 1px;
	color:#CB0000;
	background:#f0f0f0;
}
.tk-keypad button:hover{
	background-color:#c0c0c0;
	color:white;
	border-color:white;
}
.tk-keypad button:active{
	background-color:#FFF48E;
	color:#333;
	border-color:#CCB23B;
}
.tk-keypad .tk-keypad-keyWrapper button{
	width:2em;
}
.tk-keypad .tk-keypad-specialWrapper button{
} 
  |