body
{
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	background-color: #000000;
	margin: 0 0 0 0;
}
form 
{
	margin:0;
	padding:0;
}

input.button
{
	font-size: 11px;
	height:20px;
	margin-bottom:-1px;
	margin-left:6px;

	border:1px solid;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#000000;
	border-bottom-color:#000000;
}

a:link		{color: #FFFFFF;text-decoration: underline;}
a:visited	{color: #FFFFFF;text-decoration: underline;}
a:hover		{color: #FF3399;text-decoration: none;}
a:active	{color: #FF3399;text-decoration: underline;}

.wrapper
{
	width: 390px;
	height: 80px;
	border: solid 1px #FFFFFF;
	background-color: #333333;
	text-align: center;
}

.wrapper .error
{
	margin-top: 25px;	/*centered*/
}

.wrapper .received
{
	margin-top: 25px;	/*centered*/
}

.wrapper .top
{
	margin-bottom:6px;
}

.wrapper .bottom
{
	margin-top:6px;
	margin-bottom:2px;
}

.wrapper .email .text
{
	margin-right:6px;
	height:14px;
}
.wrapper .email .inputtext
{
	font-size: 11px;
}

