﻿.clear 
{
	clear:both;
}
.error
{
	color:Red;
}
body 
{
	background: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif; 
	margin:50px 0 0 0;
}
#container 
{
	margin:0 auto;
	width:317px;
}
#outerTop 
{
	background:url(../images/topYellow.gif);
	height:30px;
	position:relative;
}
	
#logo 
{
	float:right;
	position:absolute;
	right:6px;
	top:-14px;
}
	
#content 
{
	background:#585858;
	border-left:3px solid #b8b8b8;
	border-right:3px solid #b8b8b8;
	padding:25px 8px 0 7px;
}	

#inner 
{
	background:url(../images/inner.png) repeat-y;
	padding-bottom:30px;
	text-align:center;
	width:296px;
}
#card 
{
	margin-top:-6px;
}
#thanks 
{
	margin:30px 0;
}
p 
{
	font-size:12px;
	line-height:20px;
	margin:0 0 30px 0;
	padding:0px 12px;
	text-align:left;
}
#button 
{
	border:0px;
}
