.keyboardtable {
	margin:0;
	display:none;
}

.keyboardclose {
	vertical-align:top;
	text-align:right;
	width:100%;
	#background-color:#F0F0F0;
	font: 71%/1.5 Verdana, Sans-Serif;  
}

#keyboard,  #numpad {  
	margin: 0;  
	padding: 0;  
	list-style: none;  
	font: 71%/1.5 Verdana, Sans-Serif;  
}  

#keyboard .letter,  #numpad .number{  
	margin: 0 1px 1px 0;  
	width: 20px;  
	height: 20px;  
	line-height: 20px;  
	text-align: center;  
	background:lightgray;  
	border: 1px solid #f9f9f9;  
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px;  
}  
#keyboard .letter:hover , #numpad .number:hover{  
	position: relative;  
	top: 1px;  
	left: 1px;  
	border-color: #e5e5e5;  
	cursor: pointer;  
}

#keyboard .filler1 {
	margin: 0 1px 1px 0;  
	width: 40px;  
	height: 20px;  
	background:white;  
	border: 0px solid #f9f9f9;  
}  

#keyboard .capslock {  
	margin: 0 1px 1px 0;  
	width: 50px;  
	height: 20px;  
	line-height: 20px;  
	text-align: center;  
	background:gray;  
	border: 1px solid #f9f9f9;  
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px;  
}  

#keyboard .capslock:hover {  
	position: relative;  
	top: 1px;  
	left: 1px;  
	border-color: #e5e5e5;  
	cursor: pointer;  
}

#keyboard .shift {  
	margin: 0 1px 1px 0;  
	width: 60px;  
	height: 20px;  
	line-height: 20px;  
	text-align: center;  
	background:gray;  
	border: 1px solid #f9f9f9;  
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px;  
}  

#keyboard .shift:hover {  
	position: relative;  
	top: 1px;  
	left: 1px;  
	border-color: #e5e5e5;  
	cursor: pointer;  
}

#keyboard .backspace {  
	margin: 0 1px 1px 0;  
	width: 80px;  
	height: 20px;  
	line-height: 20px;  
	text-align: center;  
	background:gray;  
	border: 1px solid #f9f9f9;  
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px;  
}  

#keyboard .backspace:hover {  
	position: relative;  
	top: 1px;  
	left: 1px;  
	border-color: #e5e5e5;  
	cursor: pointer;  
}

#keyboard .clear {  
	margin: 0 1px 1px 0;  
	width: 48px;  
	height: 20px;  
	line-height: 20px;  
	text-align: center;  
	background:gray;  
	border: 1px solid #f9f9f9;  
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px;  
}  

#keyboard .clear:hover {  
	position: relative;  
	top: 1px;  
	left: 1px;  
	border-color: #e5e5e5;  
	cursor: pointer;  
}

