#login {
	background: #ae997c url(/images/login/bg_ru.gif);
	width: 604px;
	height: 294px;
	position: relative;
	top: 68px;
	left: 13px;
}

#login-form p {
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 21px;
}

#login-form .actions {
	position: relative;
	left: 3%;
	width: 94%;
	top: 72px;
	text-align: center;
}
#login-form .actions a {
	position: relative;
	top: -4px;
}
#back-url {
	float: left;
}
#login-form input {
	background: transparent;
	border: none;
	margin-left: 3px;
}

.errornote {
	font-weight: bold;
	color: #641500;
	position: absolute;
	top: 200px;
	left: 0px;
	text-align: center;
	width: 100%;
}