@charset "utf-8";
/* CSS Document */
li input {
	position: absolute; 
	left: -9999px;
}
span.alt_cents {
	font-size: 80%;
	line-height: 12px !important;
	line-height: 2px;
	margin-left: 2px;
	text-decoration: underline;
	vertical-align: top;
}
span.cents {
	font-size: 70%;
	line-height: 23px;
	margin-left: 2px;
	text-decoration: underline;
	vertical-align: top;
}
.disclaimer_msg {
	clear: both;
	color: #135794; 
	padding-bottom: 10px;
	padding-left: 5px !important;
	padding-left: 2px;
	text-align: left;
	vertical-align: top;
	width: 350px;
}
li.options {
	clear: both;
	height: 51px;
	margin: 7px 0;
	width: 354px;
}
li.options label {
	background: #FFF url('/shared-bits/images/joinpage/option_box_long.gif') no-repeat scroll 0 -51px;
	cursor: pointer; 
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	height: 51px;
	width: 354px;
}
li.options label.checked { 
	background-position: 0 0;
}
li.options label span.option_text {
	color: #000000;
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 33px;
	overflow: hidden;
	padding-left: 30px;
	text-align: left;
	width: 215px !important;
	width: 245px;
}
li.options label .option_text img {
	margin-bottom: 0 !important;
	margin-bottom: 0;
	margin-left: 5px !important;
	margin-left: 10px;
	margin-top: 6px;
	text-align: right;
}
li.options label span.option_amount {
	color: #5C5C5C;
	display: inline-block;
	float: right;
	font-size: 12pt; /* 12 points required by credit card regulations */
	line-height: 28px;
	padding-right: 8px;
	text-align: right;
	width: 100px;
}
li.options label.checked span.option_amount,
li.options label.checked span.option_text { 
	color: #003365;
}
li.options label span.option_subtext {
	color: #333333; 
	display: inline-block;
	float: left;
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	overflow: hidden;
	padding-left: 30px;
	text-align: left;
	width: 215px !important;
	width: 245px;
}
li.options label span.option_currency {
	color: #666666;
	display: inline-block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	line-height: 15px;	
	padding-right: 8px;
	text-align: right;
	width: 90px;
}
li.payments label {
	background: transparent url('/shared-bits/images/joinpage/radio_button.gif') no-repeat scroll 0 -24px;
	color: #000000;
	cursor: pointer; 
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	height: 24px;
	line-height: 26px;
	padding-left: 26px;
	text-align: left;
}
li.payments label.checked { 
	background-position: 0 0;
	color: #003365;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.alternate_payment {
	background: url('/shared-bits/images/joinpage/alternate_payment.gif') no-repeat;
	border: none;
	color: #626262;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	height: 33px;
	width: 256px;
}
.submit_button {
	background: url('/shared-bits/images/joinpage/submit_button.gif') no-repeat;
	border: none;
	color: #003365;
	cursor: pointer; 
	font-size: 24px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	text-decoration: none;
	width: 354px;
}
.mouseover {
	color: #990000;
	text-decoration: underline;
}