/* Position overlay text on various coupon graphics */

div.coupon1, div.coupon2, div.coupon3 {
	width: 670px; float: left; height: auto; position: relative;
	margin-top:3px;
}
span#refnum {
	font-size: 80%;
}
div.coupon1 span#refnum {
	position: absolute; bottom: 26px; left: 147px;
	font-size: 70%;
}
div.coupon1 span#drivenum  {
	position: absolute; bottom: 2px; z-index: 99999; left: 8px;
	font-size:80%;
}
div.coupon3 span#refnum {
	position: absolute; bottom: 15px; left: 135px;
	font-size: 70%;
}
div.coupon3 span#drivenum  {
	position: absolute; bottom: 0px; z-index: 99999; left: 8px;
	font-size:80%;
}