﻿body 
{
	background-color: #e27804;
	background-image: url(images/background.gif);
	background-repeat:repeat-x;
	margin-top: 18px;
	font-family: Arial;
}

.content
{
	width: 906px;
	height: 373px;
	background-color: White;
	text-align: left;
}

.login
{
	text-align: right;
	font-size: 12px;
}

.footer
{
	background-image: url(images/footer.gif);
	width: 906px;
	height: 77px;
	text-align: center;
	font-family: Arial;
	font-size: small;
	line-height: 20px;
}

.announcement
{
	margin-top: 40px;
	line-height: 25px;
}

.announcementLogo
{
	float:left;
	margin: 10px 20px 0 10px;
}

.announcementSubmit
{
	margin-left: 50px;
}

.thankYou
{
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
}

h1
{
	font-weight: bold;
	font-size: 24px;
}

.formLabel
{
	font-size: 12px;
}

.accountDetails
{
	float: left;
	margin-left: 50px;
}

.companyDetails
{
	float: left;
	margin-left: 10px;
}