div#gutschein .alt {
	display:none;
}

div#gutschein .box_header{
	margin: 0;
	padding: 0;
	height: 28px;
	background: url('../img/gutschein_hl.png') no-repeat;
}

div#gutschein .box_content{
	background: #FFF;
}

div#gutschein div#gutschein_img{
	float: left;
	width: 320px;
	height: 249px;
	margin: 20px 30px 0 20px;
	background: url('../img/gutscheine.png') no-repeat;
}

div#gutschein div.pad {
	float:left;
	width:340px;
	margin-top: 40px;
}

div#gutschein div.pad h2 {
	font-size: 11px;
	color: #e21b76;
}

div#gutschein .description {
	margin-bottom: 20px;
	line-height: 14px;
}


div#gutschein div.inputs {
	float:left;
	margin: 6px 10px 0 0;
}

div#gutschein div.inputs input {
	height: 16px;
}

div#gutschein div.inputs select {
	height: 18px;
	margin-top: 2px;
}
a#gutschein_submit_btn {
	display: block;
	float: left;
	width: 173px;
	height: 28px;
	background: #FFF url('../img/gutschein_wk_btn.png') no-repeat;
}