
/**/
	#Body
	{
		background-color: #CCC000;
		margin-top: 0;
	}

	div.BodyBox 
	{
		clear: both;
		margin-left: 10%; 
		margin-right: 10%; 
 	}
	
	div.OrderingBox 
	{
		float: left; 
		clear: both;
 	}
	
	div.TotalsBox 
	{
		float: left; 
		clear: both;
 	}
	
/*	-----------------------------------
	               Section
	 ----------------------------------
*/		
	div.SectionHeaderBox 
	{
		clear: both;
	}
	
	div.SectionHeaderLabel 
	{	
		width: 50%;
		font-size: 150%;
		font-style: italic;  
		color: black;
	 	float: left;		
		text-align: right;	
	}	
				
	.TransactionID
	{
		padding-top:4;
		color: navy;
		font-size: 11pt;
		font-style: normal;
		text-align: center;
		vertical-align: middle;	
	}
	
/*	-----------------------------------
	      Participant Info
	 ----------------------------------
*/

	div.ParticipantFieldLabel
	{
		color:navy; 
		font-size:100%;
	}
	
	.RequiredValueIndicator
	{
		color: maroon;
		font-size: 120%
	}

	.RequestedValueIndicator
	{
		color: olive;
		font-size: 120%;
	}		
	
/*	-----------------------------------
	       Totals-related 
	 ----------------------------------
*/
	div.TotalsBox 
	{
		clear: both;
		text-align: center;
 	}
	
/*	-----------------------------------
	       Payment-related 
	 ----------------------------------
*/	
	div.PaymentsBox 
	{
		float: left; 
		clear: both;
 	}
	
	div.PaymentByCheckCell
	{
		margin-left: 10%;
		text-align: left; 
		clear: both; 
		height:0;
	}
	
	div.SubmitButtonCell
	{
		text-align: center; 
		clear: both; 
		margin-left: 25%; 
		margin-right: 20%;
	}


	div.PaymentLinkCell
	{
		margin-bottom: 5;
	}
/*	
		float: left; 
		width: 160;
*/		
/*	-----------------------------------
	          Contact info.
	 ----------------------------------
*/	
	div.ContactInfoCell
	{
		text-align: center; 
		clear: both; 
		width: 50%;
		margin-left: 5%; 
	}

		
/*	-----------------------------------
	                Misc.  
	 ----------------------------------
*/	

