.pleaseWaitClass
{
    display:inline;
    height: 31px;
}

.DOBFormat
{
    font-size: 12px;   
}

.signupStep1
{
    font-size: 12px;
    width: 135px;
}
/*******************************************************************/
/*** Landing Page Free Funnel (Join Community) **/
.tickPoints
{
    font-size: 11px;
    font-weight: bold;
}

/*******************************************************************/
body {
	background-image: url(../images/landing-images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #2C5596;
	margin: 0px;
	font-family:Arial,Tahoma,Verdana,Helvetica;
	font-size: 11px;
	color: #2C5596;
}

a:link {
	color: #386DBF;
	text-decoration: none;
}
a:visited {
	color: #386DBF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #386DBF;
}

.stretch {
background-image:url(../images/landing-images/stretch.jpg);
background-repeat:repeat-y;
}

.header {
background-image:url(../images/landing-images/header.jpg);
background-repeat:no-repeat;
width: 816px;
height: 211px;
}

.headerAU {
background-image:url(../images/landing-images/headerAU.jpg);
background-repeat:no-repeat;
width: 816px;
height: 211px;
}

.headerfree
{
    background-image:url(../images/landing-images/header-free.jpg);
    background-repeat:no-repeat;
    width: 816px;
    height: 195px;
}

.headerfreeAUS
{
    background-image:url(../images/landing-images/header-freeAUS.jpg);
    background-repeat:no-repeat;
    width: 816px;
    height: 195px;
}

.PTWheader {
background-image: url(../images/landing-images/right_PTWtop-b.jpg);
background-repeat:no-repeat;
height: 43px;
width: 377px;
padding-top: 10px;
text-align:center;

}

 .showcase {
background-image: url(../images/landing-images/showcase.jpg);
background-repeat:no-repeat;
height:307px;
width: 376px;
text-align:center;
vertical-align:bottom;
}

.showcasecontainer{
padding-left: 25px;
padding-right: 0px;
vertical-align: top;
font-family:Arial,Tahoma,Verdana,Helvetica;
font-size: 13px;
color: #ff59ae;
font-weight:bold;
text-align:center;
}

.howtoplaycontainer
{
    padding-top: 10px;
    padding-left: 37px;
    padding-right: 10px;
    vertical-align: top;
    font-family:Arial,Tahoma,Verdana,Helvetica;
    font-size: 11px;
}

.rightheader {
background-image: url(../images/landing-images/right_PTWtop.jpg);
background-repeat:no-repeat;
height: 11px;
width: 400px;
}

.rightfooter {
background-image: url(../images/landing-images/right_base.jpg);
background-repeat:no-repeat;
height: 11px;
}

.rightstretch {
background-image: url(../images/landing-images/right_stretch.jpg);
background-repeat: repeat-y;
width: 377px;
padding: 0px 0px 0px 20px;
}

.rightstretchStep3 {
background-image: url(../images/landing-images/right_stretch.jpg);
background-repeat: repeat-y;
width: 300px;
padding: 0px 0px 0px 20px;
}

.freeMembershipMain
{
    padding: 0px 0px 0px 31px;
}

.form {
    font-family:Arial,Tahoma,Verdana,Helvetica;
	font-size: 11px;
	color: #2C5596;
	}
	
.footer {
	background-image: url(../images/landing-images/base.jpg);
	height: 28px;
	background-repeat:no-repeat;
	padding-top: 30px;
	text-align:center;
	background-color: #2c5596;
	color:#CCCCCC;
	font-size:10px;
	padding-left: 40px;
	padding-right: 40px;
}
a.privacy:link {font-family: Arial; color:#386DBF; text-decoration: none; font-size:8pt;}
a.privacy:visited {font-family: Arial;color:#386DBF; text-decoration: none; font-size:8pt;}
a.privacy:hover {font-family: Arial;color:#386DBF; text-decoration: underline; background-color: Transparent; font-size:8pt;}
a.privacy:active {font-family: Arial;color:#386DBF;font-size:8pt;}

/****/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffdf;
width: 150px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid #999999;
font:11px tahoma;
z-index:100;
visibility: hidden;
color:#000;
}

/********************** Step 2 *********************************/
.planHeadings
{
    color: #555555;
    font-size: 12pt;
    font-weight: bold;   
}

.planPrice
{
    color: #979797;
    font-size: 9pt;
    font-weight: bold;  
    padding: 0 0 0 13px; 
}

.planPrice495Aus
{
    color: #979797;
    font-size: 9pt;
    font-weight: bold;  
    padding: 0 0 0 1px; 
}

.planFreq
{
    color: #979797;
    font-size: 7pt;
    width: 100%;
    
}

.planSaving
{
    color:Red;
    padding: 0px 10px 0 22px;
    
}

.planBG
{
    color: #ff329b;
    font-size: 7pt;
    font-weight: bold;  
    padding: 0 0 0 3px; 
}

.cancelDate
{
    color:Red;   
}
/********************** Modal *********************************/
.modalBackground {
	/*f8f8f8*/
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalConsole
{
    /*border: 1px solid #c0c0c0;*/
    width:400px;
    height: 350px; 
    background-color:Transparent;
    color: #1c1c1c;
    padding: 10px;
    text-align: left;
}