BODY
{
	margin-top: 0px;
	margin-left: 0px;
}

TABLE.Login
{
	width: 200px;
	border: 0;
}

.LoginInfoRow
{
	text-align:center;
}

.LoginGeneric,
.LoginUsername,
.LoginPassword,
.LoginSelfRegLogin, 
.LoginSelfRegPassword1, 
.LoginSelfRegPassword2,
.LoginSelfRegGeneric,
.LoginPassword2
{
	width: 100px;
	height: 30px;
}

.LoginLabelGeneric,
.LoginLabelUsername,
.LoginLabelPassword,
.LoginLabelSelfRegLogin, 
.LoginLabelSelfRegPassword1, 
.LoginLabelSelfRegPassword2,
.LoginLabelSelfRegGeneric
{
	width: 100px;
	height: 30px;
	text-align:left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}

.LoginTextboxGeneric,
.LoginTextboxUsername,
.LoginTextboxPassword,
.LoginTextboxSelfRegLogin, 
.LoginTextboxSelfRegPassword1, 
.LoginTextboxSelfRegPassword2,
.LoginTextboxSelfRegGeneric
{
	width: 90px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px black;
}



.LoginError
{
	text-align: center;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}

.LoginButton
{
	width: 100px;
	text-align:center;
	color: black;
}

.LoginButtonRow
{
	height:30px;
	text-align:center;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

