
#ContentColumn 
{
	width: 750px;
}
#Title
{
	left: 330px;
	width: 400px;
	position: absolute;
	top: 160px;
	color: #EF3039;
}
#Introduction
{
	left: 330px;
	width: 400px;
	position: absolute;	top: 200px;

}
#MoreInformation
{
	left: 195px;
	position: absolute;
	top: 300px;
}
#Logon
{
	border-right: dashed 1px #505870;
	left: 60px;
	width: 245px;
	position: absolute;
	top: 200px;
}

#Footer
{
	position: absolute;
	top: 300px;
	left: 160px;
}

input.Text
{
	width: 150px;
}
form .Label
{
	float: left;
	width: 65px;
}
input.SubmitButton
{
	margin-left: 65px;
	clear: both;
}
