/* Acquisition Base Styles */
.AcquisitionBase
{
	font-family:Helvetica, Arial, sans-serif; 
	font-size: 8pt;
	text-align:left;
	vertical-align:top;
}
.Acquisition TD
{
	font-family:Helvetica, Arial, sans-serif; 
	font-size: 8pt;
	color: black;
}

/* Landing Page Styles */
.rtfont
{
    PADDING-LEFT: 10px;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.rtfontnopadding
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.rtcolbottom
{
    FONT-SIZE: 7pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.FirstName
{
	width: 150px;
}
.LastName
{
	width: 150px;
}
.AddressLine1
{
	width: 150px;
}
.AddressLine2
{
	width: 150px;
}
.City
{
	width: 150px;
}
.Region
{
	width: 75%;
}
.PostalCode
{
	width: 80px;
}
.Email
{
	width: 150px;
	 -moz-user-select: none;
}
.ConfirmEmail
{
	width: 150px;
	 -moz-user-select: none;
}
.ClubSpecificItems
{
	width: 150px;
}

/* Payment Options Styles */
.PaymentOptionsContainer
{
	text-align:left;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
	width:100%;
	border-color:#ffffff;
}
.WelcomeHeader
{
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:bold; 
	color:#000000; 
	font-size:16pt;
	text-align:left;
	background-color:#ffffff;
}
.WelcomeHeaderSmall
{
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:bold; 
	color:#000000; 
	font-size:10pt; 
	line-height:22px;
	text-align:left;
}
.PaymentOptionsHeader
{
	font-family:Helvetica, Arial, sans-serif; 
	font-size:14pt;
	font-weight:bold;
	color:#670d84;
}
.PayNowLabel
{
	font-family:Helvetica, Arial, sans-serif; 
	font-size:10pt;
	font-weight:bold;
	text-align:left
}
.BillLaterLabel
{
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:bold; 
	font-size:10pt;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#fff; 
    filter:alpha(opacity=70); 
    opacity:0.7; 
    z-index:1000; 
}
#processMessage { 
    position:fixed;
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;

    z-index:1001; 
    background-color:#fff;
    filter:alpha(opacity=70); 
    opacity:0.7; 
    border:solid 1px #000;
}


