#register {
	padding:20px 60px;
}

#registerIntro {
	width:300px;
	margin:50px auto 40px;
	font-size:14px;
	text-align:justify;
}

#registerNameInput,
#registerEmailInput,
#registerUsernameInput,
#registerPasswordInput,
#registerRetypePasswordInput {
	display:block;
	margin:5px auto 0px;
	width:198px;
}

#registerCaptcha {
	width:300px;
	margin:5px auto 0px;
}

#registerSubmit {
	display:block;
	height:0px;
	overflow:hidden;
	cursor:pointer;
	margin:20px auto 50px;
}

#registerNameEmpty,
#registerEmailInvalid,
#registerEmailTaken,
#registerUsernameEmpty,
#registerUsernameIsEmail,
#registerUsernameTaken,
#registerPasswordEmpty,
#registerRetypePasswordNotMatch,
#registerPasswordTooLong {
	display:none;
	width:230px;
	margin:10px auto 15px;
	color:#CC0000;
}

#registerWait {
	display: none;
	width:inherit;
	height:inherit;
	padding:140px 0px 100px;
	text-align: center;
	font-size:18px;
	background-repeat:no-repeat;
	background-position:top 100px center;
}

#registerSuccess {
	display:none;
	padding:50px 0px;
}
#registerSuccessText {
	width:400px;
	font-size:16px;
	margin:50px auto 0px;
}
#registerSuccessContinue {
	display:block;
	height:0px;
	overflow:hidden;
	margin:20px auto 50px;
}