/* -------------------------------------------------------------- 
  Smatch - promotion screen css
-------------------------------------------------------------- */
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
body, td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#container {
	width: 620px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.contentHolder {
	border: 1px solid #CCC;
	padding: 15px 30px 10px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	vertical-align: middle;
}
#logo {
	height: 101px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: url(http://content.landingpage.be/PizzaHut/email_0308/images/Lo_PizzaHut_LP.jpg) no-repeat center center;
	text-indent: -99999px;
}
#intro {
	margin-bottom: 30px;
}
.bon {
	margin-bottom: 15px;
	border: 1px dashed #333;
	padding: 10px 10px;
}
h1 {
	color: #000;
	font-size: 16px;
	text-align: left;
	margin: 0 0 8px 0;
	padding: 0;
}
h1 .bedrag {
	font-size: 24px;
	color: #8D1818;
}
h1 sup {
	font-size: 10px;
	vertical-align: top;
}
.fr h1 {
	font-size: 15px;
}
.where {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}
.conditions {
	font-size: 11px;
	margin-bottom: 10px;
}
.bcwrap {
}
.barcode {
	width: 220px;
	float: left;
	height: 65px;
}
.barcode img {
	border: 1px solid #666;
}
.vu {
	clear: both;
	font-size: 10px;
	color: #666;
	height: 20px;
	vertical-align: bottom;
}
.vu .logo {
	float: left;
	width: 105px;
}
#footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9px;
	vertical-align: bottom;
	margin: 15px 0 25px 0;
}
.color {
	color: #8D1818;
}
.small {
	font-size: 9px;
	color: #333;
}
.bold {
	font-weight: bold;
}