body {
	overflow: hidden
}
a {
	text-decoration: none;
	color: #880000;
}
#email {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	right: 2vw;
}
.textField {
	font-size: 12px;
	height: 85vh;
	margin-top: 5vh;
	width: 96vw;
}
#small{
	position:absolute;
	top:10px;
	left:70px;
	width:50px;
	height:2em;
	
}
.textCursor {
	display: inline;
	font-weight: 600;
	color: #9999FF;
}
.chordKey {
	position: absolute;
	display: none;
	height: 30vh;
	width: 15vw;
	opacity: 0.5;
	padding-top: 70px;
	background: rgba(204, 204, 255, 0.3);
	text-align: center;
	color: #777;
	font-family: Arial, sans-serif;
	z-index: 1000;
	border-radius: 20px;
	border: solid 2px #f00;
	top: 54vh;
}
.E,
.O,
.S,
.U {
	width: 20vw;
}
.S,
.U {
	height: 50vh;
}
.SPC,
.DEL,
{
	height: 15vh;
}
.Num {
	height: 15vh;
	top: 45vh;
	z-index: 0;
}
.Cap {
	height: 15vh;
	top: 69vh;
	z-index: 1;
}
.chordKeyUp {
	background: #333;
}
.chordKeyWaiting {
	background: #FFCCCC;
}
.kHelper {
	position: absolute;
	top: -5px;
	left: 0px;
	right: 0px;
	line-height: 1em;
	background: none;
	color: #777;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.kHelper b {
	color: #000;
	font-size: 14px;
}
#button2 {
	position: absolute;
	top: 10px;
	margin-left: 5px;
	z-index: 100;
	width: 50px;
	height: 20px;
	border-radius: 5px;
}
#k6 {
	background-color: #Fcc;
}
.email_selected {
	background: #6a6;
	color: #fff;
	padding-left:8px;
}