#market-subscribe {
}

#market-subscribe input {
	padding: 2px;
}

#market-subscribe ul {
	list-style: disc;
	margin: 24px;
}

#market-subscribe ul#market-subscribe-instructions {
	margin: 24px 0 24px 36px;
	font-weight: bold;
}

#market-subscribe ul li {
	margin: 8px 0 4px 4px;
}

#market-subscribe .market-subscribe-option {
	display: inline;
	width: 160px;
	height: 240px;
	margin: 4px;
	background: #ddd;
	float: left;
}

#market-subscribe .market-subscribe-option p,
#market-subscribe .market-subscribe-option-selected p {
	margin: 6px auto;
	padding: 2px;
}

#market-subscribe .market-subscribe-option-selected {
	display: inline;
	width: 160px;
	height: 240px;
	margin: 4px;
	background: #A0C60F;
	float: left;
}


#market-subscribe a.market-subscribe-option-button {
	display: block; 
	width: 95px; 
	height: 22px; 
	margin: auto; 
	background-image: url(/images/button.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 9pt;
}

#market-subscribe p.market-subscribe-option-title {
	font-weight: bold;
	color: #000;
	font-size: 10pt;
	text-align: center;
	height: 40px;
}

#market-subscribe p.market-subscribe-option-summary {
	color: #000;
	font-size: 8pt;
	text-align: center;
	height: 72px;
}

#market-subscribe p.market-subscribe-option-months {
	color: #666;
	height: 16px;
	font-size: 9pt;
	text-align: center;
}

#market-subscribe p.market-subscribe-option-price {
	font-weight: bold;
	color: #000;
	height: 32px;
	font-size: 10pt;
	text-align: center;
}

#market-subscribe a.market-subscribe-option-button span {
	display: block;
	padding-top: 2px;
}

#market-subscribe-formbox.formbox {
}

#market-subscribe-formbox table {
	margin-top: 2px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 900px;
	margin: 16px auto;
}

#market-subscribe-formbox tr {
	margin-top: 2px;
	border-bottom: 1px solid #eee;
}

#market-subscribe-formbox td {
	vertical-align: middle;
	padding: 6px;
}

#market-subscribe-formbox td.formkey {
	vertical-align: top;
	text-align: right;
	padding-top: 8px;
}

#market-subscribe-formbox h3 {
	background: #A0C60F;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 8px;
	margin-top: 0;
	-moz-border-radius: 4px; 
}


