.registratorModalWindowContainer {
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000000;
	color:#7F8084;
	font-size:16px;
}

.registratorModalWindowContainer p {
    font-size: 0.79em;
    line-height: 1.5em;
    padding-top: 10px;
}

#registratorCodeModal {
	height:100%;
	width:100%;
	background:#555555;
	position:fixed;
	top:0px;
	left:0px;
	opacity:.5;
	filter: alpha(opacity = 50);
	z-index:1000;
}

#registratorModalWindow {
	/*width:550px;*/
	width:653px;
	height: 484px;
	background: #FFFFFF; 
	margin:auto;
	top:60px;
	position:relative;
	/*-webkit-box-shadow:0px 4px 8px #505050;
	-moz-box-shadow:0px 4px 8px #505050;
	box-shadow:0px 4px 8px #505050;
	border:6px solid #505050;
	border-top:4px solid #505050;*/
	border-style: solid;
	border-width: 16px 16px 40px;
	border-color: #1F2B33;
	border-bottom: 40px solid #1F2B33;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.registratorContainer {
	padding:0px;
	margin:0px;
	line-height:1.6em;
	position:relative;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	/*background: #f0f0f0; 
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); 
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); */
	
	background: #f0f0f0; 
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
	background: linear-gradient(top, #ffffff 0%,#ffffff 100%); 
}

.registratorContainer h1 {
	padding:4px;
	padding-top:0px;
	padding-bottom: 4px;
	font-size:1.1em;
	color:white;
	text-align:left;
	background:#1f2b33;
	margin-bottom:6px;
	/*width:542px;*/
	width:645px;
}

.registratorContainer p {
	margin: 8px 5px 5px 26px;
	font-weight:bold;
	padding-bottom: 15px;
}

.registratorNonSelectable {
}

.registratorTab {
	display:none;
	position:relative;
	width:326px;
	top:26px;
	height: 389px;
	border-right: 1px solid #80898A;
}

.registratorOAuth {
	width:400px;
}

.registratorShowTab {
	display:block;
}

.registratorTabSwap {
	font-size:1.2em !important;
	text-align:left !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position:relative;
	height:25px;
}

.registratorTabLink {
	color: #05A4E8;
	text-align:right;
}

.registratorTabLinkContainer {
	position:relative;
	top:-10px;
	left:0px;
	width:176px !important;
	text-align:right;
}

.registratorGrey {
	color:#7F8084 !important;
}

.registratorGrey:hover {
	text-decoration:none;
}

.registratorLink {
	cursor:pointer;
	color:#01bf01;
}

/*
.registratorSubmit {
  border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
    -moz-box-shadow: 0 2px 4px #333333;
    background: url("/images/new/button_bg.JPG") repeat-x scroll 0 0 transparent;
    border: 1px solid #017B4E;
    color: #FFFFFF;
    display: inline-block;
    margin: 5px 0 6px 58px;
    padding: 2px 3px;
    text-align: center;
    text-decoration: none;
    width: 144px;
	font-family: tahoma;
	cursor: pointer;
}*/

/*
.registratorSubmit:hover {
	background: #008553; 
	background: -moz-linear-gradient(top, #008553 0%, #056D2D 48%, #119966 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008553), color-stop(48%,#056D2D), color-stop(100%,#119966)); 
	background: -webkit-linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
	background: -o-linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
	background: -ms-linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008553', endColorstr='#119966',GradientType=0 ); 
	background: linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
}
*/
.registratorInputContainer div {
	padding:5px;
	font-size:1.1em;
	display:block;
	position:relative;
	margin-left:18px;
	margin-top:5px;
	width: 225px;
}

.registratorLabel {
	position:absolute;
	top: 10px;
	left:14px;
	color: #8d9696b;
	cursor:text;
	font-family: Sintony-Regular;
    font-size: 12px;
    /*font-weight: bold;*/
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.registratorLabelHide {
	display:none;
	position:relative;
	top: -27px;
	left:14px;
	color: #898989;
	cursor:text;
	font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.registratorInputContainer {
	padding:0px;
	margin: 0 29px 10px;
	font-weight:normal;
}

.registratorInputBox {
	/*border: 1px solid #BBBBBB;
	padding:4px;
	padding-left:7px;
	padding-top:3px;
	width:211px;
	color:#666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;*/
	border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    color: #8D969B;
    font-family: Sintony-Regular !important;
    font-size: 12px !important;
    font-weight: bold !important;
    /*padding: 3px 4px 4px 7px;*/
    padding: 9px 4px 8px 7px;
    width: 205px;
	
}

.registratorInputCheckBox {
	float:left;
	margin-right:7px;
}

.registratorInputBox:focus {
	border:1px solid #888888;
}

.registratorTOSContainer {
	padding:20px;
	padding-top:10px;
	font-size:.8em;
	width:520px;
	font-weight:normal;
}

.registratorTOSContainer p {
	padding:0px;
}

.registratorOAuth {
	float:right;
	width: 247px;
}

.registratorOAuthLink  {
	height:30px;
	margin:10px;
	position:relative;
	top:20px;
	left:50px;
	cursor:pointer;
}

.registratorClear {
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
    width: 351px;
	height:1px;
}

.registratorCloser {
	background: url("/images/new_website/popup/close_button.png") no-repeat scroll 0 -2px transparent;
    display: block;
    height: 36px;
    position: absolute;
    right: -27px;
    top: -25px;
    width: 37px;
    z-index: 9999;
	cursor:pointer;
}

.registratorError {
	display:none;
}

.registratorErrorShow {
	display:block;
	font-size: 0.8em;
	color: red;
	padding: 20px;
    position: absolute;
    top: 4px;
    width: 588px;
    z-index: 4;
	background:white;
	border:1px solid grey;
	*top:-7px;
	*left:0px;
}
.registratorErrorShow1
{
	background: none repeat scroll 0 0 white;
    border: 1px solid grey;
    color: red;
    display: block;
    font-size: 0.8em;
    left: 0px;
    padding: 20px;
    position: absolute;
    top: 152px;
    width: 260px;
    z-index: 4;	
}

.registratorErrorOkay {
	float:right;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	cursor:pointer;
	color:white;
	border:1px solid #056D2D;
	background: #119966; 
	background: -moz-linear-gradient(top, #119966 0%, #056D2D 48%, #008553 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#119966), color-stop(48%,#056D2D), color-stop(100%,#008553)); 
	background: -webkit-linear-gradient(top, #119966 0%,#056D2D 48%,#008553 100%); 
	background: -o-linear-gradient(top, #119966 0%,#056D2D 48%,#008553 100%); 
	background: -ms-linear-gradient(top, #119966 0%,#056D2D 48%,#008553 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119966', endColorstr='#008553',GradientType=0 ); 
	background: linear-gradient(top, #119966 0%,#056D2D 48%,#008553 100%); 
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-shadow: 0px 2px 4px #333333;
	-webkit-box-shadow: 0px 2px 4px #333333;
	-moz-box-shadow: 0px 2px 4px #333333;
}

.registratorErrorOkay:hover {
	background: #008553; 
	background: -moz-linear-gradient(top, #008553 0%, #056D2D 48%, #119966 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008553), color-stop(48%,#056D2D), color-stop(100%,#119966)); 
	background: -webkit-linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
	background: -o-linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
	background: -ms-linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008553', endColorstr='#119966',GradientType=0 ); 
	background: linear-gradient(top, #008553 0%,#056D2D 48%,#119966 100%); 
}

.registratorForgotPassword {

	
}

.registratorUpsellColumn, .registratorUpsellColumn2 {
	float:right;
	/*width: 255px;*/
	width: 300px;
	margin:20px;
	margin-top:10px;
	clear:both;
	display:none;
}

.registratorUpsellColumnShow {
	display:block;
}

.registratorUpsellColumn li {
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.registratorContainer h1 {
	display:none;
}

h1.registratorHeaderShow {
	display:block;
}

.registratorHeader {
	float:left;
}

.registratorContainer li {
	list-style-image: url("/images/new/signin/Bullet.png");
	margin-left:15px;
}

.registratorTOSContainer p {
    font-family: Sintony-Regular;
    font-size: 12px;
    font-weight: normal;
    margin: -3px 0 0 20px;
}

.registratorSkip {
	float:right;
	/*font-size:.8em;*/
	background: #1F2B33\9;
	width:663px\9;
	text-indent:390px\9;
	position:relative\9;
	left:25px\9;
}
/* New UI */

.boldText{
color: #4d4d4d;
font-family:Tahoma;
font-weight: bold;
font-size: 20px;
}

.dotsBar{
margin-top:5px;
}

.centreText{
color: #4d4d4d;
font-family:Tahoma;
font-size: 18px;
height: 70px;
margin-left: 60px;
}

.centreImages {
position:absolute;
margin-top:3px;
}
.centreText1{
margin-top:5px;
}
div.content-heading {	
	color: #434747;
    display: inline;
    font-size: 14px;
    margin-left: 73px;
	font-family: Sintony-Regular;
	
}
div.content-heading2 {	
	color: #4D4D4D;
    /*display: inline;*/
    font-size: 22px;
    margin-left: -35px;
	text-align: center;
	font-family: 'AvenirLTStd-Medium';
}
div.content-heading5 {
    font-family: VAGROUNT;
	color: #1f2b33;
    display: inline;
    font-size: 18px;
    margin-left: 151px;
    /*margin-right: 26px;*/
}
.centerFrm {
    margin-left: 10px;
    margin-top: 10px;
}

.analyticsHeadline{
	margin-top: 5px;
	color: #32a22a;
	font-family: Tahoma;
	font-size: 25px;
	font-weight:bold;
	margin-left: 20px;	
}
#login-accounts {
	margin: 10px 0 0px 68px;		
}

.buttonNewCTA {
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
    -moz-box-shadow: 0 2px 4px #333333;
    background: url("/images/new/button_bg.JPG") repeat-x scroll 0 0 transparent;
    border: 1px solid #017B4E;
    color: #FFFFFF;
    display: inline-block;
    margin: 10px 0 6px 58px;
    padding: 4px 3px;
    text-align: center;
    text-decoration: none;
    width: 144px;
	font-weight: bold;
	font-family: tahoma;
}

.registratorSubmit a, #colorbox .buttons button, #secondCTA
{
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	/*font-size: 17px;
	font-family: Tahoma;
	background:url("/images/new/CTA_Buttons_BG.png") repeat-x scroll 0 -36px transparent;*/
	font-family: VAGROUNL;	
	font-size: 18px;
	color:#FFFFFF;
	display:inline-block;
	margin: 0 52px;
	padding: 2px 0 5px;
	text-align:center;
	text-decoration:none;
	width: 160px;
	/*width:134px;
	background: -moz-linear-gradient(center top , #33B583 50%,#008752 100%) repeat scroll 0 0 transparent;*/
	background: none repeat scroll 0 0 #01BF01;
	
/*	background: -webkit-linear-gradient(top, #33B583 0%,#008752 100%);
	background: -o-linear-gradient(top, #33B583 0%, #008752 100%);
	background: -ms-linear-gradient(top, #33B583 0%, #008752 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33B583', endColorstr='#008752',GradientType=0 );
	background: linear-gradient(top, #33B583 0%, #008752 100%);*/
}


.registratorSubmit a:hover, #secondCTA:hover
{
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
/*	font-size: 17px;
	font-family: Tahoma;
	width:134px;*/
	font-size: 18px;
	font-family: VAGROUNL;
	width:160px;	
/*	background:url("/images/new/CTA_Buttons_BG.png") repeat-x scroll 0 -36px transparent;*/
	background: none repeat scroll 0 0 #00df00;
	color:#FFFFFF;
	display:inline-block;
	margin: 0 52px;
	padding: 2px 0 5px;
	text-align:center;
	text-decoration:none;
/*	background: -moz-linear-gradient(center top , #008752 50%, #33B583 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #008752 0%,#33B583 100%);
	background: -o-linear-gradient(top, #008752 0%, #33B583 100%);
	background: -ms-linear-gradient(top, #008752 0%, #33B583 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008752', endColorstr='#33B583',GradientType=0 );
	background: linear-gradient(top, #008752 0%, #33B583 100%);*/
}

.newSigninBtn {
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	font-family: VAGROUNL;	
	font-size: 18px;
	color:#FFFFFF;
	display:inline-block;
	margin: 0 111px;
	padding: 2px 0 5px;
	text-align:center;
	text-decoration:none;
	width: 160px;
	background: none repeat scroll 0 0 #12c5d2;
}

.newSigninBtn:hover {
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	font-size: 18px;
	font-family: VAGROUNL;
	width:160px;	
	background: none repeat scroll 0 0 #21d9e7;
	color:#FFFFFF;
	display:inline-block;
	margin: 0 111px;
	padding: 2px 0 5px;
	text-align:center;
	text-decoration:none;
}
.content8{
color: #898989;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
margin-left: 6px;
margin-top: -16px;
width: 280px;
padding-bottom: 20px;
}
.forgotPasswordDiv{
  margin-top: -8px !important;
  padding-bottom: 6px !important;
  margin-left: 132px !important;
}

.forgotPasswordDiv a{
  font-size: 12px !important;
/*  font-weight: bold !important;*/
  color: #12C5D2 !important;
  font-family: Sintony-Bold !important;
}

.errormsg {
	color: #E21D4C;
    font-size: 11px !important;
	font-family: Sintony-Regular;
    margin-top: -10px;
	visibility:hidden;
	position: absolute;
	margin-left: 22px;
}

.termsmsg {
	color: #E21D4C;
    font-size: 10px !important;
	font-family: Sintony-Regular;
    margin-top: -21px;
	visibility:hidden;
	position: absolute;
	/*margin-left: -21px;*/
	left: 4px;
}

.usermsg {
	margin-top: -15px;	
}

.accountHeader, .accountSigninHeader {
	font-family:VAGROUNL;
	font-size:32px;
	color:#01bf01;
	text-align:center;
	padding-bottom: 5px;	
}

.accountSigninHeader {
	color: #12c5d2	
}

.signinSubHeader {
	font-family:VAGROUNB;
	font-size:18px;
	color:#1f2b33;
	text-align:center;	
}

.registratorThanks {
    font-family: VAGROUNL;
    font-size: 16px !important;
    left: -24px;
    position: relative;
    top: 105px;
    color: #8d9696b;	
}