body {
	margin: 0;
	background-color: #fff; /* body_bgcolor */
	background-image: ; /* body_bgimage */
	background-repeat: ;
	color: #000; /* body_color */
}

body, input, select, textarea {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; /* body_font */
	font-size: 11px; /* body_fontsize */
	line-height: 120%;
}

input[type=text], input[type=password], textarea {
	margin: 0 0 4px 0;
	border: 1px solid #ccc;
	border-color: #ccc; /* border_color */
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

select {
	border: 1px solid #000;
	padding: 2px 4px;
	margin: 0 0 4px 0;
	height: 20px;
}

option {
	border: 1px solid #000;
	padding: 2px 4px;
}

select option:hover {
	background-color: #999;
}

input[type=checkbox], input[type=radio] {
	width: 10px;
	height: 10px;
	margin: 0 0 4px 0;
}

a {
	color: #000; /* link_color */
	text-decoration: underline;
}

a:hover {
	color: #000; /* hover_color */
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	border: 0;
	display: block;
}

form {
	margin: 0;
}

form table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2, h3 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; /* headline_font */
	font-size: 15px; /* headline_fontsize */
	font-weight: bold; /* headline_fontweight */
	color: #000; /* headline_color */
/*	border-bottom: 1px solid #ccc;
	border-color: #ccc; /* border_color */
	margin: 0;
	letter-spacing: 0px; /* headline_spacing */
	text-transform: none; /* headline_transform */
}

h3 {
	font-size: 11px; /* subheadline_fontsize */
}

hr {
	color: #999; /* border_color */
	background-color: #999; /* border_color */
	height: 1px;
	border: 0;
}

.content {
	margin: 8px;
}

.validation-error {
	color: red;
	margin-bottom: 4px;
}

#giftcertificate-form, #giftcertificate-show {
	width: 682px;
	height: 390px;
}

#giftcertificate-show {
	position: relative;
}

#giftcertificate-form h2, #giftcertificate-show h2 {
	font-family: Times, serif;
	font-size: 48px;
	line-height: 120%;
	text-indent: -9999em;
}

#giftcertificate-form h3, #giftcertificate-show h3 {
	font-family: Times, serif;
	font-size: 24px;
	line-height: 120%;
	text-indent: -9999em;
}

#giftcertificate-show-valuetext {
	position: absolute;
	top: 97px;
	left: 1px;
	font-size: 52px;
	padding-top: 46px;
	padding-left: 40px;
}

#giftcertificate-show-value {
	font-size: 30px;
	line-height: 100%;
	position: absolute;
	top: 108px;
	left: 475px;
	width: 186px;
	padding: 28px 5px 0 5px;
	text-align: center;
}

#giftcertificate-show-code {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	top: 203px;
	left: 0px;
	width: 672px;
	padding: 7px 5px 0 5px;
	text-align: center;
}

#giftcertificate-show-description {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	top: 327px;
	left: 0px;
	width: 672px;
	padding: 7px 5px 0 5px;
	text-align: center;
}

