#title {
	position: relative;
	top:24px;
	left:48px;
	height: 61px;
	width: 908px;
	background: URL(images/benefits.png) no-repeat 0px 0px;
}

#discountprogramtitle {
	position: relative;
	top:24px;
	margin-top: 20px;
	padding-bottom: 10px;
	height: 61px;
	width: 922px;
	background: URL(images/discountprogram.png) no-repeat 0px 0px;
}

#membershiptitle {
	position: relative;
	top:24px;
	left:48px;
	height: 61px;
	width: 908px;
	background: URL(images/membership.png) no-repeat 0px 0px;
}

#membership_table {
	position: relative;
	top:0px;
	margin-bottom: -20px;
	left:46px;
	height: 601px;
	width: 911px;
	text-align: center;
	vertical-align: middle;
	background: URL(images/memberships_bg.png) no-repeat 0px 0px;
}

	#membership_table span {
		position: relative;
		top:1px;
		font-size: 1.3em;
		color: #222;
		text-shadow: #F0F0F0 0px 1px 0px;
		font-weight: 100;
		}
		
		#membership_table td {
			width: 303px;
			font-size: 1.2em;
		}
		
		#membership_table td.benefits {
			font-size: 1.04em;
		}
		
		#membership_table td div.price {
			position: relative;
			width: 100%;
			vertical-align: middle;
			text-align: right;
			width:163px;
			padding-right:140px;
		}
		
			.purchase {
				width: 91px;
				height: 21px;
				position: absolute;
				top:-3px;
				right:20px;
				background: URL(images/purchase.png) 0px 0px no-repeat;
				cursor: pointer;
			}

			.purchase:hover {
				background-position: 0px -21px;
			}
			
			.purchase:active {
				background-position: 0px -42px;
			}
			
			.purchaseCouple {
				position: absolute;
				top:-7px;
				left:0px;
				padding: 0;
				margin: 0;
				width: 288px;
				height: 30px;
			}
			
			div.price input[type="text"].short {
					background: URL(images/joinmailinglist_input.png) 0px 0px no-repeat;
					border: none;
					outline: none;
					height:16px;
					vertical-align: top;
					width: 203px;
					position: absolute;
					padding: 5px 0px 8px 5px;
					top:0px;
					left: 15px;
					color: #999;
					font-family: 'lucida grande', 'lucida sans unicode', helvetica, verdana, arial;
					font-size: 11px;
				}
				
			.couple {
				display: none;
				position: absolute;
				left:0px;
				top:0px;
			}
			
			.purchase2 {
				width: 68px;
				height: 26px;
				position: absolute;
				top:0px;
				right:0px;
				background: URL(images/continue.png) 0px 0px no-repeat;
				cursor: pointer;
			}

			.purchase2:hover {
				background-position: 0px -26px;
			}
			
			.purchase2:active {
				background-position: 0px -52px;
			}

p {
	position: relative;
	font-size: 1.1em;
	top:-5px;
	left: 53px;
	width: 908px;
	line-height: 140%;
}
