.recurring_order_add {}
	.recurring_order_add .error {
		xcolor: #C85100;
	}
	.recurring_order_add #even_number_field_note {
		width: 600px;
	}
	.recurring_order_add .error:before {
		content: "! ";
	}

	.recurring_order_add th {
		text-align: left;
		font-weight: normal;
	}
	.recurring_order_add th.aright {
		text-align: right;
	}

	.recurring_order_add select {
		width: 350px;
	}
	.recurring_order_add .quantity {
		width: 50px;
		text-align: right;
	}
	.recurring_order_add .product_image {
		vertical-align: middle;
		border: 1px solid #e9e9e9;
	}
	.recurring_order_add table table {
		width: 600px;
		background-color: #fff;
	}
	.recurring_order_add table table td,
	.recurring_order_add table table th {
		vertical-align: middle;
		border: 1px solid #333;
		padding: 5px 15px;
		width: 90px;
	}
	.recurring_order_add table table th {
		background-color: #333;
		color: #fff;
	}
	.recurring_order_add table table .image_cell {
		padding-left: 5px;
		width: 200px;
	}
	.recurring_order_add table table .image_cell span {
		display: inline-block;
		width: 60px;
	}
	.recurring_order_add #total_label {
		font-weight: bold;
	}
	.recurring_order_add #grand_total_field {
		font-weight: bold;
	}
