	.loginParent
		{
			position:			absolute;
			top:					60px;
			left:					350px;
			width:				300px;
			height:				170px;
			text-align:			center;
			border:				thin none #0000ff;
			background-color:	transparent; 
		}
		
		.logoTitle
			{
				position:			absolute;
				top:				0px;
				left:				0px;
				width:				100%;
				height:				140px;
				border:				thin none #000055;
				background-color:	transparent;
			}
	
	
			.logoImage
				{
					position:			absolute;
					top:				10px;
					left:				100px;
					text-align:			center;
					border:			thick none #ff0000;
					background-color:	transparent; 
				}
				
			hr
				{
					width:				640px;
					height:				5px;
				}

			.titleLogin
				{
					position:			absolute;
					top:					0px;
					left:					0px;
					width:				250px;
					height:				40px;
					font-size:			20pt;
					color:				#000066;
					font-weight:			normal;
					text-align:			center;
					border:			thin none #ff0000;
					background-color:	transparent;
				}
				
		
			.formLogin
				{
					position:			relative;
					top:					30px;
					margin-left:			auto;
					margin-right:		auto;
					width:				250px;
					height:				200px;
					background-color:	transparent;
					border:				thin none #ff0000; 
				}
				
		
				.inputLabel
					{
						font-size:			12pt;
						color:				000066
						font-weight:		bold;
						text-align:			right;
						background-color:	transparent;
						border:			thin none #ff0000; 
					}
		
	/* Boxes for the common form elements*/
		
					.form02a
						{
							position:			absolute;
							top:					31px;
							left:					0px;
							width:				250px;
							height:				30px;
							text-align:			right;
							border:				thin none #ff0000;
							background-color:	transparent;
						}
				
					.form03a
						{
							position:			absolute;
							top:					62px;
							left:					0px;
							width:				250px;
							height:				30px;
							text-align:			right;
							border:				thin none #0000ff;
							background-color:	transparent;
						}
		
					.form04a
						{
							position:			absolute;
							top:					115px;
							left:					0px;
							width:				250px;
							height:				30px;
							text-align:			center;
							border:				thin none #00ff00;
							background-color:	transparent;
						}
		
					.form10Msg
						{
							position:			absolute;
							top:				170px;
							left:				-300px;
							width:				850px;
							height:				30px;
							font-size:			14pt;
							font-weight:		bold;
							text-align:			center;
							border:			thin none #00ff00;
							background-color:	transparent;
						}
		
		.finished
			{
				position:			absolute;
				top:				565px;
				left:				0px;
				width:				850px;
				height:				25px;
				text-align:			center;
				border:			thin none #000000;
				background-color:	transparent;
			}
