#order, #header, #row, #noorder, #footer, #order2, #row_even, #proceed
	{
		width:740px;
		float: left;
	}
#row
	{
		background-color:#F9D7C1;
	}
#row_even
	{
		background-color:#F9D0B5;
	}
	
#order, #order2
	{
		margin:20px auto 30px;
		background-color: white;
		float: none !important;
		overflow:hidden;
	}
#order2
	{
		margin-top:20px;
	}
#code, #name, #quant, #unit, #discount, #final, #value, #drop
	{
		border:0;
		border-left: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
		float: left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		height:25px;
	}
#code		{width:  80px;}
#name		{width: 250px; border-right:1px solid #eeeeee;}	
#quant		{width:  40px; text-align:center; border-left:0;}
#unit		{width: 100px; text-align:right;}
#discount	{width:  60px; text-align:center;}
#final		{width:  80px; text-align:right;}
#value		{width:  95px; text-align:right;}
#drop		{width:  24px; border-top:1px solid #eeeeee;}

#row #label, #row #total
	{
		width: 570px;
		float: left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:15px;
		height:19px;		
		font-weight: bold;
		text-align: right;
	}

#row #total
	{
		width: 170px;
	}

#header, #footer #row
	{
		background-color:#F1B68E;
	}

#header #code, #header #name, #header #quant, 
#header #unit, #header #discount, #header #final, #header #value
	{
		font-weight: bold;
		text-align:center;
	}


#order2 #header #name,
#order2 #row #name, #order2 #row_even #name
	{
		width:415px;
	}
	
#proceed
	{
		text-align:right;
		height:40px;
		padding-top:10px;
		width:350px;
		float:right;
	}
	
.instructionInfo {
	float: left;
}

.codeBox {
	margin: 0 auto;
	float: none;
}
