div.PageBanner				{	display:		block;
								white-space:	nowrap;
								color:			#800080	}
div.ContentBox				{	text-align:			left;
								border-style:		inset;
								border-width:		4px;
								border-radius:		15px;
								width:				70%;
								margin:				0	auto;
								padding:			20px;
								background-color:	LightBlue;
							}
div.FormWindow				{	margin-left:		auto;
								margin-right:		auto;
								width:				100%;
								height:				75%;
							}
div.FormBox					{	width:				380px;
								height:				120px;
								text-align:			left;
								border-style:		inset;
								border-width:		4px;
								position:			relative;
								left:				25%;
								top:				30px;
							}
div.CaptchaBox				{	text-align:			right;
								max-width:			500px;
								margin:				20px	auto;
								padding:			20px;
								padding-right:		20px;
								border-style:		inset;
								border-width:		4px;
								border-radius:		15px;
							}
.ButtonStyle				{	text-decoration:	none;
								text-align:			center;
								display:			inline;
							}
		
img.GraphicalLink			{	text-decoration:	none;
								border: 			none;
							}
img.BorderedGraphicalLink	{	text-decoration:	none;
								border: 			solid;
								border-width: 		5px;
								border-color: 		white;
							}

div.LoginWindow				{	margin-left:		auto;
								margin-right:		auto;
								width:				100%;
								height:				75%;
							}
div.LoginBox				{	width:				320px;
								height:				120px;
								text-align:			center;
								border-style:		inset;
								border-width:		4px;
								position:			relative;
								left:				25%;
								top:				30px;
							}
.LeftField					{	position:			relative;
								top:				0px;
								left:				0px;
								width:				140px;
								height:				20px;
								padding:			2px;
								text-align:			right;
							}
.RightField					{	position:			relative;
								top:				-24px;
								left:				150px;
								width:				400px;
								text-align:			left;
								padding:			2px;
							}
div.HomeButton				{	text-decoration:	none;
								width:				180px;
								border-style:		outset;
								border-width:		4px;
								padding:			5px;
							}
		
div.FieldWhite				{	background-color:	White;			}
img.CLickHere				{	position:			relative;
								top:				0px;
								left:				0px;
								width:				166px;
								height:				106px;
							}
		
.Border						{	border-style:		none;
								border-width:		4px;
								padding:			8px;
							}
.QandA						{	background-color:	#9F5F9F;
								padding:			8px;
								white-space:		nowrap;
								position:			absolute;
/*								top:				200px; */
								left:				150px;		
							}
