BODY {
	background-color: white;
	/* background-image: url(/images/bars_bg_beta.gif); */
	}
#container {
	width: 700px;
	position: absolute;
	top: 160px;
	left: 50px;
	text-align: left;
	margin: auto;
	padding: 5px;
}
#wrapper {
	position: relative;
	top: 0px;
	left: 40px;
	width: 800px;
}
#intro {
	background-image: url(images/RegInterestIntro.png);
	background-repeat: no-repeat;
	width: 391px;
	height: 350px;
	position: relative;
	top: 0px;
	left: 160px;
/*
*/
}
#inputArea {
	background-image: url(images/RegisterEmail.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 150px;
	position: relative;
	top: 10px;
	left: 90px;
/*
*/	
}
#email {
	position: absolute;
	top: 64px;
	left: 109px;
	width: 326px;
/*
*/
}
#messageArea {
	width: 600px;
	height: 150px;
	position: relative;
	top: 0px;
	left: 180px;
/*
*/	
}
#submit {
	position: absolute;
	top: 63px;
	left: 444px;
	width: 70px;
/*
	font-size: 14px;
	font-weight: bold;
	color: black;
*/
}
.primaryControl {
	background-color: #CCFF99;
	color: black;
}
IMG {
	border: 0;
}
A {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;	
}
A:hover {
	text-decoration: underline;
}
.err {
	color: red;
	padding: 5px 3px 5px 3px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
