﻿*
{
	margin:				0;
	padding:			0;
}

body
{
	text-align:			center;
}

body, html, form
{
	height:				100%;
	width:				100%;
	margin:				0px;
	font-family:		Verdana, Arial, Sans-Serif;
	font-size:			95%;
	background-color:	#71004c;
	vertical-align:		middle;
}

#distance
{ 
	width:				1px;
	height:				50%;
	background-color:	White;
	margin-bottom:		-220px; /* half of container's height */
	float:				left;
	clear:				left;
}

#container
{
	margin:				0 auto;
	position:			relative; /* puts container in front of distance */
	text-align:			left;
	height:				440px;
	width:				800px;
	clear:				left;
	background-color:	White;
}

#FormArea
{
	background-repeat:	no-repeat;
	background-image:	url('../Images/Newsletter/Back-IvoryLounge.jpg');
	display:			block;
	width:				800px;
	height:				440px;
	border:				solid 1px #f5e5c2;
}

#FormSpace
{
	vertical-align:		bottom;
	float:				left;
	width:				450px;
	height:				100%;
	text-align:			left;
}

#FormContent
{
	float:				left;
	width:				350px;
	text-align:			left;
}

#FormContent p
{
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			100%;
	color:				White;
}

#FormContent label
{
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			80%;
	color:				White;
}

#FormContent select
{
	border:				solid 1px black;
	font-size:			80%;
}

#FormContent a, #FormContent a:visited
{
	color:				White;
	font-weight:		bold;
}

#FormContent input[type="text"], #FormContent textarea
{
	border:				solid 1px black;
	font-size:			80%;
}

#FormContent h1
{
	font-size:			125%;
	color:				White;
}

#footer
{
	font-size:			90%;
	color:				White;
	width:				800px;
	height:				50px;
	text-align:			right;
	clear:				both;
}

#footer_note
{
	float:				left;
	width:				553px;
	height:				50px;
	padding-right:		20px;
}

#footer_note a, #footer_note a:visited
{
	color:				White;
	font-weight:		bold;
}

#footer_note p 
{
	margin-top:			20px;
	text-align:			right;
}

#footer_logo
{
	float:				left;
	width:				227px;
	height:				50px;
}

table.EntryForm
{
	width:340px;
}

table.EntryForm td.SetWidth1
{
	width:60px;
}

table.EntryForm td.SetWidth2
{
	width:280px;
}