/* Classes */
.loginBackground {
	BACKGROUND: url('/images/Windsor/WindsorBackground1.jpg');
	BACKGROUND-SIZE: cover; 
	POSITION: absolute;
	TOP: 0;
	LEFT: 0;
	MIN-WIDTH: 100%;
	MIN-HEIGHT: 100%;
	OVERFLOW: auto;
	}
a.LoginForgotUserID {
	COLOR: white;
	TEXT-DECORATION: underline;
	}
.ForgotUserIDContainer #ContactInfo {
	DISPLAY: table;
	TABLE-LAYOUT: auto;
	}
.ForgotUserIDContainer .ContactInfoRow {
	DISPLAY: table-row;
	}
.ForgotUserIDContainer .ContactInfoCell {
	DISPLAY: table-cell;
	PADDING: 5px;
	}
.ForgotUserIDContainer .WarningCaption {
	COLOR: red;
	}
.ForgotUserIDContainer H1, .ForgotUserIDContainer H2 {
	FONT-SIZE: 13px;
	font-weight: bold;
	}