@CHARSET "UTF-8";

.gift_card {
	width: 400px;
	height: auto;
	padding: 5px;
}

.gc_header {
	background:url(/img/backgrounds/header_center.png) repeat-x;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	vertical-align:center;
	display: block;
	color: #eddeb4;
}

.gc_body {
	padding: 10px 0 5px;
	text-align: left;
	font-style: italic;
	min-height: 75px;
	color: #4d413b;
}

.gc_footer {
	padding-top: 5px;
	text-align: left;
	color: #4d413b;
}

.gc_line {
	height: 1px;
	width: 100%;
	background: #85765e;
	display: block;
}

.gc_body img {
	padding-right: 10px;
}
