	.loginParent
		{
			position:			absolute;
			top:				0px;
			left:				0px;
			width:				680px;
			height:				460px;
			background-color:	transparent;
			border:			thin none #ff0000;
		}

			.titleLogin
				{
					position:			absolute;
					top:				30px;
					left:				0px;
					width:				620px;
					height:				40px;
					font-size:			18pt;
					color:				#000066;
					font-weight:		bold;
					text-align:			center;
					border:			thin none #000066;
					background-color:	transparent;
				}
				
		
			.formLogin
				{
					position:			absolute;
					top:				150px;
					left:				155px;
					width:				370px;
					height:				200px;
					background-color:	transparent;
					border:			thin none #ff0000; 
				}
				
		
				.inputLabel
					{
						position:			absolute;
						top:				0px;
						left:				-50px;
						width:				120px;
						height:				30px;
						font-size:			12pt;
						color:				#000066;
						font-weight:		bold;
						text-align:			right;
						background-color:	transparent;
						border:			thin none #ff0000; 
					}
				
		
				.inputLabel1a, .inputLabel1b, .inputLabel2a, .inputLabel2b
					{
						position:			absolute;
						height:				20px;
						font-size:			12pt;
						font-weight:		bold;
						color:				#000066;
						text-align:			right;
						background-color:	transparent;
						border:			thin none #0000ff;
					}
					
				.inputLabel1a
					{
						top:				30px;
						left:				0px;
						width:				120px;
						text-align:			right;
					}
					
				.inputLabel1b
					{
						top:				30px;
						left:				145px;
						width:				200px;
						text-align:			left;
					}
					
				.inputLabel2a
					{
						top:				62px;
						left:				0px;
						width:				120px;
						text-align:			right;
					}
					
				.inputLabel2b
					{
						top:				62px;
						left:				145px;
						width:				200px;
						text-align:			left;
					}
						
		
	/* Boxes for the common form elements*/
		
					.form02a
						{
							position:			absolute;
							top:				31px;
							left:				0px;
							width:				250px;
							height:				30px;
							text-align:			right;
							border:			thin none #0000ff;
							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;
							background-color:	transparent;
							border:			thin none #00ff00;
						}
		
					.form10Msg
						{
							position:			absolute;
							top:				170px;
							left:				-100px;
							width:				560px;
							height:				30px;
							font-size:			14pt;
							font-weight:		bold;
							text-align:			center;
							background-color:	transparent;
							border:			thin none #00ff00;
						}
		
		.finished
			{
				position:			absolute;
				top:				-65px;
				left:				670px;
				z-index:			3;
				width:				70px;
				height:				20px;
				font-size:			10pt;
				text-align:			center;
				background-color:	transparent;
				border:			thin none #000000;
			}
