*
{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	margin:0;
	height:100%;
}

h1
{
	font-size: 35px;
}

#pageWrapper
{
	margin: 0 auto;
	position:relative;
	width: 956px;
}

.ambLogo
{
	position:relative;
	float:left;
	margin: 0 0 0 30px;
}

.ambLogo img
{
	border: none;
}

.menuBar
{
	position:relative;
	float:right;
	clear:right;
	margin: 0 20px 0 0;
	width:auto;
	height:auto;
}

.menuBar img
{
	border: none;
}

.tabBar
{
	position:relative;
	float:right;
}

.tabBar img
{
	border: none;
}

.userTab
{
	position: relative;
	float:left;
	margin: 0 0 0 20px;
}

.pageFooter
{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	font-size: 10px;
	border-top: 1px solid #000;
	margin: 25px 0 0;
}

.copyrightBox
{
	position:relative;
	float:left;
	clear:both;
	margin: 10px 0 25px 25px;
}

.validatorsBox
{
	position:relative;
	float:right;
	margin: 15px 10px 0 0;
}

.validatorsBox a
{
	margin: auto auto auto 10px;
}

.validatorsBox img
{
	border: none;
}


.footerSpacer
{
	position:relative;
	float:left;
	clear:both;
	width: 956px;
	height: 1px;
}

.tinyType
{
	font-size: 10px;
}

.buttonItem
{
	cursor: pointer;
}

.emailFieldLabel
{
	position:relative;
	float:left;
	clear:both;
	width: 144px;
	margin: 10px 0 0 10px;
}

.emailField
{
	position:relative;
	float:left;
	width: 366px;
	margin: 10px 0 0 5px;
}

.emailTextBody
{
	position:relative;
	float:left;
	clear:both;
	margin: 10px 0 0 10px;
}

.emailVerificationContainer
{
	position:relative;
	float:left;
	clear:both;
	margin: 20px auto auto;
}

.loginFormContainer
{
	position:relative;
	margin: 20px;
}

.loginFormContainer input
{
	margin: 10px 0 0;
}

.loginError
{
	position:relative;
	float:left;
	clear:both;
	font-style:italic;
	font-weight:bold;
	color: #F00;
	margin: 10px 0;
}