h2
{
	margin-bottom: 10px;
}

form#giftcards-form
{
	margin-top: 30px;
}

form#giftcards-form label
{
	float: left;
	clear: left;
}

form#giftcards-form span
{
	display: block;
	float: left;
	clear: left;
	padding: 12px 10px 0 0;
}

form#giftcards-form input
{
	float: left;
	clear: left;
}

form#giftcards-form input.amount
{
	clear: none;
	width: 100px;
}

form#giftcards-form button
{
	float: left;
	clear: left;
}

p.clear
{
	float: left; 
	clear: left;

}

div.giftcard
{
	border: solid 2px #333;
	padding: 50px;
	border-radius: 10px;
	margin-top: 50px;
}

div.giftcard img
{
	float: left;
	margin-right: 50px;
}

div.giftcard p
{
	margin-top: 25px;
}

div.giftcard h3
{
	margin-top: 10px;
}

div.giftcard strong
{
	font-weight: normal;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	display: inline;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-left: 10px;
}

p.print
{
	margin-top: 10px;
}




