.changeDelivery input {
	margin: 0px 5px 0px 5px; padding: 0px;
}

.changeDelivery label {
	white-space: nowrap;
}

p#customerListRow,p#customerAddessListRow {
	padding-bottom: 0px; padding-top: 2px;
}

.deliveryActive {
	color: black;
}

.deliveryInactive {
	color: graytext;
}

.deliveryHelp {
	visibility: hidden; display: none;
}

#addressListRow,#checkoutFields,#customerAddessListRow,#customerListRow,#enterableAddress,#templateFields {
	display: none;
}

#orderAnchor, #unorderAnchor {
	display: block;
}
#orderDetailsContainer td {
	border-width: 0px;
}

#orderOptionsNext {
	float: right; padding: 5px; width: 50%;
}

#orderItemListContainer th,#orderItemListContainer td {
	padding: 2px;
}

#orderOptions table,#orderOptions td,#orderOptions table {
	border-width: 0px;
}

#print-confirmation {
	float: right;
}

select#creditCardExpiryMonth {
	width: 9em;
}

select#creditCardExpiryYear {
	width: 5em;
}

select#CREDIT_CARD_TYPE_CODE {
	width: 180px;
}

td#orderTotalIncFreight {
	border-bottom: 3px double black; border-top: 2px solid gray; text-align: right;
}
