.gifts {
	width: 100%;
}

.gift-box {
	width: 201px;
	margin: 1px;
	padding: 5px;
	text-align: center;
	border: 1px solid #D8D8D8;
	float: left;
}

.gift-desc {
	width: 100%;
	margin: 20px 0 10px 0;
	border: 1px solid #D8D8D8;
}

.send-error {
	padding: 10px;
	margin: 5px 0 5px 0;
	color: #FF0C18;
	border: 1px solid #FF0C18;
}

.send-success {
	padding: 10px;
	margin: 5px 0 15px 0;
	color: #00A510;
	border: 1px solid #00A510;
}

.new_gift {
	//background: url(../images/new.png) no-repeat left top;
	border: 1px solid #F40000;
}
.gift_author {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
}


table.glist {
	width: 500px;
}

.gift-comment {
	position: relative;
}

.gift-comment:hover::after {
	content: attr(data-title);
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11px;
    padding: 10px;
}