.form-box{position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width:60%; }
.res{ display:none;}
.copy{ width:30%}
.link{width:70%}
.footer-link { text-align:right;}


#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;

}

.form-box-login{position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width:800px;}
.form-box-reg{position: absolute; left: 50%; top: 55%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width:600px;}