body  {
	height: 100%;
	width: 100%;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background-color: rgba(255,255,255,1.0);
 	text-align: center;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: hidden;
}

#containAll {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

textarea {
	-webkit-appearance: none;
}
input.text {
	-webkit-appearance: none;
}


.regHeader { font: 26px arial; color: rgba(35,35,35,1.0); font-weight: bold; }
.regBody { font: 16px arial; color: rgba(35,35,35,1.0); font-weight: normal; }