/* CSS Document */



* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
}
#wrapper {
	display: none;
}

#foot {
display: none;
}
#voucher {
	margin: 0 auto;
	background: #ffffff;
	border: 4px solid #c3a302;
	z-index: 200;
	width: 400px;
	height: 450px;
	text-align: left;
	display: block;
}
#voucher .closeit {
	background: #1a3e94 url(images/closeit.gif) no-repeat right top;
	line-height: 25px;
	display: block;
	height: 26px;
	text-decoration: none;
	color: #ffffff;
	text-indent: 12px;
}
#voucher a:hover.closeit {
	background: #c3a303 url(images/closeit.gif) no-repeat right bottom;	
	color: #000000;
}
#voucher #voucherlogo {
	position: absolute;
	top: 30px;
	left: 5px;
}
#voucher h3 {
	position: absolute;
	top: 35px;
	right: 0;
	color: #1a3e94;
	display: block;
	font-size: 20px;
	text-align: left;
	width: 210px;
}
#voucher h3 #gold {

	display: block;
}
#voucher #text {
	position: absolute;
	bottom: 15px;
	left: 10px;
}
#voucher .printit {
	color: #c3a303;
	text-decoration: none;
	font-weight: bold;
}
#voucher a:hover.printit {
	color: #1a3e94;
	border-bottom: 1px dotted #1a3e94;
}
#voucher #text .printer {
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 32px;
	background: url(images/print-button.jpg) no-repeat left top;
	text-align: center;
	height: 34px;
	width: 157px;
	margin: 10px auto 10px auto;
}
#voucher #text a:hover.printer {
	color: #ffffff;
	background: url(images/print-button.jpg) no-repeat left bottom;

}
#voucher #offer {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 380px;
}





