
#userMessages {
	margin: 1em 0;
	color: #7F3701;
	font-size: 1.1em;
	line-height: 1.3em;
}

.checkoutButtonForm {
	background: #fff;
	color: inherit;
	padding: 10px 20px;
	border: 1px dashed #999;
	margin: 0 0 20px 0;
}

.checkoutButtonForm div.blurb {
	margin: 1em 0;
}
.checkoutButtonForm div.pledgeNote {
	margin: 1em 0;
}
.checkoutButtonForm.disabled * {
	opacity: 0.7;
}
form.returnToForm
{
	margin: 20px 0 0 20px;
	float: right;
	display: inline;
}
div.contributionInfo
{
	display: none;
	margin: 5px 0 15px 0px;
}

#orderTotal
{
	font-weight: bold;
}
.hideJS
{
	display: none;
}


#frmMembershipRenewal,
#frmMembershipQty
{
	margin-left: 20px;
}

#tribute1,
#tribute2
{
}
.multicolumn ul.choices li.other
{
	clear: none !important;
	float: left !important;
	display: inline !important;
}
#rightBar
{
	display: none;
}

a.help
{
	margin: 0 0 0 5px;
	font-size: 95%;
	font-weight: normal;
	font-style: italic;
}
div.help
{
	font-size: 90%;
	margin: 5px 0px;
}
div.help .helpLabel {
	display: none;
}

table.checkoutSummary {
	width: 100%;
}
table.checkoutSummary th,
table.checkoutSummary td {
	padding: 2px 4px;
}
td.qty {
	width: 4em;
	text-align: center;
}
th.qty {
	width: 4em;
}
th.name,
td.name,
th.desc,
td.desc {
	text-align: left;
}
td.price {
	width: 6em;
	text-align: right;
}
th.price {
	width: 6em;
}
