body 
	{
		padding: 0px;
		margin: 0px;
		width: 100%;
		text-align:center;
		background: url('../images/bgPage.jpg');
	}
#wdwMainContent
	{
		border: 0px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}


.indent
	{
		padding: 0px 10px 5px 25px;			
	}
.box2Wrapper
	{
		width: 100%;
		border: 1px solid #AFB59B;
	}
.box2Title
	{
		width: 100%;
		border-bottom: 1px solid #AFB59B;
		background: #D7DACE;
		height: 20px;
	}
.box2Content
	{
		padding-left: 5px;
	}

	
	
	
/* Boxes within Standard Boxes */
	.boxFormFields
		{
		 	width: 350px; 
			float: left;
		}
	.boxHelp
		{
		 	width: 200px; 
			float: left; 
			clear: right;
			font-style: italic;
			line-height: 18px;
		}	
	.boxHelpTop
		{
			width: 625px; 
			clear: right;
			font-style: italic;
			margin: 0px 0px 15px 0px;
			line-height: 18px;
		}	
/* Boxes within Standard Boxes */
	

/* Prompt Box */
	.promptFrame{
			width: 400px;
			border: 5px solid white;
			margin: 100px auto 0px auto;
			
		}
	.bdyMain{
			padding: 5px;
			border: 0px;
			vertical-align: top;
			text-align: left;
		}
	.titleBar{
			background: url('images/bgColLeft.gif');
			border-bottom: 5px solid white;
			padding: 2px 5px 4px 5px;
			text-align: left;
			color: white;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}

/* Prompt Box */
	