﻿body {
}
/*Open an account with T2T*/

#OpenAccount {
	position: relative;
	width: 760px;
	height: 20px;
	margin-left: -20;
	margin-right: auto;
	text-align: left;
}
#AccountErrors {
	position: absolute;
	width: 300px;
	height: auto;
	text-align: left;
	left: 450px;
	top: 150px;
}
#LoginErrors {
	position: absolute;
	width: 300px;
	height: auto;
	text-align: left;
	left: 430px;
	top: 150px;
}
#NeedAccount {
	position: absolute;
	width: 700px;
	height: auto;
	text-align: left;
	left: 40px;
	top: 360px;
}
#OpenAccount a:link, #OpenAccount a:visited {
	color: #FF4500;
	background-color: transparent;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
}
#OpenAccount a:link, #OpenAccount a:visited {
	padding: 1.5em 1em 1em 1em;
	color: #980000;
	background-color: transparent;
	font-size:0.8em;
}
.AccountPage 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 560px;
}
.MyAccountPage 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 850px;
}

.AccountTable
{
	padding:5px,5px,5px,5px;
	
}
	