#header {
	background: #EEE;
	height: 170px;
}
#content {
	background: url(header-coupon.jpg) top no-repeat;
	background-color: #FFF;
}
#content h1 {
	background: none;
	margin: 68px 0 50px;
	text-align: center;
	padding: 0px;
	color: #005895;
	font-family: Verdana, Geneva, sans-serif;
}
#header .logo {
	width: 150px;
	height: 147px;
	margin-left: 400px;
	padding-top: 20px;
}
.ogb #content h1.coupon {
	padding: 20px 0 0 0;
	margin: 10px 0;
	color: #000;
	font: bold 24px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	border-top: 1px solid #000;
	background: none;
}
.ogb p {
	font: 16px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#contentPrimary {
	width: 700px;
	padding: 1px;
	margin: 0 auto;
}
img#nonCoveredCoupon {
	width: 600px;
	margin: 15px 50px 30px;
}
.pharmacies h2 {
	margin-top: 20px;
	text-align: center;
	font: bold 11px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ogb #content p#alsoAccepted {
	font: bold italic 18px/55px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 25px;
}

#content ul.bullet {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 20px;
}
#content ul.bullet li {
	font: 18px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 5px 0;
}

.pharmacies {
	margin-top:15px;
}
.pharmacies img {
	width: 700px;
	margin-top: 5px;
}

#buttons a {
	float: left;
}






/* Text Card Form */
/*------------------------------------------------------------------------------------------------*/
.hideForm {
	display: none;
}
#cardForms {
	position: relative;
}
a.closeButton img {
	border: none;
	padding: 6px 4px;
	margin-left: 7px;
}




#textCard {
	position: absolute;
	top: 0;
	z-index: 200;
	width: 598px;
	padding: 4px 50px 6px 50px;
	background: #FFF;
}
#textCardForm {
	background: #e5e9ec;
	padding: 4px 0;
	border: 1px solid #003566;
	border-radius: 7px;
	-moz-border-radius: 7px;
}
	#textCardForm fieldset {
		padding: 0;
		margin: 0;
		border: none;
		background: transparent;
	}
	#textCardForm p {
		float: left;
		line-height: 16px;
	}
	#textCardForm label {
		float: left;
		font-size: 14px;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 4px;
		line-height: 26px;
		color: #000;
	}
	#textCardForm input#phoneNumber {
		width: 125px;
		font-size: 15px;
		padding: 2px;
	}
	#textCardForm select#carrier {
		width: 120px;
		font-size: 15px;
	}
	#textCardForm input#submitButton {
		text-align: center;
		margin: 2px 10px;
	}


 #disclaimer {
	font-size: 10px;
	line-height:14px;
	padding-top:66px;
}

<!-----Table Styles----->
#programFeatures table {
	font-size: 18px;
}