#content #wrapper {
	padding-top: 120px;	
}

#content img.left {
	float: left;
	margin: 0 10px 0 0;
}

#content #main {
	text-align: center;
	float: left;
	margin-bottom: 20px;
	width: 460px;
}

	#content #main p {
		font-family: Georgia, serif;
		color: #666;
	}
	
	#content #main #options {
		margin-top: 20px;
	}
	
	#content #main div.option {
		position: relative;
		float: left;
		display: inline;
		text-align: center;
		width: 140px;
		height: 180px;
		border: 1px solid #999;
		margin-top: 15px;
		background-color: #EFEFEF;
	}
	
		#content #main div.option h3 {
			font-family: Georgia, serif;
			font-weight: normal;
			color: #F726B7;
			font-size: 150%;
			margin: 20px 0 0 0;
			padding: 0;
		}
		
		#content #main div.option p.cost {
			margin: 0;
			padding: 0;
			color: #999999;
			position: absolute;
			bottom: 50px;
			text-align: center;
			width: 140px;
			left: 0;
		}
		
		#content #main div.option a {
			position: absolute;
			bottom: 10px;
			left: 0;
			background-image: url('images/signup_small.png');
			display: block;
			width: 93px;
			height: 32px;
			text-indent: -10000px;
			margin-left: 23px;
		}
	
	#content #main #pay_30 {
		border-right: none;
	}
	
	#content #main #pay_60 {
		border: 2px solid #EA40B6;
		width: 170px;
		height: 210px;
		margin-top: 0;
		background-color: #fff;
	}
	
		#content #main #pay_60 h3 {
			font-size: 190%;
		}
		
		#content #main #pay_60 p.cost {
			bottom: 62px;
			width: 170px;
		}
		
		#content #main #pay_60 a {
			background-image: url('images/signup_big.png');
			width: 102px;
			height: 41px;
			margin-left: 35px;
		}

	#content #main #pay_90 {
		border-left: 0;
	}

	#content #main p.ccbill {
		margin-top: 40px;
		text-align: center;
	}
	
	#content #main p.other {
		margin-top: 30px;
	}
	
	#content #main #other_methods {
		display: none;
	}
	
	#content #main form {
		
	}
	
		#content #main form fieldset {
			border: none;
		}
		
		#content #main form fieldset input {
			cursor: pointer;
		}