
body {
	background-color: black;
	margin: 0;
	padding: 0;
}

#textfield {
	position: absolute;
	font-size:18;
	color:rgb(100,115,132);
	top: 1px;
	left: 112px;
	width: 206px;
	height:170;

}

#email {
	font-weight: bold;
	position: absolute;
	font-size:14;
	top: 10px;
	left: 8px;
}
#about {
	font-weight: bold;
	position: absolute;
	font-size:14;
	top: 90px;
	left: 15px;
}

#search{
	position: absolute;
	top: 50px;
	left: 2px;
	z-index: 1000;
	border:1px;
}

#keyboard{
	position: absolute;
	top: 219px;
	left: 3px;
	z-index: 1000;
	border:0px;
}
#Comp{
	position: absolute;
	font-size:16;
	color:rgb(100,115,132);
	left: 1px;
	top: 172px;
	width: 110px;
	height:46;

}

#Cand {
	position: absolute;
	color:rgb(100,115,132);
	font-size:14;
	left: 112px;
	top: 172px;
	width: 207px;
	height:46px;

}