/* layout */
html, body {
	margin : 0;
}
/* styling */
body {
	background-color : #ccc;
	color : #333;
	padding : 8px;
}
body, input, .button, .select, .itemcontroller-select {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.validation-error {
	background-color : #ccc;
	color : #c00;
}
a, a:hover {
	color : blue;
	text-decoration : none;
}
h1 { font-size : 150%; }

form { margin:0 }

#giftcertificate-show {
	color: #fff;
	width: 714px;
	height: 473px;
	background-image: url('giftcertificate-show-bg_da.png');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 16px;
	padding-top: 210px;
}

#giftcertificate-value {
	font-size: 48px;
	text-align: center;
}

#giftcertificate-code {
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
}
