	div.coupon {
		background:#fff;
		border:2px dashed #ccc;
		padding:20px;
		width:497px; 
		height:317px; 
		position:relative;
	}
	div.couponDetails {
		float:left; 
		clear:left;
		width:320px; 
		height:150px; 
		font-family:georgia, 'Times New Roman', serif; 
		line-height:1.2em; 
	}
	div.couponOffer {
		float:left;  
		margin:0 0 0 20px; 
		width:140px; 
		height:150px;
		font-size:36px; 
		color:#55959e; 
		text-align:center;
		font-family:georgia, 'Times New Roman', serif; 
		line-height:1.2em
	}
	div.expiration {
		position:absolute; 
		bottom:20px; 
		right:20px; 
		color:#55959e; 
		font-family:georgia, 'Times New Roman', serif;
	}
	img.ggwLogo {
		position:absolute;
		left:20px;
		bottom:20px;
	}
	#closeLink {
		display:none;
	}
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
