body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0b162c url(images/box_bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
.flat{
	background: #2b0000 url(none)!Important;
}
h3 {
	color: #6CF;
	font-size: 18px;
	font-weight: bold;			
}
h2 {
	display: none;
}
.oneColFixCtr #container {
	width: 280px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr p {
	padding: 1em 20px !Important;
}
#fieldset_email_435,
#fieldset_438,
#fieldset_439 {
	width: 230px;
	height: 25px;
	line-height: 35px;
	padding-left: 15px;
	border: 0;
	padding-top: 10px;
	background: url(images/email_field_bg.png) no-repeat;
}
.required-note {
	text-align: right;
	font-size: 80%;
	margin-bottom: 10px;
}
#form_submit {
	float: left;
	width: 82px;
	height: 31px;
	margin: 0 0 10px 12px;
	border: 0;
	background: url(images/form_signup.png) no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}

