#setUsername {
	padding:20px 10px;
}

#setUsernameIntro {
	width:260px;
	margin:50px auto 20px;
	font-size:14px;
	text-align:center;
}

#setUsernameUsernameInput {
	display:block;
	width:198px;
	margin:40px auto 0px;
}

#setUsernameUsernameError {
	display:none;
	width:230px;
	margin:10px auto 0px;
	color:#CC0000;
}

#setUsernameSubmit {
	display:block;
	height:0px;
	overflow:hidden;
	cursor:pointer;
	margin:20px auto 50px;
}


#setUsernameWait,
#setUsernameSuccess {
	display: none;
	width:inherit;
	height:inherit;
	padding:90px 0px 50px;
	text-align: center;
	font-size:18px;
	background-repeat:no-repeat;
	background-position:top 50px center;
}