.OrderConfirmationBorder{
	width:100%;
}

.SummaryShipBillText{
	text-align: right;
}

label{
	float:left;
}

.InLine{
	float: left;
}

.OutputData{
	font-weight: bold;
	word-break: break-word;
	
}

.ButtonRight{
	padding-top: 3px;
	text-align: right;	
}

.TotalStyle{
	color: #BB0D00;
	font-weight: bold;
}

.ShippingInputFields{
	float:right;
}

.LabelsLeftAlign{
	float:left;
}

.ShipToSpacingBetweenData, .BillToSpacingBetweenData, .OrderSummarySpacingBetweenData, .LineItemSpacingBetweenData{
	padding-top: 5px;
}

.ShipBillLineItem{
	border: 1px solid #c3c4c4;
	border-radius: 7px;
	padding: 5px;
}

.OrderConfirmation__WebReferenceLabel, .OrderConfirmation_ShipToLabel, .OrderConfirmation_PaymentMethodLabel, .OrderConfirmation_PONumberLabel, .OrderConfirmation_ShipMethodLabel
{
	font-weight:bold;
}

.HiddenInputs{
	display: none;
}

.ShipToFirstLine{
	padding-top: 5px;
}

.BillToFirstLine{
	padding-top: 35px;
}

.UseShipTo{
	text-align: center;
}