/* FORMS */
DIV.RegisterForm DIV.seperation {
	color: #FFFFFF;
	display: inline-block;
	line-height: 1px;
	margin-top: 19px;
	text-align: center;
}

	DIV.RegisterForm DIV.seperation SPAN {
		float: left;
		padding: 1px 10px;
	}

		DIV.RegisterForm DIV.seperation SPAN.Line {
			border-top: 1px solid #FFFFFF;
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			position: relative;
			text-decoration: underline;
			top: 1px;
			width: 120px;
		}

		DIV.RegisterForm DIV.seperation SPAN.or {
			color: #FFFFFF;
			line-height: 10px;
			margin-top: -6px;
		}
		
		
		
/* BUTTONS - miniBtn */
DIV.RegisterFormContainer DIV.RegisterForm.miniBtn .CreateNew .Controls {
	margin-top: 16px;
	overflow: hidden;
}

	DIV.RegisterFormContainer DIV.RegisterForm.miniBtn .CreateNew .Controls .Terms {
		color: #666666;
		display: inline-block;
		float: left;
		font-size: 10px;
		line-height: 12px;
		text-align: left;
		top: 0;
		width: 126px;
	}

		DIV.RegisterFormContainer DIV.RegisterForm.miniBtn .CreateNew .Controls .Terms A {
			color: #3399FF;
		}

	DIV.RegisterFormContainer DIV.RegisterForm.miniBtn .CreateNew .Controls A.Button {
		float: right;
		font-size: 16.9px;
		height: 33px;
		line-height: 32px;
		margin: 0;
		width: 210px;
	}

.whiteContainer .greySubContainer,
.whiteContainer .RegisterHeader,
.whiteContainer .CreateNew {
	background: #FFFFFF;
}

.whiteContainer DIV.facebookMsg {
	color: #000000;
}

.whiteContainer H2,
.whiteContainer H2 SPAN {
}

	.whiteContainerV1.whiteContainer70 {
		background: rgba(255, 255, 255, 0.7);		
		color: #333333;
		filter: progid:DXimageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF);
	}
	.whiteContainerV1.whiteContainer10 {
		background: rgba(255, 255, 255, 0.1);	
		color: #FFFFFF;		
	}

	.whiteContainerV1 .RegisterFormSearch .CreateNew .Row INPUT[type="text"],
	.whiteContainerV1 .RegisterFormSearch .CreateNew .Row INPUT[type="password"],
	.whiteContainerV1 .RegisterFormSearch .CreateNew .Row INPUT[type="email"],
	.whiteContainerV1 .RegisterFormSearch .CreateNew .Row SELECT.Large,
	.whiteContainerV1 .RegisterFormSearch .CreateNew .Row SELECT.Small {
		
	}

	.whiteContainerV1 .RegisterFormSearch .CreateNew .Row SPAN.FromTo {
		color: #333333;
	}

	.whiteContainerV1 H2,
	.whiteContainerV1 H2 SPAN,
	.whiteContainerV1 SPAN.text,
	.whiteContainerV1 SPAN.medium {
		color: #FFFFFF;
	}

	.whiteContainerV1 LABEL {
		color: #333333;
	}

	



.blackContainer {
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,0.22);
	filter: progid:DXimageTransform.Microsoft.gradient(startColorstr=#38000000,endColorstr=#38000000);
}
	.blackContainer.blackContainer10 {
		background: rgba(0, 0, 0, 0.1);			
		color: #FFFFFF;
	}
	.blackContainer.blackContainer60 {
		background: rgba(0, 0, 0, 0.6);		
		color: #FFFFFF;
	}
	.blackContainer.blackContainer70 {
		background: rgba(0, 0, 0, 0.7);				
		color: #FFFFFF;
	}	


	.blackContainer H2,
	.blackContainer H2 SPAN,
	.blackContainer SPAN.text,
	.blackContainer SPAN.medium {
		color: #FFFFFF;
	}

	.blackContainer LABEL {
		color: #FFFFFF;
	}

	.blackContainer DIV.RegisterForm DIV.seperation SPAN.Line {
	
	}




.whiteContainerBG {
	background: rgb(255,255,255);
	background: transparent\9;
	background: rgba(255, 255, 255, 0.4);
	filter: progid:DXimageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF); /* IE6 & 7 */
}

	.whiteContainerBG H2,
	.whiteContainerBG H2 SPAN {
		color: #666666;
	}

	.whiteContainerBG DIV.RegisterForm DIV.seperation SPAN.Line {
		border-top: 1px solid #666666;
	}

	.whiteContainerBG DIV.RegisterForm DIV.seperation SPAN.or {
		color: #666666;
	}
	
	
	

/* REGISTER FORM CONTAINER
	------------------------------------------------------------------ */
DIV.RegisterFormContainer {
	margin-right: 27px;
	margin-top: 4px;
	padding: 18px 18px 10px;
}


	/* ERROR */

	.RegisterFormContainer .RegisterForm .CreateNew .Row > SPAN.Selected {
		z-index: 2;
	}

	/* REMOVE GREY BACKGROUND COLOR FROM ANDROID */
	DIV.RegisterFormContainer SELECT {
		/*-webkit-appearance: none;
		-webkit-appearance: menulist;
		-webkit-border-radius: 0px;*/
	}

	DIV.RegisterFormContainer INPUT {
		-webkit-border-radius: 0px;
	}
		DIV.RegisterFormContainer INPUT[type=checkbox] {
			border: 1px solid #999 !important;
		}


	DIV.RegisterFormContainer.FormLeft {
		float: left;
	}

	DIV.RegisterFormContainer.FormRight {
		float: right;
	}

	DIV.RegisterFormContainer.FormLeft DIV.RegisterForm {
		float: left;
	}

	DIV.RegisterFormContainer.FormRight DIV.RegisterForm {
		float: left;
	}

	DIV.RegisterFormContainer DIV.RegisterForm {
		display: inline-block;
		margin-bottom: 0;
		position: relative;
		text-align: center;		
	}
		DIV.RegisterFormContainer DIV.RegisterForm .Close {
			background-image: url('../image/icons/16x16/icon_cross_dark.png');
			background-position: center center;
			background-repeat: no-repeat;
			color: #d5d5d5;
			cursor: pointer;
			display: none;
			font-size: 2rem;
			height: 40px;
			line-height: 40px;
			padding: 0;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			transition: color 0.175s ease 0s;
			vertical-align: middle;
			width: 40px;
			z-index: 10;
		}

		DIV.RegisterFormContainer DIV.RegisterForm H2.headline {
			font-size: 26px;
			font-weight: normal;
			margin: 30px 0 0;			
			padding: 0 0 15px !important;
			
		}

/* REGISTER FORM > FACEBOOK BUTTON
	------------------------------------------------------------------ */
.RegisterForm A.Facebook {
	background-color: #3b5898;
    background-image: url("../image/icons/facebook/icon-facebook-medium.png");
    background-repeat: no-repeat;
	background-position: 8px center;
	border: none;
	font-size: 15px;	
	height: 35px;
	line-height: 32px;
	/*width: 228px;*/
	width: 240px;
	margin: 0 0 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;


	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.RegisterForm A.Facebook > SPAN {
		background: none;
		border: medium none;
		margin: 1px 1px 0 0;
		padding: 0 0 0 23px;
	}

	.RegisterForm A.Facebook SMALL {
		display: none;
		background: transparent;
		border: none;
		display: block;
		top: 20px;
	}

		.RegisterForm A.Facebook SMALL SPAN {
			border: medium none;
			color: #FFFFFF !important;
			-ms-filter: "progid:DXimageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			opacity: 0;
			position: absolute;
			text-align: center;
			top: -66px;
			white-space: normal;
			width: 207px;
			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

	.RegisterForm A.Facebook:hover {
		background-color: #4864B1;
	}

		.RegisterForm A.Facebook:hover SMALL SPAN {
			-ms-filter: "progid:DXimageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			opacity: 1;
		}

		.RegisterForm A.Facebook:hover > SPAN {
		
		}

/* RegisterFormSmall
	---------------------------------------------------- */
.RegisterFormSmall {
	width: 385px;
}

	.RegisterFormSmall .greySubContainer {
		height: 77px;
		background: #EEEEEE;
		padding: 15px 0 0;
		text-align: center;
	}

		.RegisterFormSmall .greySubContainer DIV.facebookMsg {
			padding-top: 10px;
		}

		.RegisterFormSmall .greySubContainer H2.RegisterHeader {
			font-weight: normal;
			margin: 0;
			padding: 40px 0 8px;
		}

	.RegisterFormSmall DIV.Register {
		height: 440px;
		width: 100%;
		margin: 0;
		border: none !important;
		position: relative;
	}

		.RegisterFormSmall DIV.Register DIV.Form {
			left: 20px;
			position: absolute;
			top: 90px;
		}

			.RegisterFormSmall DIV.Register DIV.Form H1,
			.RegisterFormSmall DIV.Register DIV.Form H2,
			.RegisterFormSmall DIV.Register DIV.Form H3 {
				display: none;
			}

			.RegisterFormSmall DIV.Register DIV.Form H1 {
				height: 19px;
				padding-bottom: 10px;
				padding-left: 60px;
				margin: 0;
				font-size: 16px;
				color: #b9081e;
			}

	.RegisterFormSmall H3 {
		height: 15px;
		margin-bottom: 16px;
		padding: 0 5px 0 60px;
	}

	.RegisterFormSmall H2 {
		font-size: 25px;
		font-weight: normal;
		margin: 0;
		padding: 20px 10px !important;
	}

	.RegisterFormSmall A.Facebook {
		background: url(../image/Registration/createAccount4/facebook_icon.gif) no-repeat scroll 10px 5px / 5% auto #5F78AB;
		font-size: 13px;
		width: 228px;
		margin: 0 0 5px;
	}

		.RegisterFormSmall A.Facebook > SPAN {
			padding: 5px 11px 5px 23px;
			margin: 1px 1px 0 0;
			background: none;
		}

		.RegisterFormSmall A.Facebook SMALL {
			display: none;
			background: transparent;
			border: none;
			display: block;
			top: 20px;
		}

			.RegisterFormSmall A.Facebook SMALL SPAN {
				display: none;
				background: transparent;
				border: none;
				color: #666666 !important;
			}

	.RegisterFormSmall .CreateNew {
		margin: 0;
		padding: 0 20px 10px;
		position: relative;
	}

		.RegisterFormSmall .CreateNew .Row {
			display: inline-block;
			position: relative;
		}

			.RegisterFormSmall .CreateNew .Row INPUT {
				border: 1px solid #AEAEAE;
				border-radius: 5px 5px 5px 5px;
				color: #666666;
				float: left;
				font-size: 23px;
				font-weight: normal;
				height: 40px;
				margin: 8px 0 10px;
				padding: 0 5px;
				width: 210px;
			}

			.RegisterFormSmall .CreateNew .Row label {
				clear: left;
				display: block;
				float: left;
				font-size: 16px;
				height: 15px;
				line-height: 12px;
				padding: 22px 11px 10px 0 !important;
				text-align: left;
				width: 100px;
			}

			.RegisterFormSmall .CreateNew .Row > SPAN {
				right: 371px !important;
				top: 15px !important;
			}

		.RegisterFormSmall .CreateNew .Controls {
			float: none;
			padding: 0;
		}

			.RegisterFormSmall .CreateNew .Controls .Button {
				background-color: transparent;
				background-image: url("../image/Registration/createAccount4/Button.jpg") !important;
				background-position: -21px -3px;
				border: medium none !important;
				display: inline-block;
				float: none;
				font-size: 38px;
				height: 52px;
				line-height: 44px;
				margin-bottom: 10px;
				margin-left: 0;
				margin-top: 15px;
				padding: 0;
				text-align: center;
				width: 328px;
			}


	.RegisterFormSmall DIV.Register DIV.Form A.Existing {
		display: none;
		float: left;
		margin: 6px 10px 0 28px;
		font-weight: normal;
		font-size: 11px;
	}

		.RegisterFormSmall DIV.Register DIV.Form A.Existing STRONG {
			color: #3F7398;
		}

/* RegisterFormMedium
	------------------------------------------------ */
.RegisterFormMedium {
	width: 355px;
}

	.RegisterFormMedium.Rounded {
		border-radius: 10px;
	}

	.RegisterFormMedium H2 {
		font-size: 27px;
		font-weight: normal;
		margin: 0;
		padding: 20px 0 10px;
	}

		.RegisterFormMedium H2.RegisterHeader {
			font-size: 23.5px;
		}
	.RegisterFormMedium .CreateNew {
		padding: 20px 20px 5px;
		position: relative;
		margin: 0;
	}

		.RegisterFormMedium .CreateNew:after {
			clear: none;
		}

		.RegisterFormMedium .CreateNew .ExistingMember {
			display: none;
		}

		.RegisterFormMedium .CreateNew > H2 {
			display: none;
		}

		.RegisterFormMedium .CreateNew .Row {
			min-height: 40px;
			padding: 0;
			position: relative;
			text-align: right;
			float: none;
		}
		
		.RegisterFormMedium .CreateNew .Row.CountryControl {			
			margin-bottom: 0;
			min-height: auto;
		}
			
		.FormPart2 .CountryHandle {				
			cursor: pointer;			
		/*	padding-bottom: 6px;*/
			text-align: right;
            padding-right: 41px;
		}

		.RegisterFormMedium .CreateNew .Row.CountryControl .CountryHandle {				
		cursor: pointer;			
		padding-bottom: 6px;
		text-align: right;
	    }

			.RegisterFormMedium .CreateNew .Row.CountryControl LABEL,
			.RegisterFormMedium .CreateNew .Row.CountryControl SELECT {
				display: none;		
			}
			.RegisterFormMedium .CreateNew .Row.CountryControl.Active {
				margin-bottom: 10px;
			}
				.RegisterFormMedium .CreateNew .Row.CountryControl.Active DIV.CountryHandle {
					display: none;
				}
				.RegisterFormMedium .CreateNew .Row.CountryControl.Active LABEL,
				.RegisterFormMedium .CreateNew .Row.CountryControl.Active SELECT {
					display: inline-block;	
				}		

		.RegisterFormMedium .CreateNew .Row DIV.CountrySelectHandle {
			background-image: url('../image/icons/16x16/icon-arrow-down-black-narrow.png');
			background-position: 116px center;
			background-repeat: no-repeat;
			background-color: #ffffff;	
			color: #333;
		
			display: inline-block;
			float: none;
			font-size: 12px;
			height: 18px;
			line-height: 16px;
			margin: 0;
			padding: 6px 15px 5px 5px;
			text-align: left;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 115px;
		}
			.RegisterFormMedium .CreateNew .Row DIV.CountrySelectHandle DIV {
				overflow: hidden;
				text-overflow: ellipsis;
			}

		
		
		
		.RegisterFormMedium .CreateNew .Row.CountrySelect {
			background: #FFFFFF;
			border: 1px solid #d4d4d4;			
			bottom: auto;
			margin-bottom: 10px;
			padding: 10px;
			position: absolute;
			display: none;
			right: auto;			
			width: 236px !important;
			z-index: -1;		

		}
			.RegisterFormMedium .CreateNew .Row.CountrySelect.On {				
				display: block;
				left: 34px;
				z-index: 10;
			}

			/* display none alternative, prevents visibility hidden and opacity 0 elements from being clickable */
			.RegisterFormMedium .CreateNew .Row.CountrySelect > DIV {
				margin-top: -10000px;
				transition: margin-top 0s ease 0.2s;
			}
			.RegisterFormMedium .CreateNew .Row.CountrySelect.On > DIV {
				margin-top: 0;
				transition: margin-top 0s ease 0s;
			}

			.RegisterFormMedium .CreateNew .Row.CountrySelect LABEL {
				color: #333 !important;
				width: 50px;
			}
			.RegisterFormMedium .CreateNew .Row.CountrySelect INPUT {
				border: 1px solid #d9d9d9 !important;
				display: inline;
				float: none;
				font-size: 12px;
				margin-bottom: 7px !important;
				padding: 5px !important;
				width:123px !important;
			}
			.RegisterFormMedium .CreateNew .Row.CountrySelect A.Button {
				background-image: none !important;
				background: #7dcb44 !important;
				border: none !important;
				display: inline-block;
				float: none;
			}
				.RegisterFormMedium .CreateNew .Row.CountrySelect A.Button:hover {
					background: #92d464 !important;
				}

			.RegisterFormMedium .CreateNew .Row.CountrySelect SELECT {
				border: 1px solid #d9d9d9 !important;
				display: inline !important;
				margin-bottom: 7px;
			}
		
			.RegisterFormMedium .CreateNew .Row.CountrySelect DIV.Location {
				float: none;
				margin: 0;
				text-align: right;
				width: 247px;
			}
				.RegisterFormMedium .CreateNew .Row.CountrySelect DIV.Location A {
					position: relative;					
				}

			.RegisterFormMedium .CreateNew .Row.CountrySelect:after,
			.RegisterFormMedium .CreateNew .Row.CountrySelect:before { 
				bottom: 100%; 
				left: 200px;
				border: solid transparent; 
				content: " "; 
				height: 0; 
				width: 0; 
				position: absolute; 
				pointer-events: none;
			} 

			.RegisterFormMedium .CreateNew .Row.CountrySelect:after { 
				border-color: rgba(255, 255, 255, 0); 
				border-bottom-color: #FFFFFF; 
				border-width: 7px; 
				margin-left: 1px;
			} 

			.RegisterFormMedium .CreateNew .Row.CountrySelect:before { 
				border-color: rgba(212, 212, 212, 0); 
				border-bottom-color: #D4D4D4; 
				border-width: 8px; 	
			}

			.RegisterFormMedium .CreateNew .Row.CountrySelect DIV.Proximity {
				margin: 0;
				padding: 0;
			}
				
				.RegisterFormMedium .CreateNew .Row.CountrySelect DIV.Proximity SELECT {
					margin-left: 10px;
				}
				.RegisterFormMedium .CreateNew .Row.CountrySelect DIV.Proximity INPUT {
					margin-left: 8px;
				}


			.RegisterFormMedium .CreateNew .Row INPUT[type="text"],
			.RegisterFormMedium .CreateNew .Row INPUT[type="password"],
			.RegisterFormMedium .CreateNew .Row INPUT[type="email"] {
				border: 1px solid #AAAAAA;
				float: none;
				font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;
				margin: 0;
				padding: 5px;
				width: 198px;
			}
			.RegisterFormMedium .CreateNew .Row TEXTAREA {
				border: 1px solid #AAAAAA;
				float: none;
				font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;
				margin: 0;
				padding: 5px;
				width: 198px;
			}
			.RegisterFormMedium .CreateNew .Row SELECT {
				border: 1px solid #AAAAAA;
				color: #333;
				float: none;
				font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;
				height: 31px;
				margin: 0;
				padding: 5px 2px 6px;
				/* overflow: hidden; */
				width: 198px;
				background: #FFF;
			}

			.RegisterFormMedium .CreateNew .Row > LABEL {
				background: none repeat scroll 0 0 transparent;
				border: medium none;
				color: #666666;
				float: left;
				font-family: Arial;
				font-size: 12px;
				font-weight: normal;
				margin: 0 4px 0 0;
				padding: 7px 0 10px;
				position: relative;
				text-align: left;
				width: auto;
				z-index: 1;
			}

			.RegisterFormMedium .CreateNew .Row .Wrapper {
				display: inline-block;
				float: none;
				position: relative;
				text-align: left;
			}

			.RegisterFormMedium .CreateNew .Row I.AgeSeperation {
				font-style: normal;
				line-height: 30px;
				padding-left: 5px;
				padding-right: 5px;
				text-align: center;
				width: 30px;
			}
			.RegisterFormMedium .CreateNew .Row SPAN.FromTo {
				font-style: normal;
				line-height: 30px;
				padding-left: 5px;
				padding-right: 5px;
				text-align: center;
				width: 30px;
			}


	.RegisterFormMedium.FormRight .CreateNew .Row > SPAN {
		right: 335px !important;
		top: 3px !important;
	}

	.RegisterFormMedium.FormLeft .CreateNew .Row > SPAN {
		left: 335px !important;
		top: 3px !important;
	}


	.RegisterFormMedium.Rounded .CreateNew .Row INPUT {
		border-radius: 3px;
	}	

	.RegisterFormMedium.Rounded .CreateNew .Row SELECT {
		border-radius: 3px;
	}

	.RegisterFormMedium .CreateNew .Row SELECT.Small {
		float: left;
	}

	.RegisterFormMedium .CreateNew .Row SELECT.Large {
		background: #FFFFFF;
		float: right;
		width: 210px;
	}

	.RegisterFormMedium .CreateNew .Row SELECT.AgeSelect {
		font-size: 14px;
		width: 88px;
	}

	.RegisterFormMedium .CreateNew .Row SELECT.Month {
		width: 98px;
	}

	.RegisterFormMedium .CreateNew .Row SELECT.Day {
		width: 46px;
	}

	.RegisterFormMedium .CreateNew .Row SELECT.Year {
		width: 60px;
	}

	.RegisterFormMedium .CreateNew .Row .Dob {
		border: 1px solid #aaa;
		display: inline-block;
		width: 145px;
	}
		.RegisterFormMedium .CreateNew .Row .Dob SELECT.Month {
			border: medium none;
			padding-left: 0;
			width: 40px;	
		}
		.RegisterFormMedium .CreateNew .Row .Dob SELECT.Day {
			border: medium none;
			padding-left: 0;
			width: 40px;	
		}
		.RegisterFormMedium .CreateNew .Row .Dob SELECT.Year {
			border: medium none;
			padding-left: 0;
			width: 60px;
		}

	.RegisterFormMedium .CreateNew .Controls {
		float: none;
		height: auto;
		padding: 0 0 20px;
		margin-top: 30px;
	}

		.RegisterFormMedium .CreateNew .Controls .Terms {
			position: relative;
			top: 63px;
			text-align: center;
			display: none;
		}

		.RegisterFormMedium .CreateNew .Controls .Button {
			background-color: #7CCB45;
			background-image: none !important;
			background-position: -21px -3px;
			border: medium none !important;
			display: inline-block;
			float: none;
			font-family: 'Segoe UI','Helvetica Neue',Candara,'Bitstream Vera Sans','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',Verdana,'Verdana Ref',sans-serif;
			font-size: 30px;
			height: 52px;
			line-height: 50px;
			padding: 0;
			text-align: center;
			text-transform: uppercase;
			width: 260px;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

		.RegisterFormMedium .CreateNew .Controls .ActiveMemberShipButton{
			font-size:24px;
		}

/*---------------PASSION PARADISE--------------------*/

		.RegisterFormMedium .CreateNew .Controls .ActivePassionButton{
		font-size:20px;
		padding:4px 10px;
		float:right;
		margin-right:25px;
		margin-top:-30px;
		text-transform:capitalize;
		text-decoration:none;
	}

/*-------------------END-----------------------*/

			.RegisterFormMedium .CreateNew .Controls .Button:hover {
				background-color: #8ED657;
			}

			.RegisterFormMedium .CreateNew .Controls .Button STRONG {
				display: none;
			}


	.RegisterFormMedium .greySubContainer {
		height: auto !important;
		background: #EEEEEE;
		padding: 15px 0 0;
		text-align: center;
		position: relative;
	}

	.RegisterFormMedium.Rounded .greySubContainer {
		border-radius: 10px 10px 0 0;
	}

	.RegisterFormMedium .greySubContainer DIV.facebookMsg {
		padding-bottom: 10px;
	}

	.RegisterFormMedium .greySubContainer H2.RegisterHeader {
		font-weight: normal;
		margin: 0;
		padding: 0 0 8px;
	}

	.RegisterFormMedium DIV.Register {
		width: 100%;
		margin: 0;
		border: none !important;
		position: relative;
	}

		.RegisterFormMedium DIV.Register DIV.Form {
			left: 20px;
			position: absolute;
			top: 90px;
		}

			.RegisterFormMedium DIV.Register DIV.Form H1,
			.RegisterFormMedium DIV.Register DIV.Form H2,
			.RegisterFormMedium DIV.Register DIV.Form H3 {
				display: none;
			}

			.RegisterFormMedium DIV.Register DIV.Form H1 {
				height: 19px;
				padding-bottom: 10px;
				padding-left: 60px;
				margin: 0;
				font-size: 16px;
				color: #b9081e;
			}

			.RegisterFormMedium DIV.Register DIV.Form H3 {
				height: 15px;
				margin-bottom: 16px;
				padding: 0 5px 0 60px;
			}

			.RegisterFormMedium DIV.Register DIV.Form H2 {
				padding-left: 108px !important;
				background-image: none;
			}

			.RegisterFormMedium DIV.Register DIV.Form INPUT {
				border: 1px solid #AEAEAE;
				color: #666666;
				float: left;
				font-size: 23px;
				font-weight: normal;
				height: 40px;
				margin: 8px 0 10px;
				padding: 0 5px;
				width: 245px;
			}

	.RegisterFormMedium.Rounded DIV.Register DIV.Form INPUT {
		border-radius: 5px;
	}

	.RegisterFormMedium DIV.Register DIV.Form SPAN.Label {
		font-size: 12px;
		height: 15px;
		line-height: 12px;
		padding: 22px 11px 10px 0 !important;
		width: 58px;
	}

	.RegisterFormMedium DIV.Register DIV.Form A.Register {
		background-image: url(../image/Registration/createAccount4/Register.gif);
		height: 62px;
		margin-left: 38px;
		margin-top: 50px;
		width: 268px;
	}

	.RegisterFormMedium DIV.Register DIV.Form A.Existing {
		display: none;
		float: left;
		margin: 6px 10px 0 28px;
		font-weight: normal;
		font-size: 11px;
	}

		.RegisterFormMedium DIV.Register DIV.Form A.Existing STRONG {
			color: #3F7398;
		}




/* RegisterFormLarge
	------------------------------------------------ */
.RegisterFormLarge {
	width: 370px;
	margin-top: 35px !important;
}

	.RegisterFormLarge H2 {
		font-size: 32px;
		font-weight: normal;
		margin: 10px 0 0;
		padding: 10px 10px 7px !important;
	}

	.RegisterFormLarge .CreateNew {
		padding: 30px 20px 0;
		position: relative;
		margin: 0;
	}

		.RegisterFormLarge .CreateNew .ExistingMember {
			display: none;
		}

		.RegisterFormLarge .CreateNew > H2 {
			display: none;
		}

		.RegisterFormLarge .CreateNew .Row {
			height: 50px;
			padding: 0;
			position: relative;
			text-align: right;
			float: none;
		}

			.RegisterFormLarge .CreateNew .Row LABEL {
				background: none repeat scroll 0 0 transparent;
				border: medium none;
				color: #666666;
				float: left;
				font-family: arial;
				font-size: 12px;
				font-weight: normal;
				margin: 0;
				padding: 10px 10px 10px 0;
				position: relative;
				text-align: left;
				width: auto;
				z-index: 1;
			}

			.RegisterFormLarge .CreateNew .Row INPUT {
				border: 1px solid #AAAAAA;
				border-radius: 3px;
				float: right;
				padding: 5px;
				margin: 0;
				width: 209px;
				font-size: 13px;
			}

			.RegisterFormLarge .CreateNew .Row SELECT {
				border: 1px solid #AAAAAA;
				border-radius: 3px;
				padding: 5px;
				margin: 0;
				font-size: 13px;
			}

				.RegisterFormLarge .CreateNew .Row SELECT.Large {
					float: right;
					width: 222px;
				}

				.RegisterFormLarge .CreateNew .Row SELECT.Month {
					width: 100px;
				}

				.RegisterFormLarge .CreateNew .Row SELECT.Day {
					width: 50px;
				}

			/* ERROR ARROWS */
			.RegisterFormLarge .CreateNew .Row > SPAN {
				right: 350px !important;
				top: 3px !important;
			}
		/*END ERROR ARROWS */

		.RegisterFormLarge .CreateNew .Controls {
			float: none;
			padding: 0 0 20px;
		}

			.RegisterFormLarge .CreateNew .Controls .Terms {
				position: relative;
				top: 85px;
				text-align: center;
				display: none;
			}

			.RegisterFormLarge .CreateNew .Controls .Button {
				width: 218px;
				height: 52px;
				background-color: transparent;
				background-image: url(../image/Registration/createAccount4/Button.jpg) !important;
				background-position: -21px -3px;
				border: medium none !important;
				display: inline-block;
				padding: 0;
				float: none;
				text-align: center;
				font-size: 38px;
				line-height: 44px;
				text-align: center;
				width: 312px;
			}

				.RegisterFormLarge .CreateNew .Controls .Button STRONG {
					display: none;
				}

	.RegisterFormLarge .greySubContainer {
		height: auto !important;
		background: #EEEEEE;
		padding: 0;
		text-align: center;
		position: relative;
	}

		.RegisterFormLarge .greySubContainer DIV.facebookMsg {
			padding-bottom: 10px;
			padding-top: 2px;
			color: #666666;
			font-size: 11px;
		}

		.RegisterFormLarge .greySubContainer H2.RegisterHeader {
			font-weight: normal;
			margin: 0;
			padding: 0 0 8px;
		}

	.RegisterFormLarge DIV.Register {
		width: 100%;
		margin: 0;
		border: none !important;
		position: relative;
	}

		.RegisterFormLarge DIV.Register DIV.Form {
			left: 20px;
			position: absolute;
			top: 90px;
		}

			.RegisterFormLarge DIV.Register DIV.Form H1,
			.RegisterFormLarge DIV.Register DIV.Form H2,
			.RegisterFormLarge DIV.Register DIV.Form H3 {
				display: none;
			}

			.RegisterFormLarge DIV.Register DIV.Form H1 {
				height: 19px;
				padding-bottom: 10px;
				padding-left: 60px;
				margin: 0;
				font-size: 16px;
				color: #b9081e;
			}

			.RegisterFormLarge DIV.Register DIV.Form H3 {
				height: 15px;
				margin-bottom: 16px;
				padding: 0 5px 0 60px;
			}

			.RegisterFormLarge DIV.Register DIV.Form H2 {
				padding-left: 108px !important;
				background-image: none;
			}

	.RegisterFormLarge A.Facebook {
		background: url(../image/Registration/createAccount4/facebook_icon.gif) no-repeat scroll 10px 5px #5F78AB;
		color: #3B5998;
		cursor: pointer;
		display: inline-block;
		float: none;
		font-size: 13px;
		line-height: 17px;
		margin: 15px 0 10px;
		outline: medium none;
		padding: 0 0 0 1px;
		position: relative;
		text-align: center;
		text-decoration: none;
		width: 268px;
	}

		.RegisterFormLarge A.Facebook > SPAN {
			padding: 12px 11px 11px 23px;
			margin: 1px 1px 0 0;
			background: none;
		}

		.RegisterFormLarge A.Facebook SMALL {
			display: none;
			background: transparent;
			border: none;
			display: block;
			top: 20px;
		}

			.RegisterFormLarge A.Facebook SMALL SPAN {
				display: none;
				background: transparent;
				border: none;
				color: #666666 !important;
			}

	.RegisterFormLarge DIV.Register DIV.Form INPUT {
		border: 1px solid #AEAEAE;
		border-radius: 5px;
		color: #666666;
		float: left;
		font-size: 23px;
		font-weight: normal;
		height: 40px;
		margin: 8px 0 10px;
		padding: 0 5px;
		width: 245px;
	}

	.RegisterFormLarge DIV.Register DIV.Form SPAN.Label {
		font-size: 12px;
		height: 15px;
		line-height: 12px;
		padding: 22px 11px 10px 0 !important;
		width: 58px;
	}

	.RegisterFormLarge DIV.Register DIV.Form A.Register {
		background-image: url(../image/Registration/createAccount4/Register.gif);
		height: 62px;
		margin-left: 38px;
		margin-top: 50px;
		width: 268px;
	}

	.RegisterFormLarge DIV.Register DIV.Form A.Existing {
		display: none;
		float: left;
		margin: 6px 10px 0 28px;
		font-weight: normal;
		font-size: 11px;
	}

		.RegisterFormLarge DIV.Register DIV.Form A.Existing STRONG {
			color: #3F7398;
		}

/* JOIN NOW AD 3 BIG FIELDS
------------------------------------------------------------*/

DIV.RegisterForm3Field {
	left: 0;
	position: absolute;
	top: -10px;
	width: 350px;
}

	DIV.RegisterForm3Field .FormContainer {
		height: 232px;
		padding: 0 20px;
	}

	DIV.RegisterForm3Field .CreateNew {
		margin: 0;
		padding: 20px 20px 0;
		position: relative;
	}

		DIV.RegisterForm3Field .CreateNew DIV.Row {
			position: relative;
		}

		DIV.RegisterForm3Field .CreateNew .Controls {
			float: left;
		}

	DIV.RegisterForm3Field A {
		margin: 0;
	}

	DIV.RegisterForm3Field H2 {
		font-size: 25px;
		font-weight: normal;
		margin-bottom: 13px;
		margin-left: 10px;
		padding-right: 0;
		text-align: left;
	}

		DIV.RegisterForm3Field H2 SPAN {
			color: #4CB3F5;
		}

	DIV.RegisterForm3Field .FormContainer INPUT {
		border: 1px solid #C1C3C7;
		color: #999999;
		font-size: 27px;
		height: auto;
		margin: 0 0 13px;
		padding: 5px 5px 6px;
		width: 300px;
	}

	DIV.RegisterForm3Field INPUT.DummyPassword {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		bottom: 13px;
		left: 2px;
		margin: 0;
		position: absolute;
	}

	DIV.RegisterForm3Field A.Button {
		background-image: none !important;
		background: #7DCB44;
		border: none !important;
		font-family: 'Segoe UI','Helvetica Neue',Candara,'Bitstream Vera Sans','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',Verdana,'Verdana Ref',sans-serif;
		font-size: 31px;
		height: 50px;
		line-height: 44px;
		padding: 0 5px;
		text-align: center;
		width: 302px;
	}

/* JOIN NOW AD 3 SMALL FIELDS CONTAINER
------------------------------------------------------------*/
DIV.RegisterForm3FieldSmall A.Facebook {
	margin-top: 0;
	position: relative;
	z-index: 2;
}

DIV.RegisterForm3FieldSmall DIV.facebookMsg {
	display: none;
}


DIV.RegisterForm3FieldSmall {
	left: 0;
	position: absolute;
	top: 0;
	width: 272px;
}

	DIV.RegisterForm3FieldSmall .CreateNew {
		margin: 0;
		padding: 20px;
		position: relative;
	}

		DIV.RegisterForm3FieldSmall .CreateNew DIV.Row {
			position: relative;
		}

		DIV.RegisterForm3FieldSmall .CreateNew .Controls {
			float: none;
			margin-top: 30px;
			padding: 0 0 20px;
		}

	DIV.RegisterForm3FieldSmall .FormContainer INPUT[type="text"],
	DIV.RegisterForm3FieldSmall .FormContainer INPUT[type="password"],
	DIV.RegisterForm3FieldSmall .FormContainer INPUT[type="email"] {
		border: 1px solid #FFFFFF;
		color: #999999;
		font-size: 17px;
		font-weight: normal;
		height: auto;
		margin: 0 0 13px;
		padding: 5px 5px 6px;
		width: 220px;
	}

	DIV.RegisterForm3FieldSmall .FormContainer SELECT {
		border: 1px solid #C1C3C7;
		color: #999999;
		font-size: 17px;
		font-weight: normal;
		height: auto;
		margin: 0 0 13px;
		padding: 5px 5px 6px;
		width: 221px;
	}

		DIV.RegisterForm3FieldSmall .FormContainer SELECT.Small {
			float: left;
		}

		DIV.RegisterForm3FieldSmall .FormContainer SELECT.Large {
			color: #000000;
			width: 233px;
		}

	DIV.RegisterForm3FieldSmall H2 {
		font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
		font-size: 23px;
		line-height: 32px;
		margin-bottom: 13px;
		margin-left: 0;
		padding: 0;
		position: relative;
	}

		DIV.RegisterForm3FieldSmall H2 SPAN {
			font-size: 35px;
		}

		DIV.RegisterForm3FieldSmall H2.small {
			font-size: 16px;
			line-height: 24px;
		}

			DIV.RegisterForm3FieldSmall H2.small SPAN {
				font-size: 16px;
				line-height: 24px;
			}

		DIV.RegisterForm3FieldSmall H2.large {
			font-size: 44px;
			font-weight: normal;
			line-height: 30px;
			margin-bottom: 0;
			margin-left: 0;
			margin-top: 20px;
		}

		DIV.RegisterForm3FieldSmall H2.medium {
			font-size: 21px;
			font-weight: normal;
			line-height: 40px;
			margin-bottom: 0;
			margin-left: 0;
			margin-top: 20px;
		}
			DIV.RegisterForm3FieldSmall H2.medium B {
				font-size: 31px;
				line-height: 31px;
			}

		DIV.RegisterForm3FieldSmall H2.solid {
			font-size: 45px;
			font-weight: normal;
			line-height: 36px;
			margin-bottom: 0;
			margin-left: 0;
			margin-top: 20px;
		}

			DIV.RegisterForm3FieldSmall H2.solid STRONG {
				font-size: 24px;
			}

			DIV.RegisterForm3FieldSmall H2.solid SPAN {
				font-size: 63px;
				line-height: 60px;
			}

	DIV.RegisterForm3FieldSmall H3.small {		
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		margin-top: 0;
	}

.RegisterForm3FieldSmall H2.RegisterHeader {
	font-size: 27px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 20px;
}

	.RegisterForm3FieldSmall H2.RegisterHeader SPAN {
		font-size: 27px;
	}

DIV.RegisterForm3FieldSmall SPAN.text {	
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 5px;
}

DIV.RegisterForm3FieldSmall SPAN.medium {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 5px;
}

	DIV.RegisterForm3FieldSmall SPAN.medium SMALL {
		display: inline-block;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}

DIV.RegisterForm3FieldSmall INPUT.DummyPassword {	
	background: transparent;
    border: medium none;
	/* bottom: 13px; */
    height: 22px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 223px;	

}

DIV.RegisterForm3FieldSmall A.Button {
	background-image: none !important;
	background: #7DCB44;
	border: medium none !important;
	float: none;
	font-family: 'Segoe UI','Helvetica Neue',Candara,'Bitstream Vera Sans','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',Verdana,'Verdana Ref',sans-serif;
	font-size: 23px;
	height: 39px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
	width: 221px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	DIV.RegisterForm3FieldSmall A.Button:hover {
		background-color: #87D14F;
	}

DIV.RegisterForm3FieldSmall SPAN.Loading {
	background: url("../image/LoaderButton.gif") no-repeat scroll center center #7DCB44;
	bottom: 20px;
	color: #FFFFFF;
	display: none;
	border: medium none !important;
	float: none;
	font-family: 'Segoe UI','Helvetica Neue',Candara,'Bitstream Vera Sans','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',Verdana,'Verdana Ref',sans-serif;
	font-size: 23px;
	height: 39px;
	left: 30px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 221px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* FORM  - RegisterForm3FieldSmall V2 */
DIV.RegisterFormContainer.blackContainer.V2 {
	background: rgba(0, 0, 0, 0.09);
	margin-left: 70px;
	margin-top: 12px;
}

	DIV.RegisterFormContainer.blackContainer.V2 DIV.RegisterForm3FieldSmall SPAN.medium {
		margin-top: 10px;
	}

	DIV.RegisterFormContainer.blackContainer.V2 DIV.RegisterForm3FieldSmall H2.large {
		font-size: 44px;
		line-height: 44px;
		margin-bottom: 0;
	}

	DIV.RegisterFormContainer.blackContainer.V2 H2,
	DIV.RegisterFormContainer.blackContainer.V2 H3,
	DIV.RegisterFormContainer.blackContainer.V2 DIV.RegisterForm3FieldSmall SPAN.medium {
		color: #555555 !important;
	}


/* FORM - RegisterFormFields */


DIV.RegisterFormFields .CreateNew .Row INPUT[type="text"],
DIV.RegisterFormFields .CreateNew .Row INPUT[type="password"],
DIV.RegisterFormFields .CreateNew .Row INPUT[type="email"] {
	border: medium none;
	float: none;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: 148px;
}
DIV.RegisterFormFields .CreateNew .Row SELECT {
	background: none repeat scroll 0 0 #ffffff;
	border: medium none;
	float: none;	
}
	DIV.RegisterFormFields .CreateNew .Row SELECT.Large {
		width: 158px;
	}
	DIV.RegisterFormFields .CreateNew .Row SELECT.Day {
		width: 46px;
	}
	DIV.RegisterFormFields .CreateNew .Row SELECT.Month {
		width: 46px;
	}
	DIV.RegisterFormFields .CreateNew .Row SELECT.Year {
		width: 60px;
	}


/* FORM  - RegisterFormSearch */
DIV.RegisterFormContainer DIV.RegisterForm.RegisterFormSearch {
	margin: -18px -18px -10px;
	width: 300px;
}
	.RegisterFormSearch H2 {
		font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
		font-size: 23px;
		font-weight: bold;
		line-height: 32px;
		margin: 30px 0 13px;
		padding: 0;
	}
		.RegisterFormSearch H2 SPAN {
			font-size: 35px;
		}
	.RegisterFormSearch .CreateNew {
		padding: 20px 25px 10px;
	}
		.RegisterFormSearch .CreateNew .Row {
			box-sizing: border-box;
			display: inline-block;
			float: none;
			margin-bottom: 10px;
			min-height: auto;
			min-height: initial;
			padding-right: 10px;
			width: 100%;
		}
			.RegisterFormSearch .CreateNew .Row > SPAN {
				margin-bottom: 0 !important;
			}
		.RegisterFormSearch .CreateNew .Row > LABEL {
			float: none;
			margin-right: 10px;
			padding-right: 0;
			text-align: right;
			width: auto;
		}
		.RegisterFormSearch .CreateNew .Row SELECT {
			float: none;
		}
			.RegisterFormSearch .CreateNew .Row SELECT.Large {
				background: #ffffff;
				border: none;
				float: none;
				font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;	
				width: 139px;
			}		
			.RegisterFormSearch .CreateNew .Row SELECT.AgeSelect {
				border: medium none;		
				font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;
				width: 50px;
			}
			
			.RegisterFormSearch .CreateNew .Row SELECT.Small {
				border: medium none;		
				float: none;
				font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;
				width: 53px;	
			}		


		.RegisterFormSearch .CreateNew .Row INPUT[type="text"],
		.RegisterFormSearch .CreateNew .Row INPUT[type="password"],
		.RegisterFormSearch .CreateNew .Row INPUT[type="email"] {		
			border: medium none;
			float: none;
			font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
			font-size: 12px;
			height: 19px;
			width: 126px;
		}
		.RegisterFormSearch .CreateNew .Row I.AgeSeperation {
			padding-left: 6px;
			padding-right: 5px;
		}
		.RegisterFormSearch .CreateNew .Row SPAN.FromTo {
			padding-left: 6px;
			padding-right: 5px;
		}

		.RegisterFormSearch .CreateNew .Controls {
			margin-top: 15px;
		}
			.RegisterFormSearch .CreateNew .Controls A.Button {
				background-attachment: scroll;
				background-clip: border-box;
				background-color: #7dcb44;
				background-image: none !important;
				background-origin: padding-box;
				background-position: 0 0;
				background-repeat: repeat;
				background-size: auto auto;
				border: medium none !important;
				float: none;
				font-family: "Segoe UI","Helvetica Neue",Candara,"Bitstream Vera Sans","DejaVu Sans","Bitstream Vera Sans","Trebuchet MS",Verdana,"Verdana Ref",sans-serif;
				font-size: 23px;
				height: 39px;
				line-height: 36px;
				margin: 0 auto;
				padding: 0 5px;
				text-align: center;
				transition: all 0.2s ease-in-out 0s;
				width: 221px;
			}

		.RegisterFormSearch .CreateNew .Row DIV.mDropDownMask SPAN.mDropDownLabel {
			color: #333333;
			font-size: 13px;	
		}


/* FORM  - RegisterFormFlat */
	/* Error messages */
	DIV.RegisterFormContainer.RegisterFormFlat .CreateNew .ErrorMsg {
		display: none;
	}

	.RegisterFormFlat .CreateNew .Row > LABEL {
		display: inline-block;
		padding: 9px 0 7px;
		vertical-align: top;
	}

	.RegisterFormFlat .CreateNew .Row INPUT[type="text"]::-webkit-input-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="password"]::-webkit-input-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="email"]::-webkit-input-placeholder { /* WebKit browsers */
		color:    #333;
	}

	.RegisterFormFlat .CreateNew .Row INPUT[type="text"]:-moz-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="password"]:-moz-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="email"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #333;
	   opacity:  1;
	}

	.RegisterFormFlat .CreateNew .Row INPUT[type="text"]::-moz-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="password"]::-moz-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="email"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #333;
	   opacity:  1;
	}

	.RegisterFormFlat .CreateNew .Row INPUT[type="text"]:-ms-input-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="password"]:-ms-input-placeholder,
	.RegisterFormFlat .CreateNew .Row INPUT[type="email"]:-ms-input-placeholder { /* Internet Explorer 10+ */
	   color:    #333;
	}

	.RegisterFormFlat .CreateNew .Row INPUT[type="text"],
	.RegisterFormFlat .CreateNew .Row INPUT[type="password"],
	.RegisterFormFlat .CreateNew .Row INPUT[type="email"] {
		border: 1px solid #C8C8C8;
		height: 31px;
		width: 135px;
	}

	.RegisterFormFlat .CreateNew .Row INPUT[type="text"].SelectSuburb,
	.RegisterFormFlat .CreateNew .Row INPUT[type="password"].SelectSuburb,
	.RegisterFormFlat .CreateNew .Row INPUT[type="email"].SelectSuburb {
		width: 200px;
	
		padding: 5px 7px 7px;
}

	.RegisterFormFlat .CreateNew .Row SELECT.Large,
	.RegisterFormFlat .CreateNew .Row SELECT.Small {
		border: 1px solid #C8C8C8;	
	}	

	.RegisterFormFlat .CreateNew .Row .CreateCountrySelect {
		display: none;
	}
	.RegisterFormFlat .CreateNew .Row .CountrySelectDiv {
		left: 150px;
		top: -25px;
	}
		.RegisterFormFlat .CreateNew .Row .CountrySelectDiv .CountryDropdown {
			left: -180px;
		}
		.RegisterFormFlat .CreateNew .Row .CountrySelectDiv .CountryDropdown UL {
			text-align: left;
			width: 377px;
		}
		.RegisterFormFlat .CreateNew .Row .CountrySelectDiv .CountrySelectFrontDiv {
			left: 5px;
			margin: -6px 0 0;
		}
			.RegisterFormFlat .CreateNew .Row .CountrySelectDiv .CountrySelectFrontDiv SPAN.regionName {
				display: none;
			}
		



/* Register Form Flat */
.RegisterFormFlat .CreateNew .Row SPAN.FromTo:before {	
	content: "-";
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    vertical-align: top;
}

/* MultiSelect */
.RegisterFormFlat .CreateNew .Row .SumoSelect {
	color: #333;
    font-size: 11px;
	text-align: left;
}
	.RegisterFormFlat .CreateNew .Row .SumoSelect SELECT {
		width: 100%
	}	
	
	.RegisterFormFlat .CreateNew .Row .SumoSelect > .CaptionCont {
		border: 1px solid #C8C8C8;
		border-radius: 0;
		height: 31px;
		padding: 7px 8px 3px;
		width: auto;
	
		/* text-align: left; */
}
	.RegisterFormFlat .CreateNew .Row .SumoSelect > SELECT.Small+.CaptionCont {
		width: 55px;
	}

	.RegisterFormFlat .CreateNew .Row .SumoSelect > SELECT.Small+.CaptionCont span {
		text-overflow: clip;
	}

	.RegisterFormFlat .CreateNew .Row .SumoSelect > SELECT.Large+.CaptionCont {
		width: 139px;
	}

		.RegisterFormFlat .CreateNew .Row .SumoSelect:focus > .CaptionCont,
		.RegisterFormFlat .CreateNew .Row .SumoSelect:hover > .CaptionCont {
			box-shadow: none;
			border-color: none;
		}

		.RegisterFormFlat .CreateNew .Row .SumoSelect > .CaptionCont > label {
			width: 20px !important;
		}

			.RegisterFormFlat .CreateNew .Row .SumoSelect > .CaptionCont > label > i {
				background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGtJREFUeNpi/P//PwMlgImBQjAcDWBkZGQG4vNA/B8Nn8FqAigWkDEU2ICk0HAIulqwehwGgMBSJM03gJiZVAMUgfgn1IBkbK4lZAAIfALiJ0DMhssAFgKBXADEP4D4Fy4FjKNJmXIDAAIMANvhhhoZo2x5AAAAAElFTkSuQmCC");
				height: auto;
				width: auto;
			}

		
		.RegisterFormFlat .CreateNew .Row .SumoSelect > .CaptionCont > span {
			font-size: 12px;
			padding-right: 15px;
		}

			.RegisterFormFlat .CreateNew .Row .SumoSelect > .CaptionCont > span.placeholder {
				color: #ccc;
				font-size: 12px;
				font-style: normal;
			}

			.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper {
				border: 1px solid #FFFFFF;
				border-radius: 0;
				transition: none;
			}
				.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper > .options {
					border-radius: 0;
				}

					.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper.multiple > .options > li.selected span i,
					.RegisterFormFlat .CreateNew .Row .SumoSelect .select-all.selected > span i,
					.RegisterFormFlat .CreateNew .Row .SumoSelect .select-all.partial > span i {
						background-color: transparent;
						background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNpi/P//PwMxoO6MKzOQmg3EX5tMducyEqMRqIkFSPUDcQ5UqJOFSJsmAXEmkvB/JiQFrDg0TUbT1AB0aiUTVIEFkNoKpG3QDOpD09QB1NQIYjABFdgB6dVA7ArES4F8E6gikPPykDS1gGyCcUB+lAViaShfDoiXADWfBdJRSJqagZrqkL0BDlWgwgQgezoQc2AJH5BNteiC8OgAak6EamZH81MlttBGiUeg5jggNQ+IQaHZCtRUgzOeQBqRce1pl1QgbkYXR8cAAQYAZltwEYXVI8gAAAAASUVORK5CYII=");
						border-radius: 0;
					}

						.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper.multiple > .options > li span i,
						.RegisterFormFlat .CreateNew .Row .SumoSelect .select-all > span i {
							border-color: #AAAAAA;
							border-radius: 0;
							box-shadow: none;
						}

						.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper.multiple > .options > li.selected span i,
						.RegisterFormFlat .CreateNew .Row .SumoSelect .select-all.selected > span i,
						.RegisterFormFlat .CreateNew .Row .SumoSelect .select-all.partial > span i {
							border-color: transparent;
						}

						.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper > .options > li {
							/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
							border-radius: 0;
						}

							.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper > .options > li:first-child,
							.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper > .options > li:last-child {
								border-radius: 0;
							}

							.RegisterFormFlat .CreateNew .Row .SumoSelect > .optWrapper > .options > li.selected {								
								color: #333333;
							}								





/* FORM  - RegisterFormLabelTop */
.RegisterFormLabelTop .CreateNew .Row {
	text-align: left;
}
	.RegisterFormLabelTop .CreateNew .Row LABEL {
		display: block;
		float: none;
	}
	

/* FORM  - RegisterFormDouble */
DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row {

}
	DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row INPUT[type="text"],
	DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row INPUT[type="password"],
	DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row INPUT[type="email"] {
		display: inline-block;
		width: 177px;
	}
		DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row INPUT[type="text"].Wide,
		DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row INPUT[type="password"].Wide,
		DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row INPUT[type="email"].Wide {
			width: 380px;
		}


	DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row DIV.Dob {
		width: 187px;
	}
		DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row DIV.Dob SELECT.Day {
		}
		DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row DIV.Dob SELECT.Month {
			width: 81px;
		}
		DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row DIV.Dob SELECT.Year {
		}
		DIV.RegisterFormContainer DIV.RegisterFormDouble .CreateNew .Row DIV.Dob.Wide {
			width: 125px;
		}

/* Error Below Fields */

.RegisterForm.ErrorBelow .Row > SPAN {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    color: red !important;
    cursor: default;
    float: left;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    margin: 0;
    min-height: 16px;
    overflow: hidden;
    padding: 0 0 0 177px;
    position: relative;
    text-align: left;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.RegisterForm.ErrorBelow .Row > SPAN {
    left: 5px;
    overflow: visible;
    padding: 0;
    right: auto;
    text-align: left !important;
    white-space: inherit;
    width: 210px;
}

	.RegisterForm.ErrorBelow .Row > SPAN::after {
		border: none !important;
		margin: 0;
		top: 0;
	}


/* AutoSuggest */
/* twitter-typeahead */
.RegisterFormContainer .RegisterForm .Row > SPAN.twitter-typeahead {
	background: none;
	box-shadow: none;
	color: #666666 !important;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	min-height: initial;
	height: auto;
	padding: 0;
	position: relative;
	right: auto;
	text-align: left;
	top: auto;
	white-space: inherit;
	z-index: 2;
	width: auto;

}

	.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
	.tt-hint {
		border: 1px solid #C8C8C8;		
		font-size: 24px;
		height: 30px;
		line-height: 30px;
		outline: none;
		padding: 8px 12px;		
		width: 396px;
	}

	.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}

	.tt-hint {
		color: #999;
	}

	.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
		background-color: #FFF;
		border: 1px solid #C8C8C8;	
		height: 150px;		
		margin-top: 0px;
		overflow-y: auto;
		padding: 5px 0;
		width: 200px;
	}

	.tt-suggestion {
		padding: 3px 10px;
		font-size: 12px;
		line-height: 24px;
		font-weight: normal;
		color: #666;

	}

	.tt-suggestion.tt-is-under-cursor,
	.tt-suggestion:HOVER { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
		color: #fff;
		background-color: #0097cf;

	}

	.tt-suggestion p {
		margin: 0;
	}


@media (max-width:1000px) {

	.RegisterFormContainer.RegisterFormFlat.FormRight .RegisterForm .Row > SPAN.twitter-typeahead {
		padding: 0;
		right: auto;
		
	}
		.RegisterFormContainer.RegisterFormFlat .RegisterForm .Row > SPAN.twitter-typeahead:after {
			border: none;
			margin: 0;
			top: auto;
		}
		.RegisterFormContainer.RegisterFormFlat.FormRight .RegisterForm .Row > SPAN.twitter-typeahead INPUT {
			vertical-align: inherit !important;
		}

}


@media (max-width:600px) {
	.RegisterFormContainer.RegisterFormFlat.FormRight .RegisterForm .Row > SPAN.twitter-typeahead {
		display: inline-block;
		float: none;
		margin-left: 0;
		top: 0;
	}
}



/* Mike's reused html with new css, for use in both jQuery & mootools */
.RegisterPopup {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #FFF;
	padding: 20px;
	width: 100%;
	max-width: 400px;
	min-width: 300px;
	margin: 0 auto;
	font-family: Arial;
}
	.mfp-content .RegisterPopup,
	.PopupWin .RegisterPopup {
		display: block;
	}
	.RegisterPopup H2 {
		font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
		font-size: 23px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
		margin: 15px 0 5px !important;
		padding: 0 !important;
		color: #555555;
		background: none;
		border: none;
	}
		.RegisterPopup H2 SPAN {
			font-size: 35px;
			margin: 0;
			border: none;
			color: #555555;
			font-weight: bold;
		}
	.RegisterPopup h2 + .seperation {
		display: none !important;
	}
	.RegisterPopup A.Facebook {
		display: block;
		margin: 20px auto 5px;
	}
	.RegisterPopup .facebookMsg {
		display: none;
	}
	.RegisterPopup .CreateNew {
		position: relative;
	}
		.RegisterPopup .CreateNew .FacebookContainer {
			text-align: center;
		}
		.RegisterPopup /*.CreateNew*/ .seperation {
			display: block !important;
			margin: 0 !important;
			padding: 30px 0;
		}
			.RegisterPopup /*.CreateNew*/ .seperation .Line {
				width: 46% !important;
				border-top: 1px solid #666666 !important;
			}
			.RegisterPopup /*.CreateNew*/ .seperation SPAN.or {
				color: #666666 !important;
				width: 8%;
				padding: 1px 0;
			}
	.RegisterPopup .CreateNew .Row {
		position: relative;
		margin-bottom: 10px;
		text-align: left;
		font-size: 12px;
	}
		.RegisterPopup .CreateNew .Row > LABEL {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			clear: left;
			float: left;
			display: inline-block;
			width: 33%;
			padding-right: 10px;
			font-size: 12px;
			text-align: right;
			line-height: 25px;
		}
		.RegisterPopup .CreateNew .Row > SPAN:not(.twitter-typeahead) {
			/*float: left;
			display: block;*/
			margin-left: 33%;
			padding: 5px 0 10px 6px;
		}
		.RegisterPopup .CreateNew .Row select {
			margin: 0;
			font-size: 12px;
			padding: 4px;
			border-radius: 2px;
		}
		.RegisterPopup .CreateNew .Row > .SumoSelect,
		.RegisterPopup .CreateNew .Row > .Wrapper,
		.RegisterPopup .CreateNew .Row > select.Large {
			position: relative;
			display: inline-block;
			width: 65%;
		}
		.RegisterPopup .CreateNew .Row > .SumoSelect > .Wrapper {
			display: block;
		}
			.RegisterPopup .CreateNew .Row .Wrapper .SumoSelect,
			.RegisterPopup .CreateNew .Row > .Wrapper select.Small {
				/*width: 37%;*/
				width: calc(50% - 25px);
			}
			.RegisterPopup .CreateNew .Row .Wrapper .SumoSelect:only-child,
			.RegisterPopup .CreateNew .Row > .SumoSelect .SlectBox,
			.RegisterPopup .CreateNew .Row > .Wrapper .SlectBox,
			.RegisterPopup .CreateNew .Row > .Wrapper select.Large {
				width: 100%;
			}
			.RegisterPopup .CreateNew .Row > .Wrapper .SlectBox {
				font-size: 12px;
			}
		.RegisterPopup .CreateNew .Row .Wrapper .FromTo {
			display: inline-block;
			width: 45px;
			text-align: center;
		}
		.RegisterPopup .CreateNew .Row .Wrapper .FromTo + .SumoSelect,
		.RegisterPopup .CreateNew .Row .Wrapper .FromTo + select.Small {
			float: right;
		}
	.RegisterPopup .CreateNew .Row.CountryControl:not(.Active) {
		margin-bottom: 2px;
	}
		.RegisterPopup .CreateNew .Row.CountryControl .CountryHandle {
			cursor: pointer;
			text-align: right;
			margin: 0 5px 0 35%;
			font-size: 10px;
		}
		.RegisterPopup .CreateNew .Row.CountryControl select.SelectCountry {
			width: 65%;
			height: 25px;
			line-height: 25px;
			padding: 0 0 0 8px;
			border-radius: 2px;
		}
		.RegisterPopup .CreateNew .Row.CountryControl LABEL,
		.RegisterPopup .CreateNew .Row.CountryControl select.SelectCountry,
		.RegisterPopup .CreateNew .Row.CountryControl.Active .CountryHandle {
			display: none;
		}
			.RegisterPopup .CreateNew .Row.CountryControl.Active LABEL,
			.RegisterPopup .CreateNew .Row.CountryControl.Active select.SelectCountry {
				display: inline-block;
			}
		.RegisterPopup .CreateNew .Row .twitter-typeahead {
			/*display: initial !important;*/
			width: 65%;
			height: 26px;
			line-height: 25px;
		}
			.RegisterPopup .CreateNew .Row .twitter-typeahead input[type=text] {
				width: 100%;
				/*width: 65%;
				margin-left: 33%;*/
			}
			.RegisterPopup .CreateNew .Row .twitter-typeahead .tt-hint {
				line-height: 26px;
			}
			.RegisterPopup .CreateNew .Row .twitter-typeahead .tt-menu {
				width: 100%;
			}
		.RegisterPopup .CreateNew .Row input[type=text] {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-appearance: none;
			width: 65%;
			height: 26px;
			/*line-height: 23px;*/
			padding: 1px 0 0 7px;
			margin: 0;
			border-radius: 2px;
			font-size: 12px;
			color: #666;
		}

		.RegisterPopup .CreateNew .Row .errorMsgInline {
			display: none;
		}
	.RegisterPopup .CreateNew .Controls {
		margin: 40px 0 15px 0;
		padding: 0;
		height: auto;
	}
		.RegisterPopup .CreateNew .Controls .ButtonGreen {
			float: none;
			display: block;
			text-align: center;
			font-family: "Segoe UI","Helvetica Neue",Candara,"Bitstream Vera Sans","DejaVu Sans","Bitstream Vera Sans","Trebuchet MS",Verdana,"Verdana Ref",sans-serif;
			font-size: 23px;
			height: 39px;
			line-height: 36px;
			margin: 0 auto;
			padding: 0 5px;
			text-transform: uppercase;
		}

.ma-container {
    height: 140px! important;
}











		