.gift-outer-container {
	padding-top: 20px;
}

.gift-form {
	margin-top: 44px;
	color: #333;
	background: #eee;
	padding: 20px;
	border: 1px solid #ddd;
	width: 555px;
}

.gift-label {
	width: 125px;
	height: 35px;
	line-height: 35px;
}

.gift-form > p {
	margin-bottom: 12px;
}

.gift-verification-code-group > input {
	width: 272px;
}

.gift-verification-code-group > img {
	margin-top: 1px;
	margin-left: 12px;
	cursor: pointer;
}

.gift-error {
	margin-left: 12px;
width: 266px;
margin-top: 6px;
}

.gift-card-detail {
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	color: #333;
	font-weight: bold;
	background: #fff;
}

.gift-card-detail > p {
	font-size: 17px;
	padding-bottom: 20px;
}

.gift-detail-container {
	border-top: 1px dashed #B0B0B0;
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}

.gift-detail-title {
	color: #666;
	font-size: 13px;
	position: absolute;
	margin: 0 auto;
	background: #eee;
	top: 0px;
	line-height: 20px;
	margin-top: -10px;
	left: 50%;
	margin-left: -44px;
	padding: 0 10px;
}

.gift-card-detail-item {
	width: 44%;
display: inline-block;
}

.gift-card-detail-item > span {
	text-decoration: underline;
}
