#forget {
	padding:20px 10px;
}

#forgetIntro {
	width:260px;
	margin:50px auto 20px;
	font-size:14px;
}

#forgetUsernameInput {
	display:block;
	width:198px;
	margin:40px auto 0px;
}

#forgetUsernameEmpty,
#forgetFailed {
	display:none;
	width:230px;
	margin:10px auto 0px;
	color:#CC0000;
}
#forgetFailedLink {
	color:#660000;
}

#forgetCaptcha {
	width:300px;
	margin:5px auto 0px -22px;
}

#forgetSubmit {
	display:block;
	height:0px;
	overflow:hidden;
	cursor:pointer;
	margin:20px auto 50px;
}


#forgetWait {
	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;
}


#forgetSuccess {
	display:none;
	padding:50px 0px;
}
#forgetSuccessText {
	width:260px;
	font-size:14px;
	margin:50px auto 0px;
}
#forgetSuccessContinue {
	display:block;
	height:0px;
	overflow:hidden;
	margin:20px auto 50px;
}