﻿body
{
	font-family: Lucida grande, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin:0px;
	padding:0px;
	top: 0px;
	left: 0px;
	background-color:#000000;
	color: #FFFFFF;
}

#FullPage
{
	width: 640px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('images/world connected.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

#Logo
{
	position:relative;
	left:260px;
	top:50px;
}

#LoginForm
{
	position:relative;
	left:20px;
	top:260px;
}

.LeftColumn
{
	position:relative;
	float:left;
	width: 120px;
	text-align: right;
	height: 20px;
}

.RightColumn
{
	position:relative;
	height: 20px;
}

.ErrorColumn
{
	position:relative;
	float:left;
	height: 20px;
}

.TableRow
{
	position:relative;
	clear:both;
	width: 280px;
	top:-60px;
}