html{
	height:100%;
	width:100%;
	}
body{
	height:100%;
	width:100%;
	background: -webkit-linear-gradient(gray, white) fixed; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white) fixed; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white) fixed; /* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white) fixed; /* Standard syntax (must be last) */
	}
#divBanner{
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	font-size:26pt;
	height:50px;
	border:inset 5px gray;
	}
#divRegister,#divRegComplete{
	position:absolute;
	width:500px;
	left:50%;
	margin-left:-250px;
	top:80px;
	padding:3px;
	border:inset 5px gray;
	}
#emailValidMsg,#pwValidMsg,#pwConfirmMsg{
	color:red;
	}
#divWait{
	position:absolute;
	display:none;
	width:50px;
	height:50px;
	top:40%;
	left:50%;
	margin-left:-25px;
	z-index:2;
	}
.userInfo
	{
	font-size:10pt;
	width:300px;
	}
#register
	{
	font-size:10pt;
	}