#setUsername {
	padding:20px 60px;
}

#setUsernameIntro {
	width:300px;
	margin:50px auto 20px;
	font-size:14px;
	text-align:center;
}

#setUsernameUsernameInput {
	display:block;
	margin:40px auto 0px;
	width:198px;
}

#setUsernameUsernameIcon {
	margin:-20px 0px 4px 203px;
}

#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:140px 0px 100px;
	text-align: center;
	font-size:18px;
	background-repeat:no-repeat;
	background-position:top 100px center;
}