.submit_login_style
{	
	position:absolute;
	
	top:400px;
	left:412px;			
	
	background: url('/images/login/sign_in_en.png') no-repeat;
	background-position: 0px 0px;
	border: none;
	
	width: 75px;
	height: 30px;			
}
	.submit_login_style:hover {
		background-position: 0px -43px;
	}
		
.submit_info_style
{	
	background: url('/images/login/sign_in_en.png') no-repeat;
	background-position: 0px 0px;
	border: none;
	
	width: 75px;
	height: 30px;			
}
	.submit_info_style:hover {
		background-position: 0px -31px;
	}
	
#header_submit_login_btn
{			
	background: url('/images/login/sign_in_en.png') no-repeat;
	background-position: 0px -4px;
	border: none;
	width: 70px;
	height: 26px;			
}
	#header_submit_login_btn:hover {
		background-position: 0px -47px;
	}
	#header_submit_login_btn:active {
		background-position: 0px -90px;
	}
	
#submit_register_btn
{	
	position:absolute;
	
	top:460px;
	left:295px;			
	
	background: url('/images/login/reg_btn_en.png') no-repeat;
	background-position: 0px 0px;
	border: none;
	
	width: 109px;
	height: 30px;			
}
	#submit_register_btn:hover {
		background-position: 0px -31px;
	}

#send_try_btn {
	position: absolute;
	top: 157px;
	left: 97px;
	width: 170px;
	height: 21px;
	
	background: url('../images/login/go_learn_en.png') no-repeat;
	background-position: 0px -28px;
}
	#send_try_btn:hover {
		background-position: 0px -1px;
	}
	#send_try_btn:active {
		background-position: 0px -56px;
	}

#header_go_learn_btn
{	
	float: left;
	text-align: left;
	top:10px;
	margin: 0px 0px 0px 20px;
	display: inline;
	z-index:1000;
	
	background: url('/images/login/go_learn_en.png') no-repeat;
	background-position: 0px -28px;
	border: none;
	
	width: 170px;
	height: 19px;			
}
	#header_go_learn_btn:hover {
		background-position: 0px -1px;
	}
	#header_go_learn_btn:active {
		background-position: 0px -56px;
	}


#form_login {
	background: url('/images/login/login_back_en.png') no-repeat;
	width:660px;
	height:635px;
}
	#login_name
	{
		position:absolute;
		top:288px;
		left:170px;
	}
	#login_pass
	{
		position:absolute;
		top:348px;
		left:170px;
	}


#form_forgot
{
	background: url('/images/login/forgot_back_en.png') no-repeat;
	width:660px;
	height:631px;
}
	#forgot_email
	{
		position:absolute;
		top:366px;
		left:169px;
	}	
	#submit_forgot_btn
	{	
		position:absolute;
		
		top:415px;
		left:260px;			
		
		background: url('/images/login/forgot_btn_en.png') no-repeat;
		background-position: 0px -31px;
		border: none;
		
		width: 230px;
		height: 30px;			
	}
		#submit_forgot_btn:hover {
			background-position: 0px 0px;
		}	

#form_reset_password
{
	background: url('/images/login/reset_back_en.png') no-repeat;
	width:660px;
	height:631px;
}
	#reset_pass
	{
		position:absolute;
		top:353px;
		left:169px;
	}	
	#reset_passc
	{
		position:absolute;
		top:412px;
		left:169px;
	}	
	#submit_password_btn
	{	
		position:absolute;
		
		top:470px;
		left:392px;			
		
		background: url('/images/login/reset_btn_en.png') no-repeat;
		background-position: 0px -31px;
		border: none;
		
		width: 97px;
		height: 30px;			
	}
		#submit_password_btn:hover {
			background-position: 0px 0px;
		}	
		
#reg_success
{
	background: url('/images/login/reg_success_en.png') no-repeat;
	width:609px;
	height:561px;
}
#forgot_success
{
	background: url('/images/login/forgot_success_en.png') no-repeat;
	width:660px;
	height:631px;
}
#reset_success
{
	background: url('/images/login/reset_success_en.png') no-repeat;
	width:660px;
	height:631px;
}
#reset_error
{
	background: url('/images/login/reset_error_en.png') no-repeat;
	width:660px;
	height:631px;
}
#activate_success
{
	background: url('/images/login/activate_success_en.png') no-repeat;
	width:660px;
	height:631px;
}


#form_register
{
	background: url('/images/login/register_back_en.png') no-repeat;
	width:700px;
	height:564px;
}	
#form_register_new
{
	background: url('/images/login/register_back_en.png') no-repeat;
	width:700px;
	height:564px;
	
	margin:0 auto;
}