#login_form {
	display: block;
	width: 500px;
	height: 86px;
	color: #2F480B;
	position: relative;
	margin: 0 auto;
	text-align: right;
	font-size: 0.8em;
	background: url(../ximg/login_back.jpg) no-repeat center;
}

#login_form_layer {
	width: 245px;
	position: absolute;
	right: 25px;
	top: 12px;
	font-size: 0.8em;
}

#login_form_layer input{
	height: 16px;
	width: 150px;
	font-size: 0.9em;
}

#login_btn {
	position: absolute;
	display: block;
	bottom: 1px;
	right: 1px;
	width: 148px;
	height: 24px;
	line-height: 24px;
	color: white;
	text-align: center;
	font-size: 1em;
	font-family: Arial;
}

#login_btn:hover {
	background: url(../ximg/btn_login_valid.jpg) no-repeat center;
}

#form_lost {
	overflow: auto;
	display: block;
	background-color: #C0E588;
	border: 1px solid #8D9B79;
	width: 473px;
	_width: 499px;
	color: #2F480B;
	font-style: italic;
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-size: 0.7em;
	padding: 5px 12px;
	margin-top: 5px;
}

#form_lost strong {
	font-size: 1.1em;
}

input.mail {
	width: 270px;
	height: 16px;
	font-size: 0.9em;
}

#lost_input_layer {
	border: 1px solid #8BB055;
	width: 334px;
	line-height: 20px;
	background: url(../ximg/input_lost_back.jpg) no-repeat center;
	color: black;
	margin: 6px 0 1px 0;
}

#lost_btn, #new_btn {
	position: absolute;
	display: block;
	color: white;
	font-size: 1.1em;
	text-align: center;
}

#lost_btn {
	background: url(../ximg/btn_lost.jpg) no-repeat center;
	left: 375px;
	top: 42px;
	width: 111px;
	line-height: 18px;
}

#lost_btn:hover {
	background: url(../ximg/btn_lostl.jpg) no-repeat center;
}

#new_btn {
	bottom: 0;
	right: -1px;
	width: 148px;
	line-height: 23px;
}

#new_btn:hover {
	background: url(../ximg/new_acc_btnl.jpg) no-repeat center;
}

#new_account_layer {
	font-size: 0.8em;
	margin: 0 auto 30px auto;
	width: 499px;
	position: relative;
	height: 85px;
	background: url(../ximg/new_acc_back.jpg) center no-repeat;
}

/*#back_layer {
	height: 65px;
	background-color: #EAEAEA;
	margin-top: 5px;
}*/



