﻿body
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#TopBand
{
	margin: 0;
	padding: 0;
	height: 20px;
}

.logo
{
	display: block;
	text-align: left;
}

.border
{
	margin-top: 15%;
	border-top: solid 1px #E9E9E9;
	border-left: solid 20px #E9E9E9;
	width: 50%;
}

body table, .border
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.Table
{
	margin-top: 5%;
	margin-left: 10%;
}

.Table td
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}


.Table .PasswordInput
{
	padding: 10px 0 10 0;
}
.Table .PasswordInput INPUT
{
	border: #8b8b8b 1px solid;
	font-weight: bold;
	width: 150px;
	margin-right: 5px;
}


.Messages
{
	color: #DA251D;
	font-weight: bold;
	text-align: left;
}

.button
{
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
	height: 24px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	background-image: url(pics/buttonBackground.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	border-top: solid 1px #D7D7D7;
	cursor: hand;
}


