@charset "utf-8";
/* CSS Document */

<!--
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0;
}
.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background: #636363 url('/public/resources/images/bg-2009-cityscape.jpg') top center no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 100%;
	text-align: center;
}
#page_header {
	width: 100%;
	height: 100px;
}
#main {
	margin:0 auto;
	width: 737px;
	height: 951px;
	background: url('../images/bg-nfr-2010-waitlist.jpg') top center no-repeat;
}
#main_head {
	width: 737px;
	height: 350px;
}
#main_form {
	width: 737px;
	height: 321px;
	text-align: center;
	background: url('../images/bg-waitlist-signup.jpg') top center no-repeat;
}
#main_form_email {
	width: 737px;
	height: 321px;
	text-align: center;
	background: url('../images/bg-waitlist-email.jpg') top center no-repeat;
}
#main_form_top_space {
	width: 737px;
	height: 53px;
}
#main_form_v_space {
	width: 737px;
	height: 15px;
	float: left;
}
#main_form_left_space {
	width: 75px;
	float: left;
}
#main_form_left_label {
	width: 120px;
	float: left;
}
#main_form_left_content {
	width: 240px;
	text-align: left;
	float: left;
}
#main_form_left_full_field {
	width: 465px;
	float: left;
	text-align: left;
}
#main_form_right_label {
	width: 55px;
	float: left;
}
#main_form_right_content {
	width: 170px;
	float: left;
	text-align: left;
}
#main_form_right_space {
	width: 75px;
	float: left;
}
-->