	.loginStatus {
		font-size: 12px;
		color: #FFF;
		padding-left: 10px;
	}

	#loginForm {
		font-size: 12px;
		color: #000;
	}

	#loginForm  table {
		width: 420px;
	}

	#loginForm .Content-FormHeading {
		padding-top: 0px;
		padding-bottom: 4px;
	}

	#loginForm  .defaultInput {
		width: 170px;
	}

	#loginForm  .password {
		width: 130px;
	}

	#loginForm  .submit {
		text-align: right;
	}

	#registerForm .captchaText {
		float: right;
		width: 120px;
		margin-top: 1px;
	}

	#registerForm .fName, #registerForm .lName {
		width: 113px;
	}

	#registerForm .lName {
		margin-left: 10px;
	}

	#captchaImage {
		position: absolute;
		height: 30px;
		width: 115px;
		margin-top: -4px;
		background-color: #FFF;
		border: 1px solid black;
	}

	#captchaImage .refresh {
		height: 20px;
		margin-bottom: 5px;
	}

	#captchaImage img {
		height: 30px;
	}

	.errorField {
		background-color: #e78383;
	}

	#wizard
	{
		text-align: center;
	}

	#Wizard-Main
	{
		position: relative;
		width: 650px;
		height: 580px;
		text-align: left;
		border: 1px solid #999999;
		margin: auto;
	}

	#Wizard-Content-Parent
	{
		position: absolute;
		overflow: auto;
	}

	#Wizard-Content
	{
		position: relative;
		margin: 20px;
	}

	#Wizard-Navigation
	{
		position: absolute;
		width: 100%;
		height: 36px;
		text-align: right;
		background-color: #eeeeee;
	}

	#Wizard-Navigation-Items
	{
		position: relative;
		margin: 5px;
	}

	.NavigationButton
	{
		width: 120px;
	}
	
	
	
/*
	Floating help window
*/
	
	#help-window
	{
		width: 400px;
		height: 400px;
		border: 1px solid black;
		background-color: #6CA5EF;
		padding: 0px;
		position: absolute;
	}
	
	#help-window #toolbar
	{
		height: 17px;
		text-align: center;
		padding-right: 5px;
	}
	
	#help-window #toolbar img
	{
		padding-top: 2px;
		float: right;
	}
	
	#help-window #help-content
	{
		text-align: left;
		width: 384px;
		height: 376px;
		overflow: scroll;
		margin: 3px 3px;
		background-color: #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
	}
	
	.help-link
	{
		text-decoration: none;
		color: #000077;
	}
