#boxRegister{
	position: relative;
	display: block;

	max-width: 30em;

	margin: 1em auto;
	padding: 0.75em;
	
	text-align: center;
	
	font-size: 0.9em;
	
	display: flex;
	flex-flow: column nowrap;

	justify-content: space-between;
	
}

#boxRegister > div {
	position: relative;

	padding-bottom: 0.5em;
	text-align: right;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
}

/* ------------------------------------------- */

#boxRegister .fmtText {
	font-variant: small-caps;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 0.125em;
	
	flex-basis: 27%;
}

#boxRegister .promptArea {
	display: flex;
}

#boxRegister .promptArea input {
	flex-grow: 1;
}

/* *** */

#boxRegister .promptArea .segment1 {
	text-align: right;
	
}

#boxRegister .promptArea .segment1 .fmtText {
	text-align: right;
}

/* *** */

#boxRegister .promptArea .segment2 {
	flex-grow: 1;
	
	position: relative;
}

#boxRegister .promptArea .segment2 input {
	display: block;
	width: 99%;
	margin-bottom: 0.25em;
}

/* *** */

#boxRegister .promptArea .segment1 .fmtText {
	text-align: right;
}

#boxRegister .subText {
	display: block;
	color: #CCC;
	font-variant: small-caps;
	font-size: 1em;
	line-height: 0.95em;
	
	text-align: center;
}

/* *** */

#ageWarning {
	color: #d35a88;
	font-variant: small-caps;
	font-size: 0.8em;
	font-weight: bold;
}

#ageWarning.ageOK {
	color: #72d35a !important;
}

/* *** */

#boxRegister .spcr {
	margin-top: 1em;
}

#boxRegister .strongType {
	text-align: center;
	font-size: 1em;
	line-height: 0.9em;
	
	font-family: "arial black";
	font-weight: bold;
	
	color: #72d35a;
	letter-spacing: 1px;
}

#boxRegister .invalid {
	color: #d35a88;
	
	background-image: url('/images/icon-no.png');
	background-position: center center;
	background-repeat: no-repeat;
} 

#boxRegister .isAlright {
	min-height: 1em;
	display: flex;
	align-items: center;
	margin-left: 0.5em;
	
	flex-basis: 10%;
}

/* *** */

#boxRegister .isAlright.username {
	display: none;
	background-image: none !important;
}

#boxRegister .emailMsg {
	background-image: none !important;
}

/* *** */

#boxRegister .tnyEmailMessage {
	font-family: "arial";
	font-weight: normal;
	margin-top: 0.25em;
}

#boxRegister .rInfo {
	position: relative;
	display: none;
}

#boxRegister .blkHead {
	display: block;
	margin: 3px auto 3px auto;
}

#boxRegister .gender input {
	margin-left: 0px;
}

#boxRegister .bb {
	text-align: center;
	border: none;
}

#boxRegister input[name="year"]{
	width: 50%;
	max-width: 5em;
}

/* *** */

#boxAcceptTOS {
	margin: 1em auto;
	text-align: center;
	
	padding: 0.33em;
	padding-bottom: 1em !important;
}

#boxAcceptTOS input {
	position: relative;
	
	width: 2em;
	height: 2em;
	
	top: 0.7em;
}

#boxAcceptTOS .errTOS {
	display: none;
	font-family: "arial";
	font-weight: bold;
	
	margin-top: 0.8em;
	
	background-image: none;
}

/* *** */

#boxCaptcha {
	margin: 1em auto !important;
}

#boxCaptcha .g-recaptcha > * {
	margin: auto;
}

#boxCaptcha .errCaptcha {
	display: none;
	background-image: none !important;
}

/* *** */

#boxSubmit {
	margin-top: 0.75em !important;
}

#boxSubmit button {
	width: 80%;
	height: 2em;
	
	font-weight: bold;
	font-size: 2em;
	//font-variant: small-caps;
}

/* ------------------------------------------- */

#boxRegSuccess {
	display: none;
	position: relative;

	font-size: 1em;
	margin: 5em auto;
	padding-bottom: 0;
	
	max-width: 85%;
	overflow: hidden;
}

#boxRegSuccess > span {
	display: block;
	font-family: "arial black";
	font-weight: bold;
	font-size: 1.1em;
	
	margin-bottom: 0.5em;
}

#boxRegSuccess > img {
	position: relative;
	float: left;
}

#boxRegSuccess .warnSpam {
	position: relative;
	font-variant: small-caps;
	font-size: 0.8em;
	color: #999;
	margin-left: 180px; /* image is 125px wide */
	margin-top: 0.66em; 
}

/* *** */

#boxRegSuccess .boxRegAct {
	display: none;
	text-indent: 2em;
	line-height: 0.95em;
}

#boxRegSuccess .boxRegLogin {
	display: none;
	text-indent: 2em;
}