#gift-cards {
    min-height:780px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 720px;
	}


#gift-cards > img {
	display: block;
	float: none;
	font-size: 20px;
	padding: 30px 50px;
	line-height: 1.2em;
	text-align:center;
	margin: auto;
}

#gift-cards img.divider {
	padding: 0;
	}
	
#gift-cards h3 {
	font-size: 18px;
	line-height: 26px;
	}
	

#gift-cards table{
	margin-left:50px;
}

#gift-cards td{
	padding: 15px 0;
	vertical-align: top;
	padding: 30px 0px 10px 50px;
}

#gift-cards td.title {
	font-size: 16px;
	line-height:1.3em;
	padding: 50px 0px 0px 0;
}

#gift-cards td.title p{
	font-size:14px;
	padding: 5px 25px 0px 0px;
	color:#888888;
}

#gift-cards td.image {
	width: 300px;
}

#gift-cards td.step1 {
	float:right;
	padding-right: 75px;
}

#gift-cards td.step3{
	padding: 0px 0px 50px 20px;
}

#gift-cards sup{
	font-size: 9px !important;
	font-weight: normal !important;
	padding-left: 1px;
}
#gift-cards tr.third-step td img {float: right;}
