.cart-preorders{
	margin-top: 20px;
	padding: 16px 10px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	text-align: center;
}
.cart-preorder-blk{}
.cart-preorder-sel{}
.cart-preorder-new{display: none;}

.cart-preorder-blk>p{
	padding: 4px 0;
}
.cart-preorder-frm{
	padding: 6px 0;
}
.cart-preorder-frm input, .cart-preorder-frm select{
	height: 29px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: #ffffff;
}
