#vKeyboard {
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 90%;
	height: 300px; 
}
.vKeyButton {
	background-color: #ddd;
	height: 60px;
	width: 10%;
	border: solid black 1px;
	font-size: 22px;
	color: #0076b6;
}
#vSpaceBar, #vEnterButton {
	width: 25%;
}

#vScrollUp, #vScrollDown, #vHideKeyboard {
	width: 10%;
	position: fixed;
	right: 0px;
	text-align: center;
}
#vHideKeyboard {
	height: 60px;
	bottom: 120px;
	padding-top: 13px;
}
#vScrollUp {
	height: 120px;
	max-height: 120px;
	bottom: 180px;
	padding-top: 50px;
}
#vScrollDown {
	height: 120px;
	max-height: 120px;
	bottom: 0px;
	padding-top: 50px;
}
#vEnterButton, #vBackSpace {
	text-align: center;
	padding-top: 18.5px;
	margin-top: 0px;
}
