.form-box{position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width:600px;}

.res{ display:none;}

#keyboard { 
	position: absolute; 
	display: none; 
	border: 1px solid #BDBDBD;
	padding: 1px; 
	cursor: move;
	padding:9px;
	background-color:#FAFAFA;
	margin-right:0px;
	border-radius:4px;
	text-align:center;
	right:60px;
	margin-top:-40px;
	box-shadow:10px 10px 5px #888888;
width:440px;
}
