div.proof
{
	width:	740px;
	margin:	0 auto;
}
div.proof > div
{
	width: 100%;
}
div.proof > div.head
{
	height:					170px;
	background-repeat:		no-repeat;
	background-position:	0% 0%;
}
div.proof > div.body
{
	width:			718px;
	margin:			0 auto;
	border-left:	3px solid #000E49;
	border-right:	3px solid #000E49;
	text-align:		center;
}
div.proof > div.foot
{
	height:					87px;
	background-repeat:		no-repeat;
	background-position:	0% -170px;
}

div.proof > div.body div.account
{
	width:		99.5%;
	margin:		0 auto;
	height:		240px;
	position:	relative;
	background-color: #FFFFFF;
}
div.proof > div.body div.account div.account-info
{
	float:			left;
	position:		absolute;
	top:			-10px;
	left:			10px;
	width:			200px;
	font-family:	Sans-Serif;
	font-size:		14px;
	font-weight:	normal;
	color:			#222;
	text-align:		left;
}
div.proof > div.body div.account div.account-info h1,
div.proof > div.body div.account div.account-info h1 a
{
	font-family:		Impact;
	font-size:			20px;
	font-weight:		normal;
	color:				#001f56;
	letter-spacing:		1px;
	text-align:			center;
	margin-bottom:		15px;
	text-decoration:	none;
}
div.proof > div.body div.account div.account-chart
{
	float:		right;
	width:		70%;
	height:		210px;
}
div.proof > div.body div.account div.account-chart .error
{
	margin-top: 85px;
}
div.proof > div.body div.account div.account-chart a
{
	font-family:		Sans-Serif;
	font-size:			14px;
	font-weight:		bold;
	color:				blue;
	text-decoration:	none;
}
div.proof > div.body div.account div.account-chart a:hover
{
	text-decoration: underline;
}

div.proof > div.body div.statement
{
	width:	99.5%;
	height:	185px;
	margin:	0 auto;
}
div.proof > div.body div.statement iframe
{
	width:	100%;
	height:	100%;
	border: 0;
}

div.proof > div.head a
{
	display:	block;
	width:		722px;
	height:		119px;
	position:	relative;
	top:		40px;
	left:		8px;
}

div.proof > div.foot a:first-child
{
	display:				block;
	width:					338px;
	height:					80px;
	background-repeat:		no-repeat;
	background-position:	0% 0%;
	position:				relative;
	top:					4px;
	left:					50px;
}
div.proof > div.foot a:first-child:hover
{
	background-position: 0% -80px;
}

div.proof > div.foot a:last-child
{
	display:			block;
	width:				180px;
	padding:			4px 0;
	margin:				0 auto;
	background-repeat:	repeat-x;
	border:				1px solid #68B8FB;
	font-family:		Sans-Serif;
	font-weight:		normal;
	font-size:			14px;
	color:				#FFF;
	text-align:			center;
	text-decoration:	none;
	cursor:				pointer;
	position:			relative;
	top:				-30px;
	left:				196px;
}
div.proof > div.foot a:last-child:hover
{
	color:					#FFF;
	text-decoration:		none;
	background-position:	0% 100%;
}