@charset "UTF-8";
/* CSS Document */

body{
	background-color:#D4E0E0;
	margin: 0;
	background-image: url(../images/top-blue-stripe.png);
	background-repeat: repeat-x;
	padding-top: 20px;
}


#container{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	background-image: url(../images/NT-Launch.png);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

#launch-form{
	left: 458px;
	top: 180px;
	position: relative;
	z-index: 50;
	display: block;
	width: 430px;
}

#email-error
{
	position: relative;
	left: 630px;
	top: 85px;
	border-left: 5px #990000 solid;
	padding-left: 8px;
	color: #990000;
	display: block;
	width: 220px;
}

#thanks-message
{
	z-index: 5000;
	position: relative;
	left: 458px;
	top: 170px;
	display: none;
}

#initial-message
{
	z-index: 500;
	position: relative;
	left: 458px;
	top: 170px;
	display: block;
	width: 430px;
}
