#orderconfirmation,#shippingconfirmation,#billingconfirmation
	{
	margin-left:20px;
	margin-top:5px;
	font-size:10pt;
	color:rgb(100,100,100);
	background-color:white;
	border:1px solid rgb(96,48,0);
	padding :0px;
	padding-bottom:5px;
	width:555px;
	}

/*
.confirmationheader
	{
	background-color:rgb(200,200,200);
	background-color:#F0F0C0;
	color:rgb(96,48,24);
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	padding:3px;
	padding-top:7px;
	padding-bottom:5px;
	height:18px;
	/* border-bottom:1px solid rgb(96,48,0);*/
	}
*/
.confirmationtotals
	{
	font-weight:bold;
	font-size:10pt;
	}

#confirmationorderheader
	{
	background-color:rgb(240,240,255);
	padding:8px;
	font-size:8pt;
	height:22px;
	text-align:center;
	}

