body	{
	background: #eee;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited	{
	color: #8bd3e5;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
a img	{
	border: 0;
}
#splash {
	width: 770px;
	height: 460px;
	margin: 0 auto;
	margin-top: 80px;
	background: url(img/splash-bg.jpg) no-repeat;
	text-align: left;
}

#splashcontent	{
	margin: 0 37px 0 290px;
	width: 443px;
}
.heading	{
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	padding: 58px 0 20px 0;

	text-shadow: 2px 2px 1px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}
.body	{
	font-size: 16px;
/*	padding-bottom: 30px;*/	
	padding-bottom: 20px;
	line-height: 22px;
}
.body, .form, #footer	{
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}
.large	{
	font-size: 42px;
}
#footer	{
	/*padding: 110px 0 0 22px;*/
	padding: 60px 0 0 22px;
	font-size: 11px;
	line-height: 18px;
}
.privacy	{
	float: left;
	width: 300px;
}
.nothanks	{
	padding-right: 22px;
	float: right;
	width: 250px;
	text-align: right;
}
.af-element	{
	float: left;
}

.af-element .buttonContainer	{
	float: right;
}

.field	{
	width: 220px;
	height: 20px;
}
input.submit	{
	/*margin: 12px 0 0 10px;*/
	margin: 0px 0 0 10px;
	background: url(img/button-submit.png) center center no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 50px;
	border: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);	
}
.crss	{
	height: 1px;
	float: right;
	width: 1px;
	overflow: hidden;
}
.signuptable	{
	margin: 0;
	margin: 0;
}
.signuptable td	{
	padding: 0;
	vertical-align: bottom;
}
/*.previewLabel	{
	display: block;
	width: 100%;
}
.af-textWrap, .buttonContainer	{
	float: left;
	display: inline;
}*/