html, body
{
	margin: 		0px;
	text-align:	center;
}

div#logo-box
{ text-align: center; }

div#logo-box img
{
	margin-top: 		60px;
	margin-bottom:	60px;
}

div#motto-box
{
	background-color:	#aa9;
	line-height:			75px;
	text-align:				center;
	font-family:			Tahoma, Sans-Serif;
	font-size:				18px;
	color:						#fff;
}

div#question-box
{
	line-height:			25px;
	text-align:				center;
	font-family:			Tahoma, Sans-Serif;
	font-size:				12px;
	color:						#aa9;
}

div#form-box
{ margin-top: 30px; }

div#form-info
{
	line-height:			35px;
	text-align:				center;
	font-family:			Tahoma, Sans-Serif;
	font-size:				14px;
	margin-bottom: 		15px;
}

div.error
{
	background-color: #f99;
	color:						red;
}

div.success
{
	background-color: #9f9;
	color:						green;
}

div#form-box input#email
{
	display:				block;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:	10px;
	border:					1px solid #aa9;
	width:					250px;
	padding:				5px;
	font-family:		Tahoma, Sans-Serif;
	font-size:			12px;
	color:					#000;
}

div#ad-box
{ font: 12px Tahoma, Sans-Serif; margin-top: 50px; }

div#ad-box a
{ color: #999; text-decoration: none; }

div#ad-box a:hover
{ color: #999; text-decoration: underline; }

