.offer {
	width: 150px;
	border: 1px solid #000000;
}

.offer_headline {
	margin-left: 80px;
	width: 150px;
	text-align: center;
}

.offer .offer_heading {
	background-color: #336699;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	height: 45px;
}

.offer .offer_body{
	background-color: #F7E9A6;
	padding: 3px;
	text-align: center;
}

.offer .offer_icon {
	text-align: left;
	background-color: #336699;
}


.offer_one {
	font-size: 12px;
	color: #E32C1A;
	text-align: center;
	font-weight: bold;
}

.offer_two {
	font-size: 24px;
	color: #E32C1A;
	text-align: center;
	font-weight: bold;
}

.offer_clarification {
	font-size: 15px;
	color: #336699;
	text-align: center;
	font-weight: bold;
}

.small_print {
	font-size: 11px;
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.referrer {
	font-size: 1opx;
	color: #000000;
	text-align: right;
	font-weight: bolder;
	font-style: italic;
	margin-top: 3px;
}

