BODY
{
	background-color: #eeeeee;
	text-align:center;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
}

TABLE.Login
{
	background-color: #b1633f;
	width: 200px;
	font-family: Arial;
	font-size: 8pt;
}

.TitleRow
{
}

.TitleLabel
{
}

.LoginInfoRow
{
	text-align:center;
}

.LoginGeneric,
.LoginUsername,
.LoginPassword,
.LoginSelfRegLogin, 
.LoginSelfRegPassword1, 
.LoginSelfRegPassword2,
.LoginSelfRegGeneric,
.LoginPassword2
{
	width: 100px;
	height: 30px;
    margin-top:16px;
}

.LoginLabelGeneric,
.LoginLabelUsername,
.LoginLabelPassword,
.LoginLabelSelfRegLogin, 
.LoginLabelSelfRegPassword1, 
.LoginLabelSelfRegPassword2,
.LoginLabelSelfRegGeneric
{
	width: 110px;
	height:30px;
	text-align:left;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	padding-left: 10px;
    padding-top:16px;
}

.LoginTextboxGeneric,
.LoginTextboxUsername,
.LoginTextboxPassword,
.LoginTextboxSelfRegLogin, 
.LoginTextboxSelfRegPassword1, 
.LoginTextboxSelfRegPassword2,
.LoginTextboxSelfRegGeneric
{
	width: 90px;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color: black;
    margin-top:16px;
}



.LoginError
{
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	width: 200px;
}

.LoginButton
{
	background-color: #d1a18b;
	width: 90px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #85412c;
         border:1px solid white;
         margin-right:5px;

}

.LoginButtonRow
{
	height:30px;
	text-align:right;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

.LinkTextRow
{
	text-align:center;
	background-color: #c0c0c0;
	font-weight: normal;
	font-size: 8pt;
	color: black;
}

.LinkText
{
	font-weight: bold;
}
